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 ActiveRecord adapter for changes introduced by ActiveRecord 7.2 #478

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

mihaimuntenas
Copy link
Contributor

Selectively call clear_active_connections appropriately, depending on the ActiveRecord version used.

Updates discussed in #477 with @jkeen.

In ActiveRecord 7.2 the `clear_active_connections` was (re)moved to the `connection_handler` property.
Update ActiveRecord adapter w/ support for Rails 7.2+
@jkeen jkeen merged commit 8313e33 into graphiti-api:master Sep 11, 2024
36 checks passed
@jkeen
Copy link
Collaborator

jkeen commented Sep 11, 2024

@mihaimuntenas Thank you!

github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
## [1.7.4](v1.7.3...v1.7.4) (2024-09-11)

### Bug Fixes

* update ActiveRecord adapter w/ support for Rails 7.2+ ([#478](#478)) ([8313e33](8313e33))
Copy link

🎉 This PR is included in version 1.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Sep 16, 2024
## [1.7.5](v1.7.4...v1.7.5) (2024-09-16)

### Bug Fixes

* Fixes error in version check for ActiveRecord adapter introduced in [#478](#478) ([#479](#479)) ([42c82c3](42c82c3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants