Skip to content

Releases: nat236919/covid19-api

v2.1.3

20 Jul 09:35
Compare
Choose a tag to compare

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

18 Mar 03:41
Compare
Choose a tag to compare

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

02 Mar 02:52
Compare
Choose a tag to compare

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

20 Sep 04:52
Compare
Choose a tag to compare
  • Optimise search country by name or id functionality
  • Refactor coding style
  • Update documentation

v2.0.3

30 Jul 01:06
Compare
Choose a tag to compare
  • Reconstruct documentation
  • Update uvicorn version for security purposes

v2.0.2

23 Jul 02:11
Compare
Choose a tag to compare
  • Optimise v2 model on getting country data
  • Update the main file to the current version

v2.0.1

17 Jul 13:24
Compare
Choose a tag to compare
  • Update README.md
  • Update git-page
  • Exclude unused libraries

v2.0.0

08 Jul 09:00
Compare
Choose a tag to compare
  • Add API v1 and v2
  • Ready for Docker deployment