graphiti 1.7.8 → 1.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e36dfd471013c8ead523d885a475968aeb18947a268e7b7a68e03e10dcc9fd0d
4
- data.tar.gz: a07c6145a4528154dc2592850c434225bfd607038bd80b55ee39efbbac803cb2
3
+ metadata.gz: fb170ab1193913adfcc8a371c4fc6bd8d19ac18e0179dc5c8b08f5e0afb2bfbd
4
+ data.tar.gz: 11b2b551351dd11bacc20ee275cfc4588c48659f60511d48f7c688ba4c0fc7e3
5
5
  SHA512:
6
- metadata.gz: f6cb999efba286de44b69bfb7a3a56333dbf78c2f51b3dc9359f0fff3da867a8a7bdc98cfa55cbef5f44e3146350d09a729f5d2edc43fb50dd02e264d30f1034
7
- data.tar.gz: faebd5bf5f20ba3a6df4494c1f45aec44c630afd8841b78daad0e5e575bcd0932560e776c38fe38be77a4d6efd7dd1d59b184ae37ec449778f952b32cbd69562
6
+ metadata.gz: 83b1608a927b6f034ec460eefa14139d44be383941a00f5834dd7895c2ddc1b44a0da4d3d33f1779d12c00ef7b76451c9616a014e1fcd97f00916b19fa3296bf
7
+ data.tar.gz: 8dbc78fe342175e22d9f8668b882c7ac5184ac738f6d32ea63209dcd9893eb7ad713bf4875ed47ac703f79d9f66220ed9b47b0ba32fbf4d80b78d37a5e683edf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.7.9](https://github.com/graphiti-api/graphiti/compare/v1.7.8...v1.7.9) (2025-03-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update version check for clear active connections active record deprecation ([#491](https://github.com/graphiti-api/graphiti/issues/491)) ([4e764f6](https://github.com/graphiti-api/graphiti/commit/4e764f66c3a06b4a83c37afa83ddd64a78ef3b19))
9
+
3
10
  ## [1.7.8](https://github.com/graphiti-api/graphiti/compare/v1.7.7...v1.7.8) (2025-03-16)
4
11
 
5
12
 
@@ -304,7 +304,7 @@ module Graphiti
304
304
  end
305
305
 
306
306
  def close
307
- if ::ActiveRecord.version > Gem::Version.new("7.2")
307
+ if ::ActiveRecord.version > Gem::Version.new("7.1")
308
308
  ::ActiveRecord::Base.connection_handler.clear_active_connections!
309
309
  else
310
310
  ::ActiveRecord::Base.clear_active_connections!
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.7.8"
2
+ VERSION = "1.7.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.8
4
+ version: 1.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond