Skip to content

Commit

Permalink
Update HISTORY for 2.14.2 (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 authored Mar 17, 2023
1 parent 724e5a3 commit 42147ab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# TileDB v2.14.2 Release Notes

## Improvements

* RLE and dictionary filter only enabled for UTF8 since format version 17. [#3868](https://github.com/TileDB-Inc/TileDB/pull/3868)
* Fragment consolidation: using correct buffer weights. [#3877](https://github.com/TileDB-Inc/TileDB/pull/3877)
* Sparse global order reader: fix read progress update for duplicates. [#3937](https://github.com/TileDB-Inc/TileDB/pull/3937)
* Sparse unordered w/ dups: fix error on double var size overflow. [#3963](https://github.com/TileDB-Inc/TileDB/pull/3963)

## Bug fixes

* Deregister a remote array from the Consistency multimap before reopening. [#3859](https://github.com/TileDB-Inc/TileDB/pull/3859)
* Fix buffer size error in deserializing query [#3851](https://github.com/TileDB-Inc/TileDB/pull/3851)
* Fix support for empty strings for Dictionary and RLE encodings [#3938](https://github.com/TileDB-Inc/TileDB/pull/3938)

# TileDB v2.14.1 Release Notes

## Defects removed
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.14'
# The full version, including alpha/beta/rc tags.
release = '2.14.1'
release = '2.14.2'

# 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 14
#define TILEDB_VERSION_PATCH 1
#define TILEDB_VERSION_PATCH 2

0 comments on commit 42147ab

Please sign in to comment.