Skip to content

v0.14.0 Release

Compare
Choose a tag to compare
@yux0 yux0 released this 14 Sep 17:59
· 6 commits to 0.14.x since this release

Schema Change

  • Cassandra cadence keyspace update from v0.27 to v0.28

New features

Multi-tenant Task Processing Improvements

DB Scanner

  • a1a1483 Scanner impl (#3286)
  • 11c17f9 Add invariant manager (#3263)
  • b65e13f [Scanner] handle current execution to read from blobstore (#3435)
  • 3f32331 [Scanner] Fixed missing scan type param in activities (#3434)
  • 25ff793 [Scanner] Use CurrentExecution instead of base one (#3421)
  • 49f30ca [Scanner] Use constant for current execution run id (#3419)
  • 0e288fb [Scanner] Register current execution scanner (#3418)
  • 78031ab [Scanner] Add persistence APIs for current execution (#3416)
  • 8904368 [Scanner] Add concrete execution check for current execution (#3409)
  • 293d5c2 Extend execution scanner framework with an entity type param (#3402)
  • 6a238a7 Run concrete executions scanner always (#3370)
  • 779b711 Scanner and fixer workflow implementations (#3307)
  • af2c994 Remove dependencies between invariants (#3316)
  • 754870f Size reduction of execution scanner workflow (#3313)
  • 4aa034a Add determining invariant from invariant manager (#3320)

Replication

Domain tag

  • f4f7ab2 Add domain tag to history query metrics (#3504)
  • 8de8f99 Introduce per domain metrics for task processing. (#3467)
  • a14011e Improve domain tagged metrics in priority task processor (#3379)

Bug Fix & Improvements