Closed
Conversation
Contributor
Author
|
Closed in favor of #70. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sqlite3 (~> 1.3.11 → ~> 1.5.0) · Repo · Changelog
Release Notes
1.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 65 commits:
version bump to 1.5.0 (final)rb_gc_register_address() must be called after the variable was assigned (#345)Merge pull request #342 from sparklemotion/flavorjones-update-sqlite-3.39.3dep: update packaged sqlite3 to v3.39.3doc: fix sqlite3 docs link in CHANGELOGversion bump to v1.5.0.rc2 (release candidate)Merge pull request #341 from sparklemotion/flavorjones-compiler-optimizationperf: use -O2 compiler optimizationsMerge pull request #340 from sparklemotion/339-load-extension-segfaultfix: Database#load_extension check argument typeMerge pull request #337 from sparklemotion/flavorjones-fix-ci-macos-gem-installci: gem-install.yml uses --with-opt-dir for macos system librariesci: trigger github actions on `master`, not `main`doc: update CHANGELOG.mdMerge pull request #334 from eregon/fix-utf16_string_value_ptr-trufflerubyFix utf16_string_value_ptr() for TruffleRubyMerge pull request #336 from MSP-Greg/00-pr-333-test-versionssqlite3-ruby.yml - remove some quotes, reformat includesqlite3-ruby.yml macOS - use --with-opt-dir when --enable-system-librariestest: assert compiled and loaded versions of sqlite3 are the sameMerge pull request #332 from MSP-Greg/00-sqlcipher-mswinsqlite3-ruby.yml - mswin/sqlcipher - install sqlite3ci: trigger github actions on `master`, not `main`Merge pull request #330 from sparklemotion/flavorjones-extconf-help-messageMerge pull request #331 from sparklemotion/flavorjones-update-sqlite3-v3.39.2dep: update packaged sqlite3 to v3.39.2ext: add --help option and message to extconf.rbext: sqlcipher dir_config params imply system libs and sqlcipherMerge pull request #329 from sparklemotion/flavorjones-fix-version-testtest: skip version string assertion when testing native gemsversion bump to v1.5.0.rc1 (release candidate)doc: update CHANGELOG and READMEtest: assert on the two version stringsMerge pull request #328 from sparklemotion/flavorjones-upgrade-sqlite-to-3.39.0test: assertions on db path use #realdirpathdep: update to sqlite 3.39.0test: more exact test for patch file presencedoc: update CHANGELOGMerge pull request #320 from sparklemotion/flavorjones-resurrect-native-gemsdoc: update README and create LICENSE-DEPENDENCIESdev: scripts to package gems and assert on their contentsdev: update .gitignoreext: support only ruby >= 2.6ext: test native gems on all rcd-supported platformsci: gracefully handle missing version.rb in the gemspecci: cache sqlite3 buildsrefactor: extconf.rbdev: annotate the sqlite3 version requirement for sqlite3_open_v2ext: ensure sqlcipher is supported as a system librarydoc: convert rdoc files to markdownci: add coverage for mswin windows platformext: support system libraries via `--enable-system-libraries`ext: patch automake files to support arm64-darwin systemstest: use assert_in_delta for floats returned from db funcsci: configure appveyorext: work around MakeMakefile.pkg_config issue in Ruby 3.1ext(warnings): quash more compiler warningsext(warnings): use #ifdef to check _MSC_VER instead of #iffeat: define SQLite3::SQLITE_LOADED_VERSIONext: rebuild extconf and native.rakeci: simplify basic test pipelinegem: manifest managementdep: remove hoe, prefer a literal gemspecFix required ruby version in gemdep: update development dependenciesDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands