- Added "details" field in launchpad info
- Updated a "failures" field in launch info
- 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
- Fixed a bug with invalid name translation when there was no JsonProperty attribute (thanks martindevans)
- Added statistics
- Fixed a bug with invalid cache population in queries
- Total refactoring of the library (a lot of changed endpoints and models)
- Added support for v4 API version (incompatible backward)
- Added support for the new query system
- Added lazy properties to the models
- Added internal cache for received data
- 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
- Added methods to retrieve information about API
- Cleaned up code
- Removed filters that aren't present in API
- Fixed potential deadlock when using sync version of methods
- Fixed a lot of smaller issues
- Fixed deserialization errors (thanks martindevans)
- Removed unused core statuses
- Fixed deserialization errors (thanks martindevans)
- Added new landing place
- Fixed missions property in detailed cores and capsules
- Added new orbit type (SO)
- Added new orbit type (MEO)
- Fixed invalid data types in some models which caused deserialization errors
- Added a lot of new data to models
- Added OnResponseReceive and OnRequestSend events
- Added Roadster endpoint
- Fixed exception related with new landing zone (LZ-3)
- Some minor changes and fixes
- Added orbit parameters to the second stage data
- Removed unused exceptions
- Fixed missing comments
- Fixed async issues
- Added ability to retrieve data from GetAbout method without explicit WithType or WithSerial call
- Unified some model property names
- Replaced all int? types with uint? to be more readable
- Initial version