From db03540e685296f0188819869eec92bece164db2 Mon Sep 17 00:00:00 2001 From: KiterLuc <67824247+KiterLuc@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:34:05 +0200 Subject: [PATCH] Update history for 2.24.1. (#5130) --- TYPE: NO_HISTORY DESC: Update history for 2.24.1. --- HISTORY.md | 12 ++++++++++++ tiledb/doxygen/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 699de1563cc..b2270bd7a75 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,15 @@ +# TileDB v2.24.1 Release Notes + +## Defects removed + +* Fix segfaults in WebP queries ran in parallel. [#5065](https://github.com/TileDB-Inc/TileDB/pull/5065) + +## Configuration changes + +* Add `vfs.s3.storage_class` config option to set the storage class of newly uploaded S3 objects. [#5053](https://github.com/TileDB-Inc/TileDB/pull/5053) +* Add `rest.custom_headers.*` config option to set custom headers on REST requests. [#5104](https://github.com/TileDB-Inc/TileDB/pull/5104) +* Add `rest.payer_namespace` config option to set the namespace to be charged for REST requests. [#5105](https://github.com/TileDB-Inc/TileDB/pull/5105) + # TileDB v2.24.0 Release Notes ## Deprecation announcements diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index b39f626ca33..f6ffdceaafc 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = '2.24' # The full version, including alpha/beta/rc tags. -release = '2.24.0' +release = '2.24.1' # Breathe extension configuration. doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/') diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index f5b57af5d7b..895d4d4846e 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -28,4 +28,4 @@ #define TILEDB_VERSION_MAJOR 2 #define TILEDB_VERSION_MINOR 24 -#define TILEDB_VERSION_PATCH 0 +#define TILEDB_VERSION_PATCH 1