Skip to content

v3.0.0

Choose a tag to compare

@lukaszsocha2 lukaszsocha2 released this 17 Jan 15:22
· 185 commits to main since this release
ca864e9

Breaking Changes

  • Drop support for python 2.7 (#645)
  • Add missing parameter stream_position to get_admin_events method (#648)
  • Drop support for python 3.5 (#654)
  • Remove deprecated code using insensitive language (#651)
  • Enforcing usage of keyword-only arguments in some functions (#656)

New Features and Enhancements:

  • Remove six library and __future__ imports (#646)
  • Add type hints to method parameters (#650)

Bug Fixes:

  • Add missing api_call decorators on multiput calls (#653)
  • Added py.typed file for mypy to recognise type hints (#657)