~maas-committers/maas/+git/temporal:release/v1.10.x

Last commit made on 2021-06-24
Get this branch:
git clone -b release/v1.10.x https://git.launchpad.net/~maas-committers/maas/+git/temporal

Branch merges

Branch information

Name:
release/v1.10.x
Repository:
lp:~maas-committers/maas/+git/temporal

Recent commits

0fc0383... by wenquan xing <email address hidden>

Release v1.10.5

448ad51... by wxing1292 <email address hidden>

Fix error prone retry time implementation (#1681)

* Do not truncate time.Duration to seconds, if conversion is necessary for math, use nano seconds
* Convert core retry function logic to use nil instead of `0 mean infinite`

27ac450... by mastermanu <email address hidden>

Sets Reconnection policy on gocql.ClusterObject (#1652)

Enabling a Reconnection policy will enable better resiliency in the event that Cassandra nodes happen to churn for a given cluster. We have seen situations where nodes churned, and the only way to recover Temporal was by initiating a reboot. This should address this.

Validated change in a deployed test environment. This is a low-risk change.

e1e783c... by wenquan xing <email address hidden>

Create an noop commit for newer git timestamp

dbf65e4... by wenquan xing <email address hidden>

Release v1.10.4

35c5ff4... by wxing1292 <email address hidden>

Fix unable to reset workflow issue (#1673)

* Properly calculate lower / higher bound when reading each history branch, otherwise history event branch after fork operation can return more data than requested.

6038900... by Sergey Bykov <email address hidden>

Add support for passing JWT audience to defaultJWTClaimMapper (#1648)

4933e68... by Alex Shtin <email address hidden>

Fix auto-setup.sh for PostgreSQL (#1629)

5bef77f... by wxing1292 <email address hidden>

Emit dedicated metrics for context cancelled (#1628)

* Split ServiceErrContextTimeoutCounter metrics into ServiceErrContextTimeoutCounter and ServiceErrContextCancelledCounter
* ServiceErrContextCancelledCounter metrics indicates request being cancelled
* ServiceErrContextTimeoutCounter metrics indicates timeout

8476c0d... by wenquan xing <email address hidden>

Release v1.10.3