File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 1.4.0, Sun March 17th 2024
2+ Features:
3+ - [ 461] ( https://github.com/graphiti-api/graphiti/pull/461 ) , [ 463] ( https://github.com/graphiti-api/graphiti/pull/463 ) Add support for Rails 7.1 + Ruby 3.2 + Ruby 3.3
4+
5+ Fixes:
6+ - [ 464] ( https://github.com/graphiti-api/graphiti/pull/464 ) Check for url presence before trying to append
7+ - [ 407] ( https://github.com/graphiti-api/graphiti/pull/407 ) Sort types in generated schema
8+ - [ 421] ( https://github.com/graphiti-api/graphiti/pull/421 ) Re-use resource class for remote sideloads to avoid memory leak
9+ - [ 452] ( https://github.com/graphiti-api/graphiti/pull/452 ) Resolve inconsistency for filters containing curly brackets
10+ - [ 446] ( https://github.com/graphiti-api/graphiti/pull/446 ) Fix private call
11+
12+ ## 1.3.9, May 25th 2022
13+ Use an options hash for log subscriber instead of positional arguments
14+
15+ ## 1.x ??
216
317Features:
418- [ 329] ( https://github.com/graphiti-api/graphiti/pull/329 ) Propagate ` extra_fields ` to related resource links.
Original file line number Diff line number Diff line change 11module Graphiti
2- VERSION = "1.3.9 "
2+ VERSION = "1.4.0 "
33end
You can’t perform that action at this time.
0 commit comments