Skip to content

v1.14.0

Compare
Choose a tag to compare
@Bogdanp Bogdanp released this 24 Feb 12:00
· 98 commits to master since this release
3786f67

Note: this version was released on 2023-02-05. I am just now backfilling a GitHub Release for it.

Removed

  • Dropped Python 3.6 support as it reached end-of-life.

Changed

  • Added Python 3.11 support to CI builds. (#511, @FinnLidbetter)
  • Improved typing support. Message is now a dataclass, but it should be compatible with the previous namedtuple-based implementation. (#512, #513, #515, #516, @orsinium)