Releases: epam/modular-sdk
Releases · epam/modular-sdk
5.1.5
[5.1.5] - 2024-07-29
- fix
pynamodb
non compatible changes
Release 5.1.4
[5.1.4] - 2024-07-18
- removed setup.cfg and setup.py. Used pyproject.toml instead.
- changed libs versions to more flexible
Release 5.1.3
5.1.3 - 2024-06-09
- added new Application and Parent type: "GCP_CHRONICLE_INSTANCE"
- try to load json from vault str values (included from skipped 5.1.2 dated by 2024-05-13)
Release 5.1.1
5.1.1 - 2024-03-12
- add pyright config to pyproject.toml
- add values preprocessor to pynamodb_to_pymongo_adapter instead of using
workaround with dumping-loading json - added
is_active
to Customer model - added
deactivation_date
to Tenant model - added some additional parameters to ApplicationService.list method
- added some parameters to CustomerService.i_get_customer method
- added some parameters to TenantService.i_get_by_tenant method
- fix the supported Python versions in README.md and setup.cfg files