Cosmos sdk bug fix : Allow creation of 2 or more records with IDs that have same first 100 characters
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
PUT Record always failing with 500 error in case of multiple entities with long Ids that have same first 100 characters.
What is the new/expected behavior?
Records should be created
Have you added/updated Unit Tests and Integration Tests?
Yes-Integration test