Skip to content

Commit af87e3c

Browse files
authored
Update history for 2.23.1. (#5131)
--- TYPE: IMPROVEMENT DESC: Update history for 2.23.1.
1 parent d2265e9 commit af87e3c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# TileDB v2.23.1 Release Notes
2+
3+
## Improvements
4+
5+
* Add array uri to tiledb_array_deserialize [#4961](https://github.com/TileDB-Inc/TileDB/pull/4961)
6+
7+
## Defects removed
8+
9+
* Fix segfaults in WebP queries ran in parallel. [#5065](https://github.com/TileDB-Inc/TileDB/pull/5065)
10+
11+
## Configuration changes
12+
13+
* Add `rest.custom_headers.*` config option to set custom headers on REST requests. [#5104](https://github.com/TileDB-Inc/TileDB/pull/5104)
14+
* 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)
15+
* 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)
16+
117
# TileDB v2.23.0 Release Notes
218

319
## Deprecation announcements

tiledb/doxygen/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# The short X.Y version.
7979
version = '2.23'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '2.23.0'
81+
release = '2.23.1'
8282

8383
# Breathe extension configuration.
8484
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')

tiledb/sm/c_api/tiledb_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
#define TILEDB_VERSION_MAJOR 2
3030
#define TILEDB_VERSION_MINOR 23
31-
#define TILEDB_VERSION_PATCH 0
31+
#define TILEDB_VERSION_PATCH 1

0 commit comments

Comments
 (0)