Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps sequel from 5.30.0 to 5.50.0.

Changelog

Sourced from sequel's changelog.

=== 5.50.0 (2021-11-01)

  • Make Migrator :allow_missing_migration_files also allow down migrations where the current database version is greater than the last migration file version (francisconeves97) (#1789)

  • Fix Model#freeze in composition, serialization, and serialization_modification_detection plugins to return self (jeremyevans) (#1788)

  • Fix typecasting of lazy columns when using lazy_attributes plugin in model where dataset selects from subquery (jeremyevans)

  • Add :before_preconnect Database option, for configuring extensions loaded via :preconnect_extensions (MarcPer, jeremyevans) (#1786)

  • Change Dataset#columns! to use a LIMIT 0 query instead of a LIMIT 1 query (jeremyevans)

  • Add sql_log_normalizer extension for normalizing logged SQL, helpful for analytics and sensitive data (jeremyevans)

  • Add support for range_merge, multirange, and unnest, and PGMultiRange#op to pg_range_ops extension (jeremyevans)

  • Add pg_multirange extension with support for PostgreSQL 14+ multirange types (jeremyevans)

=== 5.49.0 (2021-10-01)

  • Switch block_given? usage to defined?(yield) (jeremyevans)

  • Support table aliases for JOIN USING columns on PostgreSQL 14+ (jeremyevans)

  • Support calling PostgreSQL procedures without arguments (jeremyevans)

  • Support hstore subscripts in pg_hstore_ops on PostgreSQL 14+, for updating only part of an hstore value (jeremyevans)

  • Support JSONB subscripts in pg_json_ops on PostgreSQL 14+, for updating only part of a JSONB value (jeremyevans)

  • Support SQL::Expression#sequel_ast_transform for custom AST transforms on arbitrary expressions (jeremyevans)

  • Add Database#create_trigger :replace option on PostgreSQL 14+ for CREATE OR REPLACE TRIGGER (jeremyevans)

  • Make auto_validations plugin automatically setup no_null_byte validations (jeremyevans)

  • Add Model#validates_no_null_byte to validation_helpers plugin (jeremyevans)

=== 5.48.0 (2021-09-01)

  • Make the unused_associations plugin association reflection tracking work correctly when combining coverage runs (jeremyevans)

  • Add Database#like_without_collate on MSSQL, to avoid using COLLATE on LIKE arguments, which can significantly improve performance (jeremyevans)

  • Add Model::Errors#full_message private method for easiest i18n support for errors with multiple attributes (jeremyevans) (#1779)

=== 5.47.0 (2021-08-01)

  • Make the unused_associations plugin track access to association reflections to determine whether associations are used (jeremyevans)

... (truncated)

Commits
  • 9354a38 Bump version to 5.50.0
  • 02cd90e Update documentation to warn against use of :allow_missing_migration_files op...
  • 20e23a3 fix: allow_missing_migration_files not working when last migration is deleted
  • d6e7c6e Fix Model#freeze in composition, serialization, and serialization_modificatio...
  • 81713de Fix typecasting of lazy columns when using lazy_attributes plugin in model wh...
  • bf785f4 Run :before_preconnect option even if :preconnect is not provided/enabled
  • 4e328ef Add before_preconnect option to Database initializer
  • 3c309ca Typo fix in eager_graph documentation
  • eb918d1 Also use LIMIT 1 for columns on SQLAnywhere and DB2
  • b82adec Change Dataset#columns! to use a LIMIT 0 query instead of a LIMIT 1 query
  • 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)

Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.30.0 to 5.50.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.30.0...5.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2021

Superseded by #607.

@dependabot dependabot bot closed this Dec 2, 2021
@dependabot dependabot bot deleted the dependabot/bundler/sequel-5.50.0 branch December 2, 2021 02:17
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.

1 participant