Releases: yorkie-team/yorkie
v0.4.14
What's Changed
- Introduce MongoDB sharding rules to Project-wide and Document-wide collections by @sejongk, @hackerwins in #776
- Add Helm chart for MongoDB sharded cluster by @sejongk in #769
- Improve object creation with an initial value of specific types by @highcloud100, @hackerwins in #766
- Refactor concurrency tests for basic Tree.Edit by @justiceHui in #772
- Remove unnecessary
String()
calls withstringer
interface by @sejongk in #777
Full Changelog: v0.4.13...v0.4.14
yorkie-cluster-0.4.14
yorkie-cluster provides cluster mode for Yorkie server to handle large amount of workloads with ensuring high availability, reliability, and scalability.
yorkie-mongodb-0.4.13
yorkie-mongodb provides the deployment of MongoDB for the yorkie server, supporting both standalone mode and sharded cluster mode.
v0.4.13
What's Changed
- Fix RHT.Remove and Add test code by @justiceHui in #752
- Add concurrent editing test cases in Tree by @sejongk in #751
- FIx Finding Housekeeping Candidates and Modify Housekeeping Structure by @devleejb in #749
- Add API for Retrieving All Documents by @raararaara in #755
- Introduce object creation interface with initial values by @highcloud100 in #756
- Update CHANGELOG.md for v0.4.13 by @hackerwins in #767
New Contributors
- @raararaara made their first contribution in #755
- @highcloud100 made their first contribution in #756
Full Changelog: v0.4.12...v0.4.13
yorkie-cluster-0.4.13
yorkie-cluster provides cluster mode for Yorkie server to handle large amount of workloads with ensuring high availability, reliability, and scalability.
v0.4.12
What's Changed
- Add RPC and profiling ports to Yorkie deployment by @hackerwins in #727
- Fix typo in
MAINTAINING.md
by @devleejb in #739 - Change CLI TLS configuration to HTTP2 by @krapie in #742
- Replace grpcstatus.Errorf with connect.Error by @chacha912, @highcloud100 in #741
- Fix
getGarbageLen
to retrun correct size by @devleejb in #743 - Introduce TreeToken and tokensBetween to Tree by @sejongk in #747
- Update ROADMAP.md by @hackerwins in #745
New Contributors
- @devleejb made their first contribution in #739
- @highcloud100 made their first contribution in #741
Full Changelog: v0.4.11...v0.4.12
yorkie-cluster-0.4.12
yorkie-cluster provides cluster mode for Yorkie server to handle large amount of workloads with ensuring high availability, reliability, and scalability.
yorkie-monitoring-0.4.11
yorkie-monitoring provides monitoring system with prometheus and grafana for monitoring yorkie cluster
v0.4.11
What's Changed
- Migrate RPC to ConnectRPC by @krapie, @hackerwins #703
- Address duplicate nodeIDs in Tree.Split @sejongk #724
- Support concurrent insertion and splitting in Tree by @sejongk in #725
Full Changelog: v0.4.10...v0.4.11
yorkie-cluster-0.4.11
yorkie-cluster provides cluster mode for Yorkie server to handle large amount of workloads with ensuring high availability, reliability, and scalability.