Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@jtnelson jtnelson released this 24 Nov 03:42
· 61 commits to master since this release
  • Fixed a bug that caused Runway operations to occassionally trigger an out of sequence response error in the underlying Concourse connections.
  • Added support data caching. This feature can be enabled by passing a Cache to the Runway#builder#withCache method. Data caching is an improvement over record caching. With this new feature, caching is managed closer to the level of database interaction to ensure greater performance, timely invalidation and scalability.
  • Improved internal logic that determines whether Runway serves a request by bulk selecting data or incrementally streaming.
  • Added initial support for finding and counting Criteria conditions that touch computed and derived data. There is currently no support for querying on non-intrinsic data of linked Records (e.g. no navigation).