0.11.8-rc0
(feat):
introduces additional configuration to customize the client class and file name.
What’s changed
- Beta: Introduce a
client
custom config that allows you to specify class_name and filename for the client. This configuration can be used in several ways:
0.11.7
(feat):
Introduces a flag use_str_enums
to swap from using proper Enum classes to using Literals to represent enums.
What’s changed
- Introduces a flag
use_str_enums
to swap from using proper Enum classes to using Literals to represent enums. This change allows for forward compatibility of enums, since the user will receive the string back.