theodi / open-data-certificate

The mark of quality and trust for open data
https://certificates.theodi.org/
MIT License
46 stars 39 forks source link

Bump mysql2 from 0.3.21 to 0.5.1 #1663

Open dependabot-preview[bot] opened 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mysql2 from 0.3.21 to 0.5.1.

Release notes *Sourced from mysql2's [releases](https://github.com/brianmario/mysql2/releases).* > ## 0.5.1 > New Features > === > * None > > Bug Fixes > === > * Fix with --with-mysql-dir ([#952](https://github-redirect.dependabot.com/brianmario/mysql2/issues/952)) > * Prevent command out of sync errors with Prepared Statements ([#956](https://github-redirect.dependabot.com/brianmario/mysql2/issues/956), [#957](https://github-redirect.dependabot.com/brianmario/mysql2/issues/957), [#958](https://github-redirect.dependabot.com/brianmario/mysql2/issues/958)) > > Changes > === > * Specs: Use the prepared statement performance schema if available ([#960](https://github-redirect.dependabot.com/brianmario/mysql2/issues/960)) > * README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher > * README be sure to read about the known limitations of prepared statements > > ## 0.5.0 > Breaking Changes > === > * Ruby 2.0 or higher required. Ruby 1.8.7 and Ruby 1.9.3 are not supported. > * MySQL 5.5 or higher required. MySQL 5.0 and 5.1 are not supported. > * For Rails 4.x please pin the gem to `mysql2 '~> 0.4.0'` to avoid the 0.5.x upgrade. > * For Rails 5.x the next point releases will enable both mysql2 0.4.x and 0.5.x, but until the next point release you may wish to pin the mysql2 version in your Gemfile. > > New Features > === > * Expose `mysql_set_server_option` to turn multiple statements on and off ([#943](https://github-redirect.dependabot.com/brianmario/mysql2/issues/943)) > * Accept query options on Statement#execute ([#912](https://github-redirect.dependabot.com/brianmario/mysql2/issues/912)) > * Support connect attributes and the `program_name` attribute ([#760](https://github-redirect.dependabot.com/brianmario/mysql2/issues/760)) > * Make `server_status` variable available ([#755](https://github-redirect.dependabot.com/brianmario/mysql2/issues/755)) > > Bug Fixes > === > * Fix wrong value of type YEAR on big endian environment ([#921](https://github-redirect.dependabot.com/brianmario/mysql2/issues/921)) > * MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH ([#891](https://github-redirect.dependabot.com/brianmario/mysql2/issues/891)) > * Suppress Fixnum and Bignum warnings on Ruby 2.4 ([#907](https://github-redirect.dependabot.com/brianmario/mysql2/issues/907)) > > Changes > === > * Resolve warnings for my_bool vs. bool types ([#916](https://github-redirect.dependabot.com/brianmario/mysql2/issues/916), [#919](https://github-redirect.dependabot.com/brianmario/mysql2/issues/919)) > * Call BigDecimal(num) instead of BigDecimal.new(num) ([#925](https://github-redirect.dependabot.com/brianmario/mysql2/issues/925), [#928](https://github-redirect.dependabot.com/brianmario/mysql2/issues/928)) > * GitHub is HTTPS by default ([#922](https://github-redirect.dependabot.com/brianmario/mysql2/issues/922)) > * Misc Cleanups ([#918](https://github-redirect.dependabot.com/brianmario/mysql2/issues/918)) > * More specific exception classes ([#260](https://github-redirect.dependabot.com/brianmario/mysql2/issues/260), [#404](https://github-redirect.dependabot.com/brianmario/mysql2/issues/404), [#870](https://github-redirect.dependabot.com/brianmario/mysql2/issues/870), 911) > * Update RuboCop to 0.50.x ([#752](https://github-redirect.dependabot.com/brianmario/mysql2/issues/752)) > * Prefix more C functions with `rb_mysql_` ([#910](https://github-redirect.dependabot.com/brianmario/mysql2/issues/910)) > * Fix compat with RubyInstaller-2.4 on Windows ([#875](https://github-redirect.dependabot.com/brianmario/mysql2/issues/875)) > > > ## 0.4.10 > ... (truncated)
Changelog *Sourced from mysql2's [changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md).* > Changes are maintained under [Releases](https://github.com/brianmario/mysql2/releases)
Commits - [`857394c`](https://github.com/brianmario/mysql2/commit/857394c91ccedef0966b66fd3562d3779d97e373) Bump version to 0.5.1 - [`36ab588`](https://github.com/brianmario/mysql2/commit/36ab5886a0b4dfb44438daea03e949e9dc300238) Use the prepared statement performance schema if available ([#960](https://github-redirect.dependabot.com/brianmario/mysql2/issues/960)) - [`0496233`](https://github.com/brianmario/mysql2/commit/0496233c7309a5ab1d632b6c16b626e40f7173e3) README mysql2 0.5.x works with Rails 5.0.7, 5.1.6, and higher - [`40c0d6d`](https://github.com/brianmario/mysql2/commit/40c0d6dae3efee740db60c6824ecbdffb012c5f6) README be sure to read about the known limitations of prepared statements - [`4410099`](https://github.com/brianmario/mysql2/commit/4410099f45f8e263adfbc259f8bb95f103057fbf) Add missing FREE_BINDS to prepared statement streaming error case ([#958](https://github-redirect.dependabot.com/brianmario/mysql2/issues/958)) - [`e30a3e0`](https://github.com/brianmario/mysql2/commit/e30a3e0e8bac30f730007b5fcbc13d46fe65cc26) Fix with --with-mysql-dir ([#952](https://github-redirect.dependabot.com/brianmario/mysql2/issues/952)) - [`ed9aa84`](https://github.com/brianmario/mysql2/commit/ed9aa8441497b3cf3ec06edf1d5a19650605638b) Prevent command out of sync errors with Prepared Statements ([#958](https://github-redirect.dependabot.com/brianmario/mysql2/issues/958)) - [`bf227ac`](https://github.com/brianmario/mysql2/commit/bf227ace695b5e1b836d5b788a87dd98f7acb546) Bump version to 0.5.0 - [`420dbe6`](https://github.com/brianmario/mysql2/commit/420dbe6fbbcd3d39e2d0ee66a9fc6aa7ccf37c75) README note that MariaDB 10.3 and Ruby 2.6 are supported - [`eca4d25`](https://github.com/brianmario/mysql2/commit/eca4d2552f605e14d8d935d67c36d7f83b2bf89b) Initialize params_enc variable to resolve a warning - Additional commits viewable in [compare view](https://github.com/brianmario/mysql2/compare/0.3.21...0.5.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.