Skip to content

v0.5.2 Release

Latest
Compare
Choose a tag to compare
@rlizzo rlizzo released this 08 May 18:21
· 23 commits to master since this release
88922c7

v0.5.2 (2020-05-08)

New Features

  • New column data type supporting arbitrary bytes data. (#198) @rlizzo

Improvements

  • str typed columns can now accept data containing any unicode code-point. In prior releases data containing any non-ascii character could not be written to this column type. (#198) @rlizzo

Bug Fixes

  • Fixed issue where str and (newly added) bytes column data could not be fetched / pushed between a local client repository and remote server. (#198) @rlizzo