Skip to content

Releases: palantir/conjure-python

4.0.0

04 Mar 21:21
295bdd6
Compare
Choose a tag to compare
Type Description Link
Break Stop testing on python 2 #475
Break Require python 3.8 #476

3.17.0

29 Oct 15:48
6112827
Compare
Choose a tag to compare
Type Description Link
Fix Include py.typed for all packages #471

3.16.0

26 Oct 19:22
87c76da
Compare
Choose a tag to compare
Type Description Link
Fix Fix syntax for packageData in setup.py, correctly including the py.typed tag file in builds #468

3.15.0

25 Oct 12:03
cd9475a
Compare
Choose a tag to compare
Type Description Link
Improvement Mark generated python packages as PEP-561 (type information) compliant; include type information in union constructors #467

3.14.0

26 Jul 21:28
2f76e65
Compare
Choose a tag to compare
Type Description Link
Fix Move to non-deprecated picocli methods in main class #390
Improvement Bump Conjure dependency to support single name variables. #454

3.13.3

23 Nov 20:18
812ed63
Compare
Choose a tag to compare
Type Description Link
Fix All generated python files now start with a # coding=utf-8 comment (as per PEP-0263) to ensure that any special characters in the file are correctly parsed by python 2. #385

3.13.2

21 Oct 14:09
5097046
Compare
Choose a tag to compare
Type Description Link
Fix Fix pickle serialization failing on conjure generated types. #379

3.13.1

04 Jun 13:05
8684e37
Compare
Choose a tag to compare
Type Description Link
Fix Explicitly use builtins.property in generated unions to prevent members named 'property' breaking generated code. #345

3.13.0

29 Apr 22:34
8c6fe2d
Compare
Choose a tag to compare
Type Description Link
Fix Example links in the readme work. #329
Improvement We now only match the first occurence of the root pacakage name, rather than all occurences in the subpackage name. #330

3.12.1

25 Mar 16:57
85f8ae8
Compare
Choose a tag to compare
Type Description Link
Fix Import abstract union visitors from impl module #320