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)