From bc726c9ad4646fc5d14e91bcea11190ff7537ca0 Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Mon, 1 Apr 2024 15:16:56 -0700 Subject: [PATCH] Release v1.23.1 (#2023) --- releases/v1.23.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releases/v1.23.1 diff --git a/releases/v1.23.1 b/releases/v1.23.1 new file mode 100644 index 000000000..2c96646d1 --- /dev/null +++ b/releases/v1.23.1 @@ -0,0 +1,11 @@ +# Highlights + +Fixed an issue where serialization context may not be applied when serializing failures in certain scenarios. + +# Changeset + +2024-03-11 - a64b6e51 - Replace buildkite with github actions (#2004) +2024-03-13 - abea3189 - Switch build status badge to GH action (#2005) +2024-03-25 - f205d1c5 - Remove experimental flag from StartDelay (#2015) +2024-03-28 - 0c6c566a - Add StickyTaskQueueDrainTimeout (#2019) +2024-03-31 - 29d23d06 - Make sure task failures use a serialization context (#2022)