Spring Data Cosmosdb Versions Save

Access data with Azure Cosmos DB

v2.2.2.M1

4 years ago
  • Updated azure-cosmos version to 3.6.0-beta.1

v2.2.1

4 years ago
  • Updated Cosmos DB SDK version to 3.5.0 ** Fixes: https://github.com/Azure/azure-sdk-for-java/issues/6069 ** Fixes: https://github.com/Azure/azure-sdk-for-java/issues/6707
  • Added annotation field to enable/disable auto create collection: #454
  • Fixed findById APIs behavior, return empty on not found, instead of throwing exception: #451
  • Better Exception handling, exposed CosmosClientException through CosmosDBAccessException
  • Exposed requestCharge and activityId through ResponseDiagnostics
  • Fixed a bug where sorting was not applied on next page when using CosmosPageRequest

v2.1.9

4 years ago

v2.2.1.M1

4 years ago
  • Fixed pagination issue when Cosmos DB returns number of documents less than page size.
  • Update Cosmos DB version to 3.4.0
  • Provided support for OFFSET and LIMIT queries using CosmosClient.
  • Switched default telemetry to false
  • Updated README with pagination examples.

v2.2.0

4 years ago
  • Complete Reactive Cosmos Repository Support
  • Cosmos DB Request Diagnostics String and Query Metrics Support
  • Cosmos DB SDK version update to 3.3.1
  • Spring Framework version upgrade to 5.2.0.RELEASE
  • Spring Data Commons version upgrade to 2.2.0.RELEASE
  • Added findByIdAndPartitionKey, deleteByIdAndPartitionKey APIs
  • Removed dependency from azure-doumentdb
  • Rebranded DocumentDb to Cosmos
  • Addressed: https://github.com/microsoft/spring-data-cosmosdb/issues/423

v2.1.8

4 years ago

v2.2.0.M1

4 years ago
  • Complete Reactive Cosmos Repository Support
  • Cosmos DB SDK version update to 3.2.0
  • Removed dependency from azure-doumentdb.
  • Rebranded DocumentDb to Cosmos

v2.1.2.FIX1

4 years ago
  • Fixed memory leak issue in MappingDocumentDbConverter

v2.1.7

4 years ago
  • Added Cosmos SDK v3 dependency
  • Added Reactive Cosmos Repository
  • Updated implementation of DocumentDbTemplate to use Cosmos SDK v3.
  • Other configuration changes for Reactive Cosmos Repository support.

v2.0.7

5 years ago

Remove applicationInsights dependency for

  • Potential risk of dependencies polluting.
  • Incompatibility issue with Java 11.
  • Avoiding potential performance impact to CPU and/or memory.