What's Changed
Added
- Explain difference btw. terminate/cancel by @dkrotx in #7239
- New histogram strategy and minimal changes to start emitting it by @Groxx in #7240
- Reset simulation - wf reset on different cluster than wf started cluster by @fimanishi in #7203
- Add shard distributor canary service by @jakobht in #7252
- Add dco.yml by @natemort in #7255
- Add support for multiple wildcard queries joined by OR by @neil-xie in #7257
- Add log when replication task latency is high by @bowenxia in #7254
- Byte size replication cache per shard by @fimanishi in #7243
- Test active-active behavior with concurrent SignalWithStart requests by @c-warren in #7270
- Add documentation to the simulation tests by @c-warren in #7271
Changed
- Regenerate common/log/logger_mock.go using mockgen by @ansidev in #7228
- Improve code readability in task_ack_manager getTasks by @fimanishi in #7232
- Regenerate mocks in service/worker/archiver using mockgen by @ansidev in #7225
- Make metric indexes unique by @Groxx in #7237
- Unique types for different kinds of metric indexes by @Groxx in #7238
- Regenerate client_mock in service/worker/parentclosepolicy using mockgen by @ansidev in #7226
- No longer log redirection information for every frontend request by @c-warren in #7253
- Set default active cluster selection policy at Frontend by @Shaddoll in #7259
- Issue 6759: Regenerate common/archiver/provider/provider_mock.go using mockgen by @ansidev in #7266
- Improve conflict resolution for active-active by @Shaddoll in #7265
- Issue 6759: Regenerate common/blobstore/interface.go using mockgen by @ansidev in #7267
- Minor histogram-bucket tweak: end on a power-of-2, not before by @Groxx in #7251
Fixed
- Fix appendOrMergeSlice method of virtual queue manager by @Shaddoll in #7233
- fix(deps): upgrade sarama to v1.46.0 by @ansidev in #7222
- [shard-distributor] Fix: forgot to update a mapper by @jakobht in #7242
- [active-active] Fix failover version increment logic by @taylanisikdemir in #7246
- Fix virtual slice's get task method by @Shaddoll in #7249
- downgrade sarama to v1.45.2 by @dkrotx in #7248
- Upgrade github.com/dgryski/go-farm to fix crashes by @nsrip-dd in #7250
- Fix workflow start logic for active-active domains by @Shaddoll in #7256
- Fix a bug that cause non-default virtual queue to be orphaned by @Shaddoll in #7263
- Validate matching.getTasksBatchSize to prevent zero values by @abhishekj720 in #7264
Removed
New Contributors
Full Changelog: v1.3.5...v1.3.6