Releases: shashankrnr32/mongodb-application-sharding
Releases · shashankrnr32/mongodb-application-sharding
v0.0.5 (Pre-Release)
What's Changed
- Fix Documentation for Project by @shashankrnr32 in #44
- Reactive Mongo Client Implementation by @shashankrnr32 in #45
- Add Unittests - 12 by @shashankrnr32 in #46
- Add UTs - sharding-driver by @shashankrnr32 in #47
- Add Examples for Repositories for Database Sharded collections by @shashankrnr32 in #48
- Add UTs - Collection Sharded Reactive Mongo Template by @shashankrnr32 in #49
- Bump version to 0.0.5 by @shashankrnr32 in #50
Full Changelog: v0.0.4...v0.0.5
v0.0.4 (Pre-Release)
What's Changed
- Example for Collection Sharding Reactive Mongo Template by @shashankrnr32 in #31
- Add Database and Composite ReactiveMongoTemplate by @shashankrnr32 in #32
- Add UTs to CollectionShardedTemplate - find, update and findAndRemove by @shashankrnr32 in #33
- Add Unittests - CollectionShardedTemplate (Remove) by @shashankrnr32 in #34
- Add UTs - CollectionShardedMongoTemplate (count, estimatedCount, insertBatch) by @shashankrnr32 in #35
- Add UTs to DatabaseShardedMongoTemplate (find) by @shashankrnr32 in #36
- Add UTs for DatabaseShardedMongoTemplate (insert, save) by @shashankrnr32 in #37
- Update Documentation & Roadmap in README.md by @shashankrnr32 in #38
- Add UTs to Database Sharded Template - update by @shashankrnr32 in #39
- Add UTs for DatabaseShardedTemplate - findAndReplace by @shashankrnr32 in #40
- Add Implementation of Collection Sharded Mongo Client & Database by @shashankrnr32 in #41
- Bump up the version to 0.0.4 by @shashankrnr32 in #42
Full Changelog: v0.0.3-pre-release...v0.0.4
v0.0.3 (Pre-Release)
What's Changed
- Add Unittests to Sharding Options by @shashankrnr32 in #15
- Integrate with codecov by @shashankrnr32 in #16
- Add Maven Builds for Java 8 by @shashankrnr32 in #17
- Fix Github Actions + Add more UTs by @shashankrnr32 in #18
- Sonar Integration by @shashankrnr32 in #19
- Fix Sonar code analysis issues by @shashankrnr32 in #20
- Add Unittests for Collection Sharded Template - Insert by @shashankrnr32 in #21
- Resolve Sonar issues with sharding-example Package by @shashankrnr32 in #22
- Add Unittests for CollectionShardedTemplate - 3 by @shashankrnr32 in #23
- Add UTs to CollectionShardedMongoTemplate - 4 by @shashankrnr32 in #24
- Separate Spring, Reactive and Client implementations into different modules by @shashankrnr32 in #25
- Fix Documentation for multiple modules by @shashankrnr32 in #26
- Run Checkstyle on PR Review + Change Javadocs action by @shashankrnr32 in #28
- Add Unitests + Fix Documentation + Reactive Based Templates by @shashankrnr32 in #29
- Bump version to v0.0.3 by @shashankrnr32 in #30
Full Changelog: v0.0.2-pre-release...v0.0.3-pre-release
v0.0.2 (Pre-Release)
What's Changed
- Add Examples for DB Sharding + Javadocs by @shashankrnr32 in #11
- Add Documentation to project by @shashankrnr32 in #12
- Add support for Hint Resolution Callbacks by @shashankrnr32 in #13
Full Changelog: v0.0.1-pre-release...v0.0.2-pre-release
v0.0.1 (Pre-Release)
v0.0.1 (Pre-Release)
This release adds the basic implementation of MongoDB Application Sharding that enables users to shard their Mongo DB from their application
in 3 different strategies, namely Collection, Database and Composite. The project is inspired from Apache's Shardingsphere which has the features to shard relational databases from the Application.
Author: @shashankrnr32