Skip to content

Commit

Permalink
Update history for 2.23.1. (#5131)
Browse files Browse the repository at this point in the history
---
TYPE: IMPROVEMENT
DESC: Update history for 2.23.1.
  • Loading branch information
KiterLuc authored Jun 20, 2024
1 parent d2265e9 commit af87e3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# TileDB v2.23.1 Release Notes

## Improvements

* Add array uri to tiledb_array_deserialize [#4961](https://github.com/TileDB-Inc/TileDB/pull/4961)

## Defects removed

* Fix segfaults in WebP queries ran in parallel. [#5065](https://github.com/TileDB-Inc/TileDB/pull/5065)

## Configuration changes

* Add `rest.custom_headers.*` config option to set custom headers on REST requests. [#5104](https://github.com/TileDB-Inc/TileDB/pull/5104)
* 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.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.23.0 Release Notes

## Deprecation announcements
Expand Down
2 changes: 1 addition & 1 deletion tiledb/doxygen/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# The short X.Y version.
version = '2.23'
# The full version, including alpha/beta/rc tags.
release = '2.23.0'
release = '2.23.1'

# Breathe extension configuration.
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 23
#define TILEDB_VERSION_PATCH 0
#define TILEDB_VERSION_PATCH 1

0 comments on commit af87e3c

Please sign in to comment.