Skip to content

Releases: epam/modular-sdk

5.1.5

29 Jul 12:33
c5eb295
Compare
Choose a tag to compare

[5.1.5] - 2024-07-29

  • fix pynamodb non compatible changes

Release 5.1.4

24 Jul 08:53
7541a34
Compare
Choose a tag to compare

[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

13 Jun 09:51
b728709
Compare
Choose a tag to compare

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

12 Mar 12:53
ac775cb
Compare
Choose a tag to compare

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