Skip to content

Release 0.1.10

Compare
Choose a tag to compare
@kingsleyh kingsleyh released this 27 Oct 10:08
· 19 commits to master since this release
  • 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.