Skip to content

v0.2.10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 03:38
2cfa0f9

This release contains contains new functionality to make caching a regional setting. Just use cached or uncached on any part of a query to indicate whether it should be cached or not. It also adds operators to time out a query. Finally, it includes new overloaded versions of the foreach variants to support collection types such as Option, Set, Map, and NonEmptyChunk thanks to @paulpdaniels.