Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequel requirement from >= 5.2, < 5.18 to >= 5.2, < 5.36 #344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on sequel to permit the latest version.

Changelog

Sourced from sequel's changelog.

=== 5.35.0 (2020-08-01)

  • Recognize another disconnect error in the oracle adapter (sterlzbd) (#1705)

  • Consider all associations with :dataset options as instance-specific associations (jeremyevans)

  • Make Model.finalize_associations not break with instance-specific associations (jeremyevans)

  • Make association placeholder loader consider block if instance_specific: false association option is used (jeremyevans)

  • Copy composite unique constraints when emulating alter table operations on SQLite (jeremyevans) (#1704)

  • Add instance_specific_default plugin for setting default association :instance_specific value, or warning/raising for cases where it is not specified (jeremyevans)

  • Make Model.plugin issue deprecation warning if loading plugin with arguments and block if plugin does not accept arguments/block (jeremyevans)

  • Make validation_class_methods consider all :if, :allow_missing, :allow_nil, and :allow_blank settings, instead of just the first (jeremyevans)

  • Include hash entries with nil keys in Dataset#to_dot output in to_dot extension (jeremyevans)

  • Remove unneeded conditionals from plugins and extensions (jeremyevans)

  • Fix exception class in run_transaction_hooks extension if calling run_after_{commit,rollback}_hooks outside of a transaction (jeremyevans)

=== 5.34.0 (2020-07-01)

  • Make eager_graph work correctly if called with no associations (jeremyevans)

  • Make :ruby eager limit strategy handle cases where there is no limit or offset (jeremyevans)

  • Do not keep a reference to a Sequel::Database instance that raises an exception during initialization (jeremyevans)

  • Make Database#pool.all_connections not yield for a single connection pool in disconnected state (jeremyevans)

  • Raise an exception if trying to disconnect a server that doesn't exist in the sharded connection pools (jeremyevans)

  • Support :refresh option when calling *_pks getter method in the association_pks plugin (jeremyevans)

  • Support caching of repeated calls to *_pks getter method in the association_pks plugin using :cache_pks association option (jeremyevans)

  • Add *_pks_dataset methods for one_to_many and many_to_many associations when using the association_pks plugin (jeremyevans)

=== 5.33.0 (2020-06-01)

  • Support custom join types on a per-association basis when using eager_graph/association_join (jeremyevans)

  • Support primary_key with type: :smallserial on PostgreSQL (j-a-m-l) (#1698)

  • Add Database#current_timestamp_utc accessor on SQLite to keep CURRENT_* in UTC instead of converting to localtime (jeremyevans)

Commits
  • 060d0b8 Bump version to 5.35.0
  • 83fc185 Skip part of a spec on MariaDB 10.5
  • e43b672 Update CHANGELOG
  • 88ac701 Add ORA-03135 as a connection error
  • 9f0b843 Consider all associations with :dataset options as instance-specific associat...
  • 63131af Make Model.finalize_associations not break with instance-specific associations
  • e41b711 Always skip association placeholder loader if :dataset option given
  • 962f921 Make association placeholder loader consider block if instance_specific: fals...
  • 084e401 Copy composite unique constraints when emulating alter table operations on SQ...
  • 9727d92 Add instance_specific_default plugin for setting default association :instanc...
  • Additional commits viewable in compare view

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.17.0...5.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2020

Codecov Report

Merging #344 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #344   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          179       179           
  Lines         2680      2680           
=========================================
  Hits          2680      2680           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c061bf...619d1d9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant