Skip to content

Releases: mbrobbel/narrow

v0.8.0

06 Aug 10:09
Compare
Choose a tag to compare

New Features (BREAKING)

  • convert to nullable arrays from arrow-rs arrays without null buffers

Commit Statistics

  • 1 commit contributed to the release.
  • 41 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #218

Commit Details

view details
  • #218
    • Convert to nullable arrays from arrow-rs arrays without null buffers (d0c62de)

narrow-derive v0.6.7

06 Aug 10:09
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.70 to 2.0.72

Commit Statistics

  • 1 commit contributed to the release.
  • 26 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #214

Commit Details

view details

narrow-derive v0.6.6

10 Jul 17:22
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.58 to 2.0.70

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #210

Commit Details

view details

narrow-derive v0.6.5

09 Jul 18:46
Compare
Choose a tag to compare

Chore

  • bump macrotest from 1.0.9 to 1.0.13

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #208

Commit Details

view details

narrow-derive v0.6.4

09 Jul 18:21
Compare
Choose a tag to compare

Chore

  • bump proc-macro2 from 1.0.79 to 1.0.86

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #209

Commit Details

view details
  • #209
    • Bump proc-macro2 from 1.0.79 to 1.0.86 (53fae1f)

narrow-derive v0.6.3

08 Jul 20:58
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.53 to 2.0.58

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #204

Commit Details

view details

narrow-derive v0.6.2

08 Jul 20:51
Compare
Choose a tag to compare

Chore

  • bump quote from 1.0.35 to 1.0.36

Commit Statistics

  • 1 commit contributed to the release.
  • 31 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #202

Commit Details

view details

v0.7.7

26 Jun 08:45
Compare
Choose a tag to compare

New Features

  • add more missing ArrayType implementations

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #193

Commit Details

view details
  • #193
    • Add more missing ArrayType implementations (15cc68c)

v0.7.6

26 Jun 05:21
Compare
Choose a tag to compare

Bug Fixes

  • add ArrayType for Vec<Option<T>> and fix Option<Vec<Option<T>>> impl

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #192

Commit Details

view details
  • #192
    • Add ArrayType for Vec<Option<T>> and fix Option<Vec<Option<T>>> impl (6c677a2)

v0.7.5

25 Jun 13:29
Compare
Choose a tag to compare

New Features

  • Add support for variable size binary interop with arrow-rs

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #191

Commit Details

view details
  • #191
    • Add support for variable size binary interop with arrow-rs (40cb3a5)