Skip to content

2.10

Compare
Choose a tag to compare
@csparpa csparpa released this 21 Dec 19:57
· 387 commits to master since this release
a5d8733

Notably, introducing support for Agro API free features!

  • New features:

  • Enhancements:

    • Refactored Weather API code to a dedicated package
    • Implemented an automated integration and release pipeline
  • Bugfixes:

    • fixed wrong object to JSON dumping when calling send_measurements() on Stations API
    • relaxing hard upper limit on dependency geojson: from geojson>=2.3.0,<2.4 to geojson>=2.3.0,<3
  • Security:

    • upgraded version for dependencies requests and urllib3 as known security issues were raised on them
  • Python Versions Support:

    • dropped Python 3.3 support as it has reached end of life