Skip to content

Commit

Permalink
Update history for 2.24.1. (#5130)
Browse files Browse the repository at this point in the history
---
TYPE: NO_HISTORY
DESC: Update history for 2.24.1.
  • Loading branch information
KiterLuc committed Jun 20, 2024
1 parent 1e0a5ab commit db03540
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
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.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/')
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 24
#define TILEDB_VERSION_PATCH 0
#define TILEDB_VERSION_PATCH 1

0 comments on commit db03540

Please sign in to comment.