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.41.0, >= 4.46.0 to >= 5.41, < 5.80 #188

Merged
merged 1 commit into from Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on sequel to permit the latest version.

Changelog

Sourced from sequel's changelog.

=== 5.79.0 (2024-04-01)

  • Support create_or_replace_view with :materialized option on PostgreSQL (nashby) (#2144)

  • Support :unlogged_tables_default Database option on Postgres for making created tables unlogged by default (jeremyevans) (#2134)

  • Add Dataset#select_prepend for prepending to the current selected columns (jeremyevans) (#2139)

=== 5.78.0 (2024-03-01)

  • Support SQLite 3.45+ jsonb functions in the sqlite_json_ops extension (jeremyevans) (#2133)

  • Support compounds (e.g. UNION) in conjunction with Database#values on PostgreSQL (jeremyevans) (#2137)

  • Support :use_advisory_lock option to Migrator.run to use advisory locks when running migrations (jeremyevans) (#2089)

  • Support Database#with_advisory_lock on PostgreSQL, MySQL, and Microsoft SQL Server (jeremyevans) (#2089)

=== 5.77.0 (2024-02-01)

  • Support create_table :without_rowid option on SQLite (loranger32) (#2126)

  • Warn by default if trying to eager_graph/association_join an association that uses a block, when the block would be ignored (jeremyevans)

  • Speed up validates_unique in validation_helpers plugin by using empty? instead of count == 0 (numbata) (#2122)

  • Speed up regexp matches in sqlite adapter on Ruby 2.4+ (jeremyevans)

  • Add sqlite adapter :regexp_function_cache option for specifying the cache object to use (paddor, jeremyevans) (#2116)

  • Respect list plugin :top option when inserting the first row into the model's table (johanmagnusson) (#2115)

  • Switch default connection pool to timed_queue on Ruby 3.4+ (jeremyevans)

  • Support on_duplicate_columns={raise,warn} parameter in connection URL when using duplicate_columns_handler extension (jeremyevans)

  • Add transaction_connection_validator extension for retrying transactions on new connection if there is a disconnect error when starting transaction (jeremyevans)

=== 5.76.0 (2024-01-01)

  • Improve performance and flexibility of regexp matching in sqlite adapter (paddor) (#2108)

  • Support SQL::Identifier for Database#tables :schema option values on PostgreSQL (jeremyevans)

  • Support generating rcte queries using UNION or UNION ALL in the rcte plugin (jonathanfrias) (#2107)

  • Make Database#table_exists? on PostgreSQL handle lock or statement timeout errors as evidence the table exists (jeremyevans) (#2106)

  • Work around DateTime.jd fractional second bug on JRuby in named_timezones extension (jeremyevans)

... (truncated)

Commits
  • 4314aeb Bump version to 5.79.0
  • 00fbc7a Add links to sequel-talk on the mail-archive.com
  • 5780c78 Handle case of select_prepend after select_append
  • bbfb80e Update CHANGELOG
  • 1ffa233 Make it possible to use create_or_replace_view with materialized view.
  • 235a62a Support :unlogged_tables_default Database option on Postgres for making creat...
  • b703aae Add Dataset#select_prepend for prepending to the current selected columns
  • e393663 Remove mention of the sequel-talk Google Group
  • 70bcc08 Bump version to 5.78.0
  • 9a9c0c6 Skip advisory lock specs when using the ado adapter
  • Additional commits viewable in compare view

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)

Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.41.0...5.79.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.43%. Comparing base (da63e7c) to head (f111446).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   85.43%   85.43%           
=======================================
  Files          49       49           
  Lines        4297     4297           
=======================================
  Hits         3671     3671           
  Misses        626      626           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelmior michaelmior merged commit 8502103 into main Apr 1, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/sequel-gte-5.41-and-lt-5.80 branch April 1, 2024 22:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant