Release 0.1.10
-
Use Threadsafe Channel class - In crystal-0.31.0, Channel::Unbuffered and Channel::Buffered have been merged, with unified behaviour under Channel.
-
As of v0.1.9, passing an array of values to RowsTerms#get_all nested the array. This produced query errors as the nested array became a key rather than a collection of values.
-
A simple fix is removing the nesting. Single value RowsTerm#get_all calls can be achieved through the existing splat method.