Releases: TheSpaceDevs/spaceflightnewsapi
Releases · TheSpaceDevs/spaceflightnewsapi
Version 4, beta 5
What's Changed
- Merge dev features back into main by @derkweijers in #201
- Added unit tests by @derkweijers in #203
Full Changelog: v4.0.0-rc.4...v4.0.0-rc.5
Version 4, beta 4
What's Changed
- Trying out proper custom filters the django way by @Nosudrum in #192
- Extra filter options by @derkweijers in #193
- Development by @derkweijers in #194
- Typos by @derkweijers in #195
New Contributors
Full Changelog: v4.0.0-rc.3...v4.0.0-rc.4
Version 4, beta 3
What's Changed
- Updated docs link by @derkweijers in #183
- V4 nosu features by @derkweijers in #190
- Added new filters by @derkweijers in #191
Full Changelog: v4.0.0-rc.2...v4.0.0-rc.3
Version 4, beta 2
Merge pull request #182 from TheSpaceDevs/development More work on release automation
Version 4, beta 1
Merge pull request #181 from TheSpaceDevs/development Automating releases based on tags
Version 3.3.0
- Added GraphQL
- Info endpoint is back!
- Package updates
- Removed the prometheus plugin for now
Version 3.2.0
- Fixed various Sentry issues
- Updated Admin interface
- Strapi updates
- Sentry updates
Version 3.1.0
Added the count
path to all endpoints to help with pagination and Strapi updates.
Version 3.0
In the Spring of 2021, Strapi announced that they would retire support for MongoDB. Since SNAPI was using MongoDB as the database, this had quite a big impact. Version 3 of the API is exactly the same as version 2 (in terms of the response), except the ID's. These changed from ObjectID's (strings) to integers.
Version 2.5.0
Package updates