- Fix update action for PynamoTOMondoDBAdapter. Now if you use update, the python instance will be updated as well. - fix save method for batch_write for PynamoTOMondoDBAdapter - Fix PynamoTOMondoDBAdapter.count action. Now it can accept filter_condition and range_key_condition - Fix attributes_to_get (UnicodeAttribute is not hashable)
2.2.1
- Fix a bug with PynamoTOMondoDBAdapter startswith condition - add `separators=(",", ":")` to json.dumps to make the payload a bit smaller
2.2.0
- add `RIGHTSIZER_LICENSES` parent type - add `RIGHTSIZER_LICENSES` parent `pid` map key - add `cloud` and `rate_limit` parameters to `tenant_service.i_get_tenant_by_customer()`
2.1.6
- Add `CUSTODIAN_ACCESS` parent type and `CUSTODIAN_ACCESS` tenant parent map type - Fix a bug when range_key_conditions for NumberAttributes did not work for MongoDB - Fix google credentials project id - added `job-started_at-index` GSI to the `ModularJobs` table
2.1.5
- Application and Parent models were updated with new attributes: - creation timestamp - `ct` - update timestamp - `ut` - deletion timestamp - `dt`