From 0671ed4308a83b5997d37263937c00963644ff48 Mon Sep 17 00:00:00 2001 From: Pierre Trespeuch Date: Wed, 24 Jan 2024 09:42:57 +0100 Subject: [PATCH] Update NEWS.md for 22.3 release --- NEWS.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5b1cd1b..0e7123c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,19 @@ -# Version 22.3.0 (2022-??-??) *NOT RELEASED YET* +# Version 22.4.0 (2024-??-??) *NOT RELEASED YET* * Nothing +# Version 22.3.0 (2024-24-01) + +* Add support for stages and lambda aliases to RestApi +* Python packages are now downloaded according to the targeted runtime instead + of host platform +* BucketWithRoles now supports different trusted accounts for read and write + roles +* Retain is now the default DeletionPolicy for Buckets +* Add a method to add outputs to a Stack +* Add an option to prefix VPC endpoint IDs to allow multiple VPCs with the same + endpoints in the same stack + # Version 22.2.0 (2023-04-03) * Improve HTTP API support