v0.11.2 is a minor release with several bug fixes and improvements.
What's Changed
- parsing: fix i128 min check by @tgahunia05 in #5809
- Update setuptools by @mewim in #5822
- Remove
uv
dependency by @mewim in #5824 - Fix LSQB benchmark runs by @ray6080 in #5820
- Fix OnDiskGraph vertex scan during transaction by @ray6080 in #5823
- Clean up unused getEstimatedMemUsage functions by @ray6080 in #5827
- Implement casting between unions, fix issues with nested unions and union lists/arrays by @05st in #5764
- Fix detach delete in the local rel table by @ray6080 in #5830
- Implement fts update by @acquamarin in #5818
- Union casting code small cleanup by @05st in #5829
- Fix unwind binding by @acquamarin in #5838
- Cache prepared statement in client context by @andyfengHKU in #5846
- fsync() the WAL on open by @thisismiller in #5843
- Refactor JNI bindings to use camelCase by @mewim in #5851
- Add necessary APIs for front-end extensions by @acquamarin in #5848
- Fullfsync on macOS/iOS by @ray6080 in #5850
- Move generated system config header file to binary to avoid polluting src by @ray6080 in #5854
- Fix recovering twice from corrupted wal by @ray6080 in #5852
- Support wildcard patterns in FTS queries by @05st in #5842
- Add locks to local hash index and add basic concurrent insertion tests by @ray6080 in #5828
- Implement optional params handling in table function by @acquamarin in #5855
New Contributors
- @thisismiller made their first contribution in #5843
Full Changelog: v0.11.1...v0.11.2