What's Changed
- Fix invalid yaml file by @hackerwins in #1108
- Modify
--backend-gateway-addr
argument in helm deployment resource by @emplam27 in #1115 - Extract
pkg/webhook
package fromrpc/auth
package by @hackerwins in #1133 - Add HMAC Signing Support for Webhook Client Security by @window9u in #1134
- Simplify Coordinator by Refactoring to Locker and PubSub by @hackerwins in #1136
- Extract DocEvent into events package by @hackerwins in #1137
- Update ROADMAP.md for 2025 by @hackerwins in #1138
- Update go.mod to use v1.23 by @hackerwins in #1141
- Add Request Timing Controls for Auth Webhook Client by @window9u in #1142
- Fix complex complex test failures by @hackerwins in #1148
- Extend RWMutex Interface for locker package by @raararaara in #1135
- Add Kafka Producer for Analytics and User Metrics by @emplam27 in #1143
- Add Benchmarks for VersionVector Performance Analysis by @chacha912 in #1150
- Add Kafka options to yorkie-cluster and missing WriteTimeout by @emplam27 in #1149
- Optimize Minimum VersionVector Computation for Performance by @chacha912 in #1153
- Send UserEvent Message if userID exists by @hackerwins in #1154
Full Changelog: v0.5.8...v0.6.0