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

Bump active_record_extended from 2.1.1 to 3.2.1 #519

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps active_record_extended from 2.1.1 to 3.2.1.

Changelog

Sourced from active_record_extended's changelog.

3.2.1 - February 17th 2023

Bugfixes

  • Allow for Rails 7.1 to be used with this gem

3.2.0 - February 17th 2023

Changes

  • Added Rails 7.1 CTE argument pattern support

Bugfixes

  • #94 Prevent queries from prematurely executing while using union methods (jlebray)

3.1.0 - December 1st 2022

Changes

  • #70 Removed ar_outer_joins dependency due to native outer joins support in Rails 5.1 (Benjamin Fleischer)
  • #87 Added the ability to specify MATERIALIZED or NOT MATERIALIZED for a CTE (Garrett Blehm)
    • .with chain methods: #materialized/1 and #not_materialized/1
    • Note: Requires PG12+

3.0.0 - August 14th 2022

Major Changes:

  • Implementation of ActiveSupport autoloader
    • Query methods and patches will now only be loaded once ActiveRecord has been fully loaded.
    • This should aid people that are having a hard time getting some query methods such as the union to load and work properly.

Bugfix

  • #83 Prevent quoting of CTE names with parentheses in them (yasirazgar)

2.2.0 - July 28th 2022

Breaking Changes:

  • Dropped Rails 5.1 support.
  • Dropped Ruby 2.4 support.
  • Dropped Postgres 9.6 support.
  • Arel for ActiveRecord 6.1+ contains will no longer accept INET (ip address column types), use inet_contains instead.
    • ActiveRecord contains should remain unaffected as it never accepted INET column types.

Bug fixes:

  • #73 #77 Fix union and window query merging

... (truncated)

Commits
  • 69ad0de Fix Rails 7.1 install restriction
  • 33396f2 Update CHANGELOG.md
  • 8f77db1 Update changelog and version
  • 708f3c8 Add sqllimit to gemspec development dep (#95)
  • 144498f Bump activerecord from 7.0.4 to 7.0.4.1 (#92)
  • f556f0d Bump activesupport from 7.0.4 to 7.0.4.1 (#93)
  • cf81f16 Bugfix: Prevent union from executing queries (#94)
  • df87b56 remove old Rails 5.1 reference code
  • 5c3ad9e Update Min Supported Ruby Version to 2.7 (#90)
  • 7e0d969 Update Actions to include Ruby 3.2 & ActiveRecord Head (#89)
  • 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 [active_record_extended](https://github.com/georgekaraszi/ActiveRecordExtended) from 2.1.1 to 3.2.1.
- [Release notes](https://github.com/georgekaraszi/ActiveRecordExtended/releases)
- [Changelog](https://github.com/GeorgeKaraszi/ActiveRecordExtended/blob/master/CHANGELOG.md)
- [Commits](GeorgeKaraszi/ActiveRecordExtended@2.1.1...3.2.1)

---
updated-dependencies:
- dependency-name: active_record_extended
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 20, 2023
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