Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: microsoft/spring-data-cosmosdb

Spring Data DocumentDB 2.0.2

23 Mar 08:39
Compare
Choose a tag to compare
  • Fix cannot save and query Date field
  • Support indexing policy for collection
  • Integrate constants variables
  • Align the injection to setter from spring-data-commons
  • Code clean and refactor.

Spring Data DocumentDB 2.0.1

06 Mar 06:36
Compare
Choose a tag to compare
  • Upgrade azure documentdb sdk version to 1.15.2
  • Upgrade to spring-data-commons to 2.0.1.RELEASE
  • Add And to repository custom query
  • Remove PartitionKey value from repository query method parameter

Spring Data DocumentDB 0.1.4

06 Mar 06:53
06dbb14
Compare
Choose a tag to compare
  • Add support for custom query
  • Support nested List in domain #32

Spring Data DocumentDb 0.1.3

02 Jan 03:45
b0e70d2
Compare
Choose a tag to compare

New feature:

  • Supports spring-boot-starter-data-rest.

Spring Data DocumentDb 0.1.2

28 Sep 06:41
Compare
Choose a tag to compare

New feature:

  • batch find, save and delete. pls note Azure Document DB doesn't support batch operation itself. So batch operation in Spring data repository is wrapper of single entity operation.

Spring Data DocumentDb 0.1.1

28 Sep 06:44
Compare
Choose a tag to compare

New feature:

  1. Spring Data repository support.
    • find by Id
    • find all
    • save
    • delete
    • delete all
  2. Spring Data @Id annotation support.
  3. Custom collection name by @Document(collection="collectionname") annotation.