Skip to content

Commit

Permalink
Update HISTORY for 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Sep 24, 2023
1 parent 3d12161 commit 7c8c73b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# TileDB v2.17.1 Release Notes

## Improvements

* Avoid empty Enumeration REST requests. [#4369](https://github.com/TileDB-Inc/TileDB/pull/4369)

## Defects removed

* Revert change to S3 is_object, is_bucket checks. [#4371](https://github.com/TileDB-Inc/TileDB/pull/4371)

## API changes

### C++ API

* Add support for `std::vector<bool>` in Enumeration CPP API. [#4362](https://github.com/TileDB-Inc/TileDB/pull/4362)
* Fix UBSAN error in the Enumeration CPP API. [#4357](https://github.com/TileDB-Inc/TileDB/pull/4357)
* This is a change from 2.17.0 in the header-only C++ API.
* Don't error out if DELETE symbol is defined. [#4365](https://github.com/TileDB-Inc/TileDB/pull/4365)

## Build changes

* Compilation fix for GCC 9.4 of Ubuntu 20.04. [#4355](https://github.com/TileDB-Inc/TileDB/pull/4355)
* Fix static linking failures and build ExampleExe_static on Windows. [#4336](https://github.com/TileDB-Inc/TileDB/pull/4336)

# TileDB v2.17.0 Release Notes

## Disk Format
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.17'
# The full version, including alpha/beta/rc tags.
release = '2.17.0'
release = '2.17.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 17
#define TILEDB_VERSION_PATCH 0
#define TILEDB_VERSION_PATCH 1

0 comments on commit 7c8c73b

Please sign in to comment.