graphiti 1.12.1 → 1.12.2

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: 96af714433c7faece37e74ab67dad245d5e03396ec391be80cec77622d231faf
4
- data.tar.gz: 34ce7b027042cd3cda4cf656ba8d96a05908dc0edbe9104ee4fb3597c5970971
3
+ metadata.gz: de4409a60f63682b5bb513238e1101ca1997943a18b136c3d9c507f1eeda9651
4
+ data.tar.gz: 62b1019afe5fbb095b1323f17c06f7c97f7c15aa0b9dfff3afded57b428ff326
5
5
  SHA512:
6
- metadata.gz: 3d0c414812bbccef7567e2e8e48e6b6353582d7801aa71a893f368eb12c71906e1420a1f40dd6d18c8ad6e5d43e3585983340d409742303112dd2737810a26d1
7
- data.tar.gz: 59774b04ced36164343ddb12a7f2aa2026d2981b0c9df1b6bb92f127abb856467403e64cf72ec15bfde012511f1fa5908bf38bbbecea1becc2527d61df346d72
6
+ metadata.gz: b4da6af791178d1a3229dd0c9515792cecacd2bc60ee96274dfc8723af232531a6190e04697f5a1f6e2f9f2b6562a950cfe916657198969e33b0a5251b0854ab
7
+ data.tar.gz: 1f6561906d4b70bc148563be8c9d20b2dc028006a238993449d59a51fc125efd7c5110d9564a983ed09d749fcd53f46740667aab737e1e7e13d47977569b4246
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.12.2](https://github.com/graphiti-api/graphiti/compare/v1.12.1...v1.12.2) (2026-07-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * improve InvalidEndpoint guidance ([#512](https://github.com/graphiti-api/graphiti/issues/512)) ([1e6db50](https://github.com/graphiti-api/graphiti/commit/1e6db50b949505ebf4d587bb08c7711a9c771b13))
9
+
3
10
  ## [1.12.1](https://github.com/graphiti-api/graphiti/compare/v1.12.0...v1.12.1) (2026-07-29)
4
11
 
5
12
 
@@ -445,6 +445,12 @@ module Graphiti
445
445
 
446
446
  secondary_endpoint '/my_url', [:index, :update]
447
447
 
448
+ Or disable endpoint validation for this resource:
449
+
450
+ self.validate_endpoints = false
451
+
452
+ See https://www.graphiti.dev/guides/concepts/links for more information.
453
+
448
454
  The current endpoints allowed for this resource are: #{@resource_class.endpoints.inspect}
449
455
  MSG
450
456
  end
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.12.1"
2
+ VERSION = "1.12.2"
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.12.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond