Skip to content

Releases: unmade/thrift-pyi

1.2.0

25 Dec 12:59
Compare
Choose a tag to compare
  • Correctly reference constants values from external modules (#50)

1.1.0

17 Dec 19:10
Compare
Choose a tag to compare
  • Correctly handle mutable defaults for structs

1.0.0

20 Oct 12:44
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Drop python 3.7 and python 3.8 support
  • Arguments of type enum annotated as enum instead of 'int' (by @N0I0C0K)
  • Enum members are not annotated anymore (by @N0I0C0K)

0.9.0

27 Apr 21:29
Compare
Choose a tag to compare
  • Dump constants after structures (#47)

0.8.0

02 Nov 19:34
Compare
Choose a tag to compare
  • Use sys.executable to run linters (contributed by @FrankPortman)

0.7.0

16 Aug 23:21
Compare
Choose a tag to compare
  • Support const (#42)

0.6.0

27 Jul 19:27
Compare
Choose a tag to compare

Fix:

  • Include fields on Exceptions (thanks to @mjpizz)

0.5.0

12 Dec 18:01
Compare
Choose a tag to compare
  • Support TTYPE.Binary

0.4.0

29 Aug 20:30
Compare
Choose a tag to compare
  • Generate stubs using ast instead of Jinja
  • Unpin black and autoflake dependencies
  • Support python 3.9 and python 3.10

0.3.0

22 Jan 21:43
Compare
Choose a tag to compare
  • Allow to instantiate exceptions with arguments(bug reported by @mjpizz)