Skip to content

Releases: loicalleyne/bodkin

v0.3.5

27 Nov 17:26
ad110c2
Compare
Choose a tag to compare

v0.3.5

Changes

  • go.mod dependabot updates

v0.3.4

14 Nov 19:07
Compare
Choose a tag to compare

v0.3.4

Changes

  • fix missing file

v0.3.3

14 Nov 18:15
Compare
Choose a tag to compare

v0.3.3

Changes

  • NextBatch bugfix

v0.3.2

14 Nov 15:30
Compare
Choose a tag to compare

v0.3.2

Changes

  • NextBatch() to retrieve []arrow.Record from Reader

v0.3.1

14 Nov 03:31
Compare
Choose a tag to compare

v0.3.1

Changes

  • Reader with io.Reader

v0.3.0

13 Nov 02:34
f61cddd
Compare
Choose a tag to compare

v0.3.0

Changes

  • NewBodkin() API change
  • New Bodkin Reader for loading data to Arrow Record

v0.2.6

08 Nov 22:54
Compare
Choose a tag to compare

v0.2.6

Changes

  • mapstructure by default only goes one layer deep in a map[string]any, added custom encoder that ensures nested structures with custom types are properly transformed to nested map[string]any

v0.2.5

06 Nov 20:22
Compare
Choose a tag to compare

v.0.2.5

Changes

  • serialize/deserialize arrow schema to/from plain []byte or file rather than Parquet

v0.2.4

06 Nov 00:59
Compare
Choose a tag to compare

v0.2.4

Changes

  • add maxcount and reset funcs

v0.2.3

06 Nov 00:00
Compare
Choose a tag to compare

v0.2.3

Changes

  • Export/import schema to/from parquet file