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