4.1.1 (2022-03-10)

Bug Fixes

  • allow tzlocal version >= 4 (58e8634)

4.1.0 (2021-12-28)

Features

  • add official Python 3.10 support (e5b2e49)

4.0.1 (2021-10-26)

Bug Fixes

  • activity: detect ipv4 mapped ipv6 connections (a81e456), closes #116

4.0.0 (2021-09-20)

  • chore(build)!: drop tests on Python 3.7 (06dce98)

BREAKING CHANGES

  • Python 3.7 isn’t used anymore on any LTS Ubuntu or Debian release. No need to support such an old version anymore.

3.1.4 (2021-09-20)

Bug Fixes

  • ical: limit tzlocal to version <3 (623cd37)

3.1.3 (2021-03-29)

3.1.2 (2021-03-29)

3.1.1 (2021-03-28)

Bug Fixes

  • fix automatic version file generation (aeb601d)

3.1.0 (2021-03-28)

Features

  • add semantic-release for automatic releases (ac5ec86)

Bug Fixes

  • use jsonpath ext to support filter expressions (24d1be1), closes #102