Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@guzman-raphael guzman-raphael released this 07 Dec 17:56
· 68 commits to master since this release
54eff56

Minor Updates

  • Add serialize and deserialize operations for external storage use. (#35) PR #37

Bugfix Updates

  • Fix buffer being truncated when sending strings with characters in unicode range 128-255 to mex. (#22) PR #18
  • Fix inserts truncating strings with characters in unicode range 128-255 in tables. (#23) PR #18
  • Fix fetch on binary types to return as uint8 array. (#24) PR #18