Releases: palantir/conjure-python
Releases · palantir/conjure-python
4.0.0
Type |
Description |
Link |
Break |
Stop testing on python 2 |
#475 |
Break |
Require python 3.8 |
#476 |
3.17.0
Type |
Description |
Link |
Fix |
Include py.typed for all packages |
#471 |
3.16.0
Type |
Description |
Link |
Fix |
Fix syntax for packageData in setup.py, correctly including the py.typed tag file in builds |
#468 |
3.15.0
Type |
Description |
Link |
Improvement |
Mark generated python packages as PEP-561 (type information) compliant; include type information in union constructors |
#467 |
3.14.0
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
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
Type |
Description |
Link |
Fix |
Fix pickle serialization failing on conjure generated types. |
#379 |
3.13.1
Type |
Description |
Link |
Fix |
Explicitly use builtins.property in generated unions to prevent members named 'property' breaking generated code. |
#345 |
3.13.0
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
Type |
Description |
Link |
Fix |
Import abstract union visitors from impl module |
#320 |