Skip to content

build(deps): bump sequel from 5.32.0 to 5.35.0#1764

Merged
cwlbraa merged 1 commit intomasterfrom
dependabot/bundler/sequel-5.35.0
Aug 6, 2020
Merged

build(deps): bump sequel from 5.32.0 to 5.35.0#1764
cwlbraa merged 1 commit intomasterfrom
dependabot/bundler/sequel-5.35.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 3, 2020

Bumps sequel from 5.32.0 to 5.35.0.

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 dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 3, 2020
@cf-gitbot
Copy link
Copy Markdown

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/174142912

The labels on this github issue will be updated when the story is started.

@cwlbraa cwlbraa merged commit ec18ac3 into master Aug 6, 2020
@dependabot dependabot Bot deleted the dependabot/bundler/sequel-5.35.0 branch August 6, 2020 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants