Skip to content

Tags: graphiti-api/graphiti

Tags

v1.7.6

Toggle v1.7.6's commit message
1.7.6 CHANGELOG [skip ci]

## [1.7.6](v1.7.5...v1.7.6) (2024-11-06)

### Bug Fixes

* Gem version check ([#483](#483)) ([68e2492](68e2492))

v1.7.5

Toggle v1.7.5's commit message
1.7.5 CHANGELOG [skip ci]

## [1.7.5](v1.7.4...v1.7.5) (2024-09-16)

### Bug Fixes

* Fixes error in version check for ActiveRecord adapter introduced in [#478](#478) ([#479](#479)) ([42c82c3](42c82c3))

v1.7.4

Toggle v1.7.4's commit message
1.7.4 CHANGELOG [skip ci]

## [1.7.4](v1.7.3...v1.7.4) (2024-09-11)

### Bug Fixes

* update ActiveRecord adapter w/ support for Rails 7.2+ ([#478](#478)) ([8313e33](8313e33))

v1.7.3

Toggle v1.7.3's commit message
1.7.3 CHANGELOG [skip ci]

## [1.7.3](v1.7.2...v1.7.3) (2024-06-26)

### Bug Fixes

* require OpenStruct explicitly ([#475](#475)) ([e0fa18a](e0fa18a))

v1.7.2

Toggle v1.7.2's commit message
1.7.2 CHANGELOG [skip ci]

## [1.7.2](v1.7.1...v1.7.2) (2024-06-11)

### Bug Fixes

* require necessary ActiveSupport parts in proper order ([bb2a488](bb2a488))

v1.7.1

Toggle v1.7.1's commit message
1.7.1 CHANGELOG [skip ci]

## [1.7.1](v1.7.0...v1.7.1) (2024-04-18)

### Bug Fixes

* properly display .find vs .all in debugger statements ([d2a7a03](d2a7a03))
* rescue error from sideloads updated_at calculation, defaulting to the current time ([661e3b5](661e3b5))

v1.7.0

Toggle v1.7.0's commit message
1.7.0 CHANGELOG [skip ci]

# [1.7.0](v1.6.4...v1.7.0) (2024-03-27)

### Features

* Add support for caching renders in Graphiti, and better support using etags and stale? in the controller ([#424](#424)) ([8bae50a](8bae50a))

v1.6.4

Toggle v1.6.4's commit message
1.6.4 CHANGELOG [skip ci]

## [1.6.4](v1.6.3...v1.6.4) (2024-03-27)

v1.6.3

Toggle v1.6.3's commit message
1.6.3 CHANGELOG [skip ci]

## [1.6.3](v1.6.2...v1.6.3) (2024-03-26)

### Bug Fixes

* Remove thread pool executor logic until we get a better handle on what's causing thread pool hangs. refs [#469](#469) ([7941b6f](7941b6f)), closes [#471](#471) [#470](#470)

v1.6.2

Toggle v1.6.2's commit message
1.6.2 CHANGELOG [skip ci]

## [1.6.2](v1.6.1...v1.6.2) (2024-03-22)

### Bug Fixes

* thread pool scope and mutex need to be global across all instances of Scope for it to be a global thread pool ([#471](#471)) ([51fb51c](51fb51c))