Skip to content

Releases: graphiti-api/graphiti

v1.6.1

22 Mar 03:35
Compare
Choose a tag to compare

1.6.1 (2024-03-22)

Bug Fixes

  • correct thread-pool mutex logic which was causing a deadlock (0400ab0)

v1.6.0

20 Mar 17:49
Compare
Choose a tag to compare

1.6.0 (2024-03-20)

Features

  • add thread pool and concurrency_max_threads configuration option (#470) (697d761)

v1.5.3

18 Mar 17:07
Compare
Choose a tag to compare

1.5.3 (2024-03-18)

Bug Fixes

  • leverage ruby-2.7 parameter forwarding (#431) (ae09a46)
  • prevent :id stripping when :id not in path (#447) (e1dd811)

v1.5.2

18 Mar 15:28
Compare
Choose a tag to compare

1.5.2 (2024-03-18)

Bug Fixes

  • Enum should allow the conventionally case-sensitive operators (#434) (56d34fd)

v1.5.1

18 Mar 13:41
Compare
Choose a tag to compare

1.5.1 (2024-03-18)

Bug Fixes

v1.5.0

18 Mar 13:22
Compare
Choose a tag to compare

1.5.0 (2024-03-18)

Features

Release 1.4.0

17 Mar 20:57
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility issues with ActiveSupport::LogSubscriber#color by @factyy in #457
  • 460 🐛 Fix bug: graphiti not compatible with Rails 7.1 by @svobom57 in #461
  • Show includes for sideloads in debugger by @bebbs in #462
  • Update appraisals to include Rails 7.1 and Ruby 3.2 + 3.3 by @jkeen in #463
  • Fix private call, it had the wrong argument by @daniel-illi in #446
  • Issue #451 parsing filters with curlies by @lkalwa in #452
  • Re-use resource class for remote sideloads (avoid memory leak) by @PChambino in #421
  • Sort types in generated schema by @PChambino in #407
  • fix: check for url presence before trying to append to it by @jkeen in #464

New Contributors

Full Changelog: v1.3.9...v1.4.0

Release 1.3.6

04 Feb 12:41
1521cf1
Compare
Choose a tag to compare

Main highlight is supporting more rubies, but full changelog update is pending

1.2.44

25 Jun 15:58
Compare
Choose a tag to compare

Fix for custom adapters not supporting offset-based pagination

Don't blow up parsing invalid json strings

08 Jun 14:50
Compare
Choose a tag to compare