Releases: Ben-Chapman/EVFinder-API
Releases · Ben-Chapman/EVFinder-API
Fix for Volkswagen Inventory Lookup Errors
What's Changed
- Updating API calls to support new GraphQL schema by @Ben-Chapman in #12
Full Changelog: v1.4.0...v1.4.1
Adding support for 2024 Chevrolet EVs
Adding support for new 2024 Chevrolet EVs including:
- Blazer EV
- Equinox EV
- Silverado EV
Full Changelog: v.1.3.0...v1.4.0
Adding support for the 2024 model year
What's Changed
- Adding support for the 2024 model year by @Ben-Chapman in #10
Full Changelog: v1.2.4...v.1.3.0
Better error handling for manufacturer API timeouts
What's Changed
- Better handling for TimeoutExceptions by @Ben-Chapman in #9
Full Changelog: v1.2.3...v1.2.4
Better error handling for the Ford API
What's Changed
- Better error handling for the Ford API by @Ben-Chapman in #8
Full Changelog: v1.2.2...v1.2.3
Fix for Kia API errors
What's Changed
- Catching errors where Kia API returns 5xx by @Ben-Chapman in #7
Full Changelog: v1.2.1...v1.2.2
Fix for bug where some inventory results would error
What's Changed
- Fix for bug where inventory results between 12 and 49 would error by @Ben-Chapman in #6
Full Changelog: v1.2.0...v1.2.1
Vastly Improved API performance
What's Changed
The EV Finder API is now up to 90% faster for Ford API requests, and up to 30% faster for other manufacturers. This will reduce the end-to-end time for a given Ford inventory search from upwards of 60 seconds down to around 7 seconds. Other manufacturers are fractions of a second faster, but still faster 🏎️
- Adding support for concurrent HTTP requests with asyncio by @Ben-Chapman in #5
- Enabling gzipped responses for all API endpoints
Full Changelog: v1.1.3...v1.2.0