Skip to content

Releases: unmade/thrift-pyi

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)

0.2.1

03 Nov 22:10
Compare
Choose a tag to compare
  • Fix bug when empty exceptions could generate invalid python (#27)

0.2.0

29 Oct 10:31
30094ec
Compare
Choose a tag to compare

Added TType.Binary support

v0.1.0

28 May 20:12
9b6af73
Compare
Choose a tag to compare
  • Release stable version
  • Add py38 stage to test matrix in travis