v0.2.0
What's Changed
- Added Oxia logo by @merlimat in #337
- [Doc] Fix doc for oxia operator by @liangyuanpeng in #340
- [doc] Fix doc errors by @aahmed-se in #339
- Resize the logo by @mattisonchao in #341
- Support oxia operator based on SDK - Part 1 by @mattisonchao in #342
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 in /oxia-operator by @dependabot in #343
- Add
oxia_cluster
label to all the pods by @merlimat in #345 - Fixed dashboards to use
kubernetes_pod_name
labels by @merlimat in #347 - Added readiness support in server health-check by @merlimat in #351
- Fixed reopening of db in follower after a failed snapshot request by @merlimat in #349
- Fixed metrics gauge callback deadlock by @merlimat in #350
- Use
-svc
internal service for readiness by @merlimat in #352 - Allow configure Pebble cache size by @merlimat in #353
- Refactored wal code by @merlimat in #348
- Fixed deadlock in leader controller gauge callback by @merlimat in #354
- Abort BecomeLeader and Write requests on timeout by @merlimat in #355
- Remove oxia operator and update related doc by @ericsyh in #356
- Update oxia helm chart metadata by @ericsyh in #357
- Use buffered channel in coordinator NewTerm quorum response tracking by @merlimat in #359
- Close read-only segments after timeout by @merlimat in #360
- [build] do apt-get update to avoid missing package versions by @merlimat in #362
- Use Seek() to create new wal segment by @merlimat in #361
- Re-Create session manager on BecomeLeader by @merlimat in #364
- Fixed deadlock in the leader controller wal batcher by @merlimat in #363
- Truncate() call was not passing the namespace in the RPC by @merlimat in #365
- Use VT proto for serialization by @merlimat in #366
- Upgrade Otel to latest stable version by @merlimat in #369
- Fixed node controller assignemnts update after pods restart by @merlimat in #368
- Update Pebble to latest version by @merlimat in #370
- Added option to skip WAL data sync by @merlimat in #367
- Added Pebble DB CLI util tool by @merlimat in #371
- Add documentation for bare metal deployment by @mattisonchao in #372
- remove $ signs from the command lines in getting-started.md by @jak78 in #373
- fix(docs): typo ks8 -> k8s by @lsytj0413 in #375
- Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #374
- Bump google.golang.org/grpc from 1.54.0 to 1.56.3 by @dependabot in #376
- Upgrade to Alpine 3.18 to solve security issues by @merlimat in #378
- Fix parse uint to use signed integer by @merlimat in #377
New Contributors
- @liangyuanpeng made their first contribution in #340
- @aahmed-se made their first contribution in #339
- @ericsyh made their first contribution in #356
- @jak78 made their first contribution in #373
- @lsytj0413 made their first contribution in #375
Full Changelog: v0.1.0...v0.2.0