Skip to content

Releases: uber/cadence

v1.2.12

19 Aug 22:54
f3350d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.11...v1.2.12

v1.2.11

10 Jul 19:20
83ebf7a
Compare
Choose a tag to compare

What's Changed

Read more

v1.2.10

04 Jun 19:57
02c7efb
Compare
Choose a tag to compare

What's Changed

Read more

v1.2.9

01 May 17:46
ba39678
Compare
Choose a tag to compare

What's Changed

Read more

v1.2.8

26 Mar 18:46
3f64176
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

  • Set proper max reset points by @neil-xie in #5623
  • Put a timeout for timer task deletion loop during shutdown by @taylanisikdemir in #5626
  • Catch unit test failures in make test by @Groxx in #5635
  • fix: get messages between query over message_id typo by @zedongh in #5607
  • Fix context leak in tests by @munahaf in #5377
  • Make sure task processing rate limiter is only done in the active side by @sankari165 in #5654
  • Fix Pinot query validator bug when user pass in not equal query with value missing by @neil-xie in #5662
  • Update Pinto query validator failed log, minor refactor pinot visibility store to remove panics by @neil-xie in #5664
  • Fix context leak in pinot integration test by @neil-xie in #5682
  • Fix SignalWithStartWorkflow API by @Shaddoll in #5671
  • Fix wrong migration paths in example by @kotcrab in #5668
  • Fix comment in workflow id cache config by @sankari165 in #5661
  • Fix the local integration test docker-compose file by @jakobht in #5695
  • Do not get workflow execution from database when shard is closed by @Shaddoll in #5697

Removed

  • Removed useless metrics tag from the workflowIDcache by @jakobht in #5651
  • Removed the shadower service for cadence-server by @agautam478 in #5660

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

09 Feb 19:00
08d5994
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Changed

Read more

v1.2.6

14 Dec 22:11
558780b
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Changed

  • Cassandra version is changed from 3.11 to 4.1.3 by @taylanisikdemir (#5461)
    • If your machine already has ubercadence/server:master-auto-setup image then you need to repull so it works with latest docker-compose*.yml files
  • Move dynamic ratelimiter to its own file by @jakobht (#5451)
  • Create and use a limiter struct instead of just passing a function by @jakobht (#5454)
  • Dynamic ratelimiter factories by @jakobht (#5455)
  • Update github action for image publishing to released by @3vilhamster (#5460)
  • Update matching to emit metric for tasklist backlog size by @Shaddoll (#5448)
  • Change variable name from SecondsSinceEpoch into EventTimeMs by @bowenxia (#5463)

Removed

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

02 Nov 19:07
eb8eea9
Compare
Choose a tag to compare

What's Changed

Added

  • Scanner / Fixer changes by @Groxx in #5361
    • Stale-workflow detection and cleanup added to shardscanner, disabled by default.
    • New dynamic config to better control scanner and fixer, particularly for concrete executions.
    • Documentation about how scanner/fixer work and how to control them, see the scanner readme.md
    • This also includes example config to enable the new fixer.
  • MigrationChecker interface to expose migration CLI by @abhishekj720 in #5424
  • Added Pinot as new visibility store option by @neil-xie in #5201
    • Added pinot visibility triple manager to provide options to write to both ES and Pinot.
    • Added pinotVisibilityStore and pinotClient to support CRUD operations for Pinot.
    • Added pinot integration test to set up Pinot test cluster and test Pinot functionality.

Fixed

Full Changelog: v1.2.4...v1.2.5-prerelease3

v1.2.4

27 Sep 19:03
c93d6af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3 (Retracted, please use v1.2.4)

15 Sep 22:10
4a16136
Compare
Choose a tag to compare
Pre-release

Added

Expose workflow history size and count to client by @timl3136 (#5392)

Fixed

[cadence-cli] fix typo in input flag for parallelism by @sankari165 (#5397)

Changed

Update config store client to support SQL database by @Shaddoll (#5395)
Scaffold config store for sql plugins by @Shaddoll (#5396)
Improve poller detection for isolation by @Shaddoll (#5399)