Skip to content

2.4.0

Compare
Choose a tag to compare
@KostyaEsmukov KostyaEsmukov released this 27 Aug 18:59
· 6 commits to master since this release
2.4.0
a3175d7

New Features

  • New geocoder: .Woosmap.
    Contributed by galela. (#541)
  • New geocoder: .Geokeo.
    Contributed by Geokeo. (#490)

Breaking Changes

  • Removed Algolia Places geocoder: the service is shut down.
    Contributed by mtmail. (#547)

Packaging Changes

  • Add support for Python 3.12. (#559)
  • Update maintainer email.
  • GitHub releases are now signed with GPG. (#550)
  • tests: switch from httpbin.org to httpbingo.org. (#551)
  • tests: use tox allowlist_externals instead of whitelist_externals.
    Contributed by galela. (#540)

Bugfixes

  • RequestsAdapter: use system CA store by default instead of certifi.
    (#558)
  • .DataBC: update service domain and endpoint.
    Contributed by nickpcrogers. (#557)

Code Improvements

  • Move hardcoded domains to __init__ args for all geocoders.