Skip to content

Commit

Permalink
Merge pull request #118 from SpaceApi/release-v15-part2
Browse files Browse the repository at this point in the history
Release v15 part2
  • Loading branch information
rnestler authored Dec 28, 2024
2 parents 20a9ab1 + cc34ada commit 9914a1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Changes should start with one of the following tags:
- `[changed]` for changes to the existing API
- `[removed]` for keys that have been removed from the schema

## v15 (unreleased)
## v16 (unreleased)

## v15

Root level:

Expand Down
17 changes: 17 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Migration guide

## Migration from 14 to 15

Most SpaceAPI implementation that implement v14 should already be compatible
with v15 and can just announce compatibility for it as well:

```json
{
...
"api_compatibility": [ "14", "15" ],
...
}
```

The exception are spaces that use things that were deprecated in v14 like the
`hPA` instead of `hPa` unit for the barometer sensor. See
https://github.com/SpaceApi/schema/blob/master/CHANGELOG.md#v15 for details.

## Migration from 0.13 to 14

If you're migrating from 0.13 it's fairly easy to do, under the right circumstances you can also serve a file that is compatible with both versions at the same time.
Expand Down

0 comments on commit 9914a1e

Please sign in to comment.