Releases: voltrondata/sqlflite
Releases · voltrondata/sqlflite
v1.3.1
Closes #33 (#34)
v1.3.0
Attempt at fixing CI for jemalloc static library compile for DuckDB
v1.2.6
Updated Arrow to 15.0.1
v1.2.5
Misc fixes.
v1.2.3
What's Changed
- Fix to client, CMake build, etc. by @prmoore77 in #31
Full Changelog: v1.2.1...v1.2.3
v1.2.1
Add flight sql client (#30) * Added flight_sql_client, and renamed flight_sql executable to: flight_sql_server * Updated Python Docker image to 3.11.8 * Added gflags library to CI/Dockerfile * Fix sign/notarize * Remove signing of client app * Fixing pgrep command in test_flight_sql.sh * Fixing pgrep command in test_flight_sql.sh, again * Attempting to sign client again (with modified action) * Added mTLS support in flight_sql_client. Updated README.md with instructions on how to use the client.
v1.2.0
Updated DuckDB to: v0.10.0
Full Changelog: v1.1.19...v1.2.0
v1.1.19
Added version option and info.
v1.1.18
Bugfix for DuckDBFlightSqlServer::DoGetCatalogs
v1.1.17
Installing DuckDB and SQLite CLI into container image for troubleshoo…