File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## Release notes
22
3- ## 1.7.2
3+ ### 1.8.0
4+
5+ * [ #94 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/94 ) - Added ` renameCollection ` command
6+ * [ #129 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/129 ) - Moved to FDB dependency 6.0 -> 6.1
7+ * [ #202 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/202 ) - Fix for a memory leak on new connections
8+
9+ ### 1.7.2
410
511* [ #185 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/185 ) Fix for compound index selection query planner
612
7- ## 1.7.1
13+ ### 1.7.1
814
915* [ #135 ] ( https://github.com/FoundationDB/fdb-document-layer/issues/135 ) Fix for None value handling in arrays
1016* [ #175 ] ( https://github.com/FoundationDB/fdb-document-layer/pull/175 ) Fix the bug that command ` dropIndex ` 's error message misses some fields
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.11)
2- project (fdb_doc_layer VERSION 1.7.2 LANGUAGES C CXX)
2+ project (fdb_doc_layer VERSION 1.8.0 LANGUAGES C CXX)
33
44set (default_build_type "RelWithDbgInfo" )
55if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES )
You can’t perform that action at this time.
0 commit comments