Skip to content

v1.2.15

Latest
Compare
Choose a tag to compare
@jakobht jakobht released this 22 Jan 18:39
· 46 commits to master since this release
ab3d41c

What's Changed

Added

Changed

  • Update matching handlers to return TaskListPartitionConfig in responses by @Shaddoll in #6376
  • Refactor task manager by @Shaddoll in #6393
  • Refactor history manager by @Shaddoll in #6400
  • Update CLI json printing to use new writer interface for testability by @taylanisikdemir in #6412
  • Refactor admin_cluster_cmds tests by @bowenxia in #6403
  • Move frontend handler's client version check to generated code by @Shaddoll in #6425
  • Refactor persistence manager initialization by @bowenxia in #6441
  • Refactor frontend api handler by @Shaddoll in #6450
  • Exclude cli/factory.go from code coverage by @sankari165 in #6455
  • Refactored and tested SerializeForLogging by @jakobht in #6456
  • Update Cadence idl module to include AccessDeniedError in API returns by @timl3136 in #6465
  • [Wf-Diagnostics] update failure rootcause for the different error types by @sankari165 in #6489
  • Allow LIKE keyword to do partial term matching by @sankari165 in #6490
  • Connection retaining mode for p2p peer chooser by @taylanisikdemir in #6471
  • Make dns updater stoppable to prevent goroutine leaks in tests by @taylanisikdemir in #6494
  • Update CLI to use grpc transport by default by @Shaddoll in #6495
  • Rename new shard-manager service to shard-distributor by @jakobht in #6496
  • Update matching simulation test to support new task list partition config by @Shaddoll in #6500
  • Revert "Update CLI to use grpc transport by default" by @dkrotx in #6502
  • [Wf-Diagnostics] Include all failure related rootcauses in rc handling within diagnostics by @sankari165 in #6504
  • Update codecov config with new github org by @taylanisikdemir in #6510
  • Improve matching simulator isolation group metrics by @natemort in #6505
  • Update development_xdc_cluster#.yaml to have shard-distributor instead of shard-manager by @fimanishi in #6517
  • Change Isolation Group Fallback Behavior by @natemort in #6518
  • Update github org/repos in markdown files by @taylanisikdemir in #6524
  • Update retry policy validation with additional conditions by @sankari165 in #6525
  • Update weighted load balancer by @Shaddoll in #6522
  • Update root partition to refresh non-root partition on start by @Shaddoll in #6527
  • [Wf-Diagnostics] Update workflow retry with failure reason message by @sankari165 in #6526
  • Changed flag in cassandra README by @dkrotx in #6530
  • Update matching simulation test to test weighted load balancer by @Shaddoll in #6536
  • Batcher will now by default retry it's activity 5 times by @jakobht in #6534
  • make test-cases explicit for IDE + subtest by @dkrotx in #6548
  • Update cron schedules of scanner workflows by @Shaddoll in #6554
  • Enable graceful shutdown of replication task fetcher by default by @taylanisikdemir in #6571
  • Convert some pre-generics map.Keys/.Values to their generic version by @Groxx in #6575
  • Split mutable_state_util.go by purpose by @Groxx in #6577
  • Don't treat missing PartitionConfig data as an error by @natemort in #6576
  • Update README and CONTRIBUTING files by @taylanisikdemir in #6578
  • Migrate from github.com/golang/mock to go.uber.org/mock by @Groxx in #6579
  • Update caas schema with created_time and last_updated_time by @bowenxia in #6569
  • Update DescribeTaskList to return Isolation Group metrics by @natemort in #6580

Fixed

Removed

New Contributors

Full Changelog: v1.2.14...v1.2.15