graphiti 1.10.0 → 1.10.1

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: ad1f5708fdf6d0ce3e322a050c23440765c7d965be7020e1c1fa1a4a8205ee85
4
- data.tar.gz: b80f90e0cc2421b89ef4ccbb142bb8ee67ccb5490eb55ace716ca22e154cc578
3
+ metadata.gz: 2c2dc193574879e1c451e5603c29720d127180ab16929d778f884cca9efc384d
4
+ data.tar.gz: b20a79f85adcf81b5a88feee6ab01c3a103888bc1dd55a49750a1e7431742336
5
5
  SHA512:
6
- metadata.gz: 9f2a223141a825552d578c2b3720a2157337e48ff7a4c3bb55b09eb3dac0093f65903c20b048893b8ab61ea47cc21c61c41a25ae59aa2163efe08c721e5dd5b8
7
- data.tar.gz: 4bb15d52b3749de416d8c90cf6e9964614412346ed25e9504135da48b187d5212aa6c79931e8c4ff1691cc83bea439f12d3d2813736c23bc80afbb9c8082ee6c
6
+ metadata.gz: e3161db42aa26f7d57df65471408b0bae2a9043337b21ba4d4c7419dff659e62ef8cb1559099a5ab970f509edbb5cf37ae351203d51d0c5aac656bcf39582d02
7
+ data.tar.gz: 796434d947948ca43a0630faaea193f9816935aa3d96f4385eab3b28b9845aca31a9c14b1c6e860f0b35aeb228d2908c4cc9ab8125959b92e7d9d2dc24bc8771
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.10.1](https://github.com/graphiti-api/graphiti/compare/v1.10.0...v1.10.1) (2026-01-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * make parse_fieldset more resilient ([#502](https://github.com/graphiti-api/graphiti/issues/502)) ([216213b](https://github.com/graphiti-api/graphiti/commit/216213bb643566e644c53727557a8e8c163ae6a1))
9
+
3
10
  # [1.10.0](https://github.com/graphiti-api/graphiti/compare/v1.9.0...v1.10.0) (2026-01-06)
4
11
 
5
12
 
@@ -302,7 +302,7 @@ module Graphiti
302
302
  {}.tap do |hash|
303
303
  fieldset.each_pair do |type, fields|
304
304
  type = type.to_sym
305
- fields = fields.split(",") unless fields.is_a?(Array)
305
+ fields = fields.to_s.split(",") unless fields.is_a?(Array)
306
306
  hash[type] = fields.map(&:to_sym)
307
307
  end
308
308
  end
@@ -1,3 +1,3 @@
1
1
  module Graphiti
2
- VERSION = "1.10.0"
2
+ VERSION = "1.10.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-06 00:00:00.000000000 Z
11
+ date: 2026-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jsonapi-serializable