Skip to content

Release 5.1.1

Compare
Choose a tag to compare
@oleksandr-onsha oleksandr-onsha released this 12 Mar 12:53
· 48 commits to main since this release
ac775cb

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