Skip to content

v0.3.2 Release

Compare
Choose a tag to compare
@samarabbas samarabbas released this 03 Oct 17:42
· 4133 commits to master since this release

New Features and Improvements

Query Support

YARPC Work

  • 2350831 - Migrate from TChannel to RPC framework(YARPC) (#335)
    f3cdfb2 - Pinning thriftrw/thrfitrw yarpc plugin. The newer plug-in seems to have some GET'ers. We can use them in later PR. (#345)
  • f358b88 - Standalone to start dispatcher for outbounds. (#346)

Cancel Support For Outstanding Pollers

  • 27d483c - Matching support for cancelling outstanding pollers (#353)

GOCQL Connection Pool Per Host

  • 81e51c6 - Create a single connection pool per host (#359)

Persistence Adjustments

  • fd9a01a - Adjust scan intervals for transfer queue processor (#356)
  • 9169f8f - fix condition on updating shards (#357)

Stability Fixes

  • 215baf5 - Properly unload taskListManager if Start fails (#309)
  • df9ac3e - Properly handle throttling errors from Cassandra (#316)
  • 37a6a24 - Add backoff in TransferQueueProcessor readTransferTasks (#332)

Bug Fixes

  • 7213396 - MatchingEngine to correctly handle EventAlreadyStartedError from history (#317)
  • 9ccd575 - Transfer Queue Processor can get stuck on StartChildExecution task (#337)

Miscellaneous

  • 19c948a - Fix for flaky matching engine unit tests (#344)
  • a4b6171 - Matching engine fix for flaky unit test (#349)
  • 95e865b - Cleanup persistence error logs (#355)
  • affdf19 - Cleanup frontend logs causing too much noise (#360)