Releases: nat236919/covid19-api
Releases · nat236919/covid19-api
v2.1.3
Changes
- Changed all the occurrences of CovidAPIv1 to CovidAPIv1Integrator (9a47227)
- Updated Dockerfile to use its slim version for reducing project size (322e392)
- Updated dependencies to patch security issues (#293)
- Migrated travis.org to travis.com (#294)
v2.1.2
Changes
- Implement Models and Integrators separately
- Create aggregated get_data methods for Daily reports data
- Create aggregated get_data methods for Time series data
- Update tests
v2.1.0
Changes
- Create Integrators and Models for APIv2
- Create Integrators and Models for APIv1 (partly supported)
- APIv2 data structure changes (please refer to the current structures here )
- /confirmed
- /deaths
- /recovered
- /active
- /current/US
- /timeseries/US
v2.0.4
- Optimise search country by name or id functionality
- Refactor coding style
- Update documentation
v2.0.3
- Reconstruct documentation
- Update uvicorn version for security purposes
v2.0.2
- Optimise v2 model on getting country data
- Update the main file to the current version
v2.0.1
- Update README.md
- Update git-page
- Exclude unused libraries
v2.0.0
- Add API v1 and v2
- Ready for Docker deployment