Releases: TheSpaceDevs/spaceflightnewsapi
Releases · TheSpaceDevs/spaceflightnewsapi
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
Version 2.3.1
- Make sure there's a response key
- Improved handling of invalid id
- Sentry findings
v.2.3.0
- The lost "article per (LL2) event" endpoint is back
- Changed the G4L logo on the site
- Added Sentry again, via the new Strapi plugin
- Changed from amqplib to amqp-connection-manager
- Updated to Strapi 3.5.3
There are some performance issues with the "article per launch" and "article per event" endpoints.
I'm aware of these and I'm troubleshooting the issue.