Unclaimed project
Are you a maintainer of mysql2? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
mysql2
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
0.5.4 Release - mysql2 Release Notes | AnnounceHQBack to changelogNew
0.5.4 Release
What's Changed
- The taint mechanism will be deprecated in Ruby 2.7 by @kamipo in https://github.com/brianmario/mysql2/pull/1083
- Made argument types strict for ruby 2.7 by @nobu in https://github.com/brianmario/mysql2/pull/1096
- Update rake (and rake-compiler) to suppress the warning. by @junaruga in https://github.com/brianmario/mysql2/pull/1099
- Fix crash if a Mysql2::Client object is allocated but never connected by @sodabrew in https://github.com/brianmario/mysql2/pull/1101
- Remove Enumerable include from Statement class by @adamcrown in https://github.com/brianmario/mysql2/pull/1104
- Add project metadata to the gemspec by @orien in https://github.com/brianmario/mysql2/pull/1089
- Don't call mysql_close if mysql_init wasn't called. by @fimmtiu in https://github.com/brianmario/mysql2/pull/1111
- Client session tracking by @insom in https://github.com/brianmario/mysql2/pull/1092
- Avoid a hash object allocation per each
query/execute call by @kamipo in https://github.com/brianmario/mysql2/pull/1112
- Implementing type reflection from mysql result by @danhuynhdev in https://github.com/brianmario/mysql2/pull/1068
- Register C global variables to Ruby GC to avoid problems with GC.compact by @casperisfine in https://github.com/brianmario/mysql2/pull/1115
Clarify Rails 4.2.11 support in Readme by @muzfuz in https://github.com/brianmario/mysql2/pull/1131Improve Homebrew compatibility by @stefansundin in https://github.com/brianmario/mysql2/pull/1135Tiny README syntax markup for consistency by @fwolfst in https://github.com/brianmario/mysql2/pull/1164Add GitHub Actions. by @junaruga in https://github.com/brianmario/mysql2/pull/1154Run GC.verify_compaction_references on CI by @casperisfine in https://github.com/brianmario/mysql2/pull/1155GitHub Actions: Add CentOS/Fedora cases. by @junaruga in https://github.com/brianmario/mysql2/pull/1168Random SEGV in do_send_query() by @unak in https://github.com/brianmario/mysql2/pull/1150GitHub Actions: Add macOS cases. by @junaruga in https://github.com/brianmario/mysql2/pull/1170Add GitHub Actions badges. by @junaruga in https://github.com/brianmario/mysql2/pull/1172Rename .travis_* files to ci/*. by @junaruga in https://github.com/brianmario/mysql2/pull/1171Make the benchmarks group optional. by @junaruga in https://github.com/brianmario/mysql2/pull/1173Verify the testing database before running tests. by @junaruga in https://github.com/brianmario/mysql2/pull/1174Rename the before/after hooks's symbol on RSpec 2 to the one on RSpec 3. by @junaruga in https://github.com/brianmario/mysql2/pull/1177Refactor CI yaml files by @junaruga in https://github.com/brianmario/mysql2/pull/1176Fix test failures on MariaDB by @junaruga in https://github.com/brianmario/mysql2/pull/1193Fix some typos [ci skip] by @kamipo in https://github.com/brianmario/mysql2/pull/1195Travis: Remove the command to pin Rubygems. by @junaruga in https://github.com/brianmario/mysql2/pull/1188Make Result#fields return interned strings in Ruby 3+ by @casperisfine in https://github.com/brianmario/mysql2/pull/1181Can't enable SSL with MariaDB driver library. (#1182) by @vakuum in https://github.com/brianmario/mysql2/pull/1183Fix broken URL [ci skip] by @gaurish in https://github.com/brianmario/mysql2/pull/1207Dynamically set Homebrew-installed OpenSSL flag by @olivierlacan in https://github.com/brianmario/mysql2/pull/1204Setup default CA path if not provided by @dbussink in https://github.com/brianmario/mysql2/pull/1206Allow setting VERIFY_IDENTITY for MariaDB by @dbussink in https://github.com/brianmario/mysql2/pull/1205Fix session tracking tests by @insom in https://github.com/brianmario/mysql2/pull/1222Update Mysql2::Result spec for Ruby 3.1 by @casperisfine in https://github.com/brianmario/mysql2/pull/1219Update DATETIME casting tests for mysql 8.0 by @casperisfine in https://github.com/brianmario/mysql2/pull/1221Fix syntax by @tenderlove in https://github.com/brianmario/mysql2/pull/1223Fix more builds by @tenderlove in https://github.com/brianmario/mysql2/pull/1224Fix a mismatching size warning by @casperisfine in https://github.com/brianmario/mysql2/pull/1227Move rubocop to a separate CI job by @casperisfine in https://github.com/brianmario/mysql2/pull/1225improve ConnectionError mapping by @ThomasSevestre in https://github.com/brianmario/mysql2/pull/1215Undefine T_DATA allocators for Ruby 3.2 compatibility by @casperisfine in https://github.com/brianmario/mysql2/pull/1236Add Ruby 3.1 to the CI matrix by @casperisfine in https://github.com/brianmario/mysql2/pull/1235Fix to build with MySQL 5.1 by @arika in https://github.com/brianmario/mysql2/pull/1197fix typo in README by @nealharris in https://github.com/brianmario/mysql2/pull/1247Add signing key for MySQL 5.7.37 / 8.0.28 and higher by @sodabrew in https://github.com/brianmario/mysql2/pull/1254Remove ubuntu-16.04 from workflows by @mishina2228 in https://github.com/brianmario/mysql2/pull/1257Update GitHub Actions workflows by @mishina2228 in https://github.com/brianmario/mysql2/pull/1253New Contributors
- @nobu made their first contribution in https://github.com/brianmario/mysql2/pull/1096
- @adamcrown made their first contribution in https://github.com/brianmario/mysql2/pull/1104
- @orien made their first contribution in https://github.com/brianmario/mysql2/pull/1089
- @fimmtiu made their first contribution in https://github.com/brianmario/mysql2/pull/1111
- @insom made their first contribution in https://github.com/brianmario/mysql2/pull/1092
- @danhuynhdev made their first contribution in https://github.com/brianmario/mysql2/pull/1068
- @muzfuz made their first contribution in https://github.com/brianmario/mysql2/pull/1131
- @stefansundin made their first contribution in https://github.com/brianmario/mysql2/pull/1135
- @fwolfst made their first contribution in https://github.com/brianmario/mysql2/pull/1164
- @unak made their first contribution in https://github.com/brianmario/mysql2/pull/1150
- @vakuum made their first contribution in https://github.com/brianmario/mysql2/pull/1183
- @olivierlacan made their first contribution in https://github.com/brianmario/mysql2/pull/1204
- @tenderlove made their first contribution in https://github.com/brianmario/mysql2/pull/1223
- @ThomasSevestre made their first contribution in https://github.com/brianmario/mysql2/pull/1215
- @arika made their first contribution in https://github.com/brianmario/mysql2/pull/1197
- @nealharris made their first contribution in https://github.com/brianmario/mysql2/pull/1247
- @mishina2228 made their first contribution in https://github.com/brianmario/mysql2/pull/1257
Full Changelog: https://github.com/brianmario/mysql2/compare/0.5.3...0.5.4