1.5.0 / 2022-09-08 #346
flavorjones
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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-linux
arm-linux
arm64-darwin
x64-mingw32
andx64-mingw-ucrt
x86-linux
x86_64-darwin
x86_64-linux
If 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
Added
SQLite3::SQLITE_LOADED_VERSION
contains the version string of the sqlite3 library that is dynamically loaded (compare toSQLite3::SQLITE_VERSION
which is the version at compile-time).Fixed
SQLite3::Database#load_extensions
now raises aTypeError
unless a String is passed as the file path. Previously it was possible to pass a non-string and cause a segfault. [Segmentation Fault ifload_extension
with Pathname #339]sha256 checksums:
This discussion was created from the release 1.5.0 / 2022-09-08.
Beta Was this translation helpful? Give feedback.
All reactions