This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: microsoft/spring-data-cosmosdb
Releases · microsoft/spring-data-cosmosdb
Spring Data DocumentDB 2.0.2
- 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
- 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
- Add support for custom query
- Support nested List in domain #32
Spring Data DocumentDb 0.1.3
New feature:
- Supports spring-boot-starter-data-rest.
Spring Data DocumentDb 0.1.2
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
New feature:
- Spring Data repository support.
- find by Id
- find all
- save
- delete
- delete all
- Spring Data
@Id
annotation support. - Custom collection name by
@Document(collection="collectionname")
annotation.