Skip to content

Releases: TheSpaceDevs/spaceflightnewsapi

Version 3.1.0

30 Jun 13:10
9c521a0
Compare
Choose a tag to compare

Added the count path to all endpoints to help with pagination and Strapi updates.

Version 3.0

25 May 10:38
Compare
Choose a tag to compare

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

04 May 05:47
e52b736
Compare
Choose a tag to compare

Package updates

Version 2.3.1

20 Mar 07:32
3d5952d
Compare
Choose a tag to compare
  • Make sure there's a response key
  • Improved handling of invalid id
  • Sentry findings

v.2.3.0

18 Mar 07:55
13d9a90
Compare
Choose a tag to compare
  • 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.