Skip to content

Bump sequel from 5.68.0 to 5.91.0 #107

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps sequel from 5.68.0 to 5.91.0.

Changelog

Sourced from sequel's changelog.

=== 5.91.0 (2025-04-01)

  • Recognize datetime(N) types as :datetime again (broke in 5.32) (jeremyevans) (#2293)

  • Fix possible concurrency issue in eager loading due to Method#hash iterating over a hash that can be inserted into concurrently (jeremyevans) (#2292)

  • Add pg_auto_validate_enums plugin for automatically validating enum values on PostgreSQL (jeremyevans)

  • Make pg_auto_constraint_validations cache file creation deterministic by sorting subhashes (jeremyevans)

  • Support treat_string_list_as_untyped_array Database option in pg_auto_parameterize_in_array extension (jeremyevans)

  • Support allow_by_default option in forbid_lazy_load extension (brandur) (#2288)

=== 5.90.0 (2025-03-01)

  • Avoid one query per enum when loading pg_enum extension when pg_array extension is already loaded (nick96) (#2278, #2279)

  • Automatically load the sql_comments Database extension when loading the sql_comments model plugin (jeremyevans) (#2276)

  • Support :pg_auto_parameterize_min_array_size Database option in pg_auto_parameterize_in_array extension to control minimum array size to handle (jeremyevans)

  • Add pg_eager_any_typed_array plugin, automatically transform eager loads to use = ANY(array_expr::type[]) instead of IN (value_list) (jeremyevans)

  • Support :eager_loading_predicate_transform association option (jeremyevans)

  • Support explicitly specifying :use_placeholder_loader association option (jeremyevans)

  • Make SQL::BooleanExpression.from_value_pairs handle Dataset::PlaceholderLiteralizer::Argument with existing transformer correctly (jeremyevans)

  • Make connection_validator extension not swallow exceptions raised by Database#valid_connection? (jeremyevans)

  • Do not call Model.name while holding a mutex when setting temporary names for anonymous modules (jeremyevans) (#2273)

=== 5.89.0 (2025-02-01)

  • Make connection_validator extension handle case where Database#valid_connection? raises an exception (jeremyevans)

  • Support :compare_connections_by_identity Database option to work around bugs in other libraries or the ruby implementation (jeremyevans)

  • Make mysql2 adapter handle invalid statement handles when closing prepared statements (jeremyevans)

  • Add query_blocker extension, for blocking queries inside a block (jeremyevans)

  • Support alter_table add_primary_key/add_unique_constraint :using_index option on PostgreSQL 9.1+ (jeremyevans)

  • Add temporary names for internally defined anonymous classes and modules on Ruby 3.3+ (jeremyevans)

=== 5.88.0 (2025-01-01)

... (truncated)

Commits
  • 8df5d59 Bump version to 5.91.0
  • aa5ae71 Test case where a column doesn't have enum values in pg_auto_validate_enums spec
  • 7b20680 Add spec for AssociationReflection#hash
  • 3408823 Fix method visibility when using :pg_auto_parameterize_min_array_size Databas...
  • 32858f5 Remove unnecessary regexp o modifiers
  • d1eff4b Recognize datetime(N) types as :datetime again (broke in 5.32)
  • 9aaca73 Fix possible concurrency issue in eager loading due to Method#hash iterating ...
  • a715c0c Update plugin link and name
  • 4b87df3 Auto validate underlying enum value in pg_auto_validate_enums
  • 0c5b992 Fix punctuation in forbid_lazy_load documentation
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.68.0 to 5.91.0.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.68.0...5.91.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-version: 5.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

0 participants