You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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))
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)
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))