Releases: Tearth/Oddity
Releases · Tearth/Oddity
v2.0.4 (16-09-2020)
v2.0.3 (28-07-2020)
- Fixed a bug with lazy properties trying to fetch object with null ID (thanks martindevans)
- Fixed a bug when the user was trying to get an object with an invalid ID
v2.0.2 (26-07-2020)
- Fixed a bug with invalid name translation when there was no JsonProperty attribute (thanks martindevans)
v2.0.1 (21-07-2020)
- Added statistics
- Fixed a bug with invalid cache population in queries
v2.0.0 (20-07-2020)
- Total refactoring of the library (a lot of changed endpoints and models)
- Add support for v4 API version (incompatible backward)
- Add support for the new query system
- Add lazy properties to the models
- Add internal cache for received data
v1.0.13 (04-07-2020)
- Changed API version to v3
- Added new endpoints support for history, capsules and cores
- Added missing fields to the models
- Fixed models inconsistency
WARNING: this is the last release for v2/v3 API version. The next one will be completely rewritten to support v4 within a month or two - it won't be compatible backward. More info: r-spacex/SpaceX-API#380
v1.0.12 (26-02-2020)
- Added methods to retrieve information about API
- Cleaned up code
v1.0.11.1 (14-02-2020)
- add new payload target type (Moon)
- replace BFR with Starship in rocket ID
v1.0.11 (30-07-2019)
- Remove filters that aren't present in API
- Fix potential deadlock when using sync version of methods
- Fix a lot of smaller issues
v1.0.10.5 (25-07-2019)
- Fix property names in the core details model