4.28.4
(fix):
Fix python sdk serialization to use dict instead of model_dump.
4.28.3
(fix):
Never duplicate parameters in client constructors
4.28.2
(fix):
Nit in custom client snippet generation.
4.28.1
(fix):
Union member self-referencing dependencies are now correctly imported and forward referenced.
This fixes compatibility with Pydantic >=2.11.0.
4.28.0
(feat):
Generator passes readme configs apiName, disabledSections, and whiteLabel.
4.27.0-rc0
(feat):
Client imports are now lazy loaded by default. This will greatly reduce memory footprint when using a small portion of a large API.
The tradeoff is a latency penalty when first accessing a client.
Users can opt in to eager loading (the old behavior) by setting the lazy_imports
flag to false
in their configuration.
4.26.2
(fix):
Upgrade docker image to use python 3.11.13 so that users can depend on packages that require python 3.11.
4.26.1
(chore):
Additional handling of inferred auth
4.26.0
(chore):
Bumped IR version to 59.
4.25.9
(feat):
Fix: allow setting of package name and version in local docker generation
4.25.7-rc2
(feat):
Minor bug fix: accessing version from publish config
4.25.7-rc1
(feat):
Attempt to plumb version in Abstract Generator
4.25.8
(feat):
Websocket patch: json load messages on dunder iter method
4.25.7-rc0
(feat):
Enforce nested folders for package names with a ”.” in them.