v0.2.10
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.