Known Issues:
- There is a known issue in this release with the SQL Provider that will cause the
RawResource
column in the database to save incorrectly. This occurs in a small number of cases when a transient exception occurs that causes the provider to use its retry logic.
Changes:
Updates applicable to both persistence providers
0eef4aa Allows Composite custom search parameters (#2502)
- Allows Composite custom search parameters
60c0fa7 Handle search counts greater than int.MaxValue for sql and cosmos (#2513)
- Changes support returning a count value that exceeds an int32 from both sql and cosmos
Updates applicable only to Cosmos DB persistence provider
96252d2 Prevent no impact updates from creating version (#2514)
- If a user updates a record that already exists and nothing changes in the content, the user should get a 200 but nothing should update the record.
Tooling
ecdeb2f Users/sergal/import (#2507)
- Introduction of high performance import tool.
This list of changes was auto generated.