Bump sqlite3 from 1.4.4 to 1.5.0
Bumps sqlite3 from 1.4.4 to 1.5.0.
Release notes
Sourced from sqlite3's releases.
1.5.0 / 2022-09-08
Packaging
Faster, more reliable installation
Native (precompiled) gems are available for Ruby 2.6, 2.7, 3.0, and 3.1 on all these platforms:
aarch64-linuxarm-linuxarm64-darwinx64-mingw32andx64-mingw-ucrtx86-linuxx86_64-darwinx86_64-linuxIf you are using one of these Ruby versions on one of these platforms, the native gem is the recommended way to install sqlite3-ruby.
See the README for more information.
More consistent developer experience
Both the native (precompiled) gems and the vanilla "ruby platform" (source) gem include sqlite v3.39.3 by default.
Defaulting to a consistent version of sqlite across all systems means that your development environment behaves exactly like your production environment, and you have access to the latest and greatest features of sqlite.
You can opt-out of the packaged version of sqlite (and use your system-installed library as in versions < 1.5.0). See the README for more information.
Release notes for this version of sqlite
Rubies and Platforms
- TruffleRuby is supported.
- Apple Silicon is supported (M1, arm64-darwin).
- vcpkg system libraries supported. #332 (Thanks, @MSP-Greg!)
Added
SQLite3::SQLITE_LOADED_VERSIONcontains the version string of the sqlite3 library that is dynamically loaded (compare toSQLite3::SQLITE_VERSIONwhich is the version at compile-time).Fixed
SQLite3::Database#load_extensionsnow raises aTypeErrorunless a String is passed as the file path. Previously it was possible to pass a non-string and cause a segfault. #339
... (truncated)
Changelog
Sourced from sqlite3's changelog.
1.5.0 / 2022-09-08
Packaging
Faster, more reliable installation
Native (precompiled) gems are available for Ruby 2.6, 2.7, 3.0, and 3.1 on all these platforms:
aarch64-linuxarm-linuxarm64-darwinx64-mingw32andx64-mingw-ucrtx86-linuxx86_64-darwinx86_64-linuxIf you are using one of these Ruby versions on one of these platforms, the native gem is the recommended way to install sqlite3-ruby.
See the README for more information.
More consistent developer experience
Both the native (precompiled) gems and the vanilla "ruby platform" (source) gem include sqlite v3.39.3 by default.
Defaulting to a consistent version of sqlite across all systems means that your development environment behaves exactly like your production environment, and you have access to the latest and greatest features of sqlite.
You can opt-out of the packaged version of sqlite (and use your system-installed library as in versions < 1.5.0). See the README for more information.
Release notes for this version of sqlite
Rubies and Platforms
- TruffleRuby is supported.
- Apple Silicon is supported (M1, arm64-darwin).
- vcpkg system libraries supported. #332 (Thanks, @MSP-Greg!)
Added
SQLite3::SQLITE_LOADED_VERSIONcontains the version string of the sqlite3 library that is dynamically loaded (compare toSQLite3::SQLITE_VERSIONwhich is the version at compile-time).Fixed
SQLite3::Database#load_extensionsnow raises aTypeErrorunless a String is passed as the file path. Previously it was possible to pass a non-string and cause a segfault. #339
Commits
-
31ea008version bump to 1.5.0 (final) -
23721a7rb_gc_register_address() must be called after the variable was assigned (#345) -
6607e64Merge pull request #342 from sparklemotion/flavorjones-update-sqlite-3.39.3 -
10f4308dep: update packaged sqlite3 to v3.39.3 -
bf63f77doc: fix sqlite3 docs link in CHANGELOG -
2544e58version bump to v1.5.0.rc2 (release candidate) -
1cfa1c1Merge pull request #341 from sparklemotion/flavorjones-compiler-optimization -
d77cf57perf: use -O2 compiler optimizations -
e27f9b0Merge pull request #340 from sparklemotion/339-load-extension-segfault -
31785ddfix: Database#load_extension check argument type - Additional commits viewable in compare view