Skip to content

Releases: mbrobbel/narrow

narrow-v0.11.2

11 Nov 21:05
8a336e0
Compare
Choose a tag to compare

Other

  • (ci) use GitHub app token in release workflow (#275)
  • use release-plz (#273)
  • (ci) merge some rust jobs (#272)

narrow-derive-v0.11.2

11 Nov 21:05
8a336e0
Compare
Choose a tag to compare

Other

  • (ci) use GitHub app token in release workflow (#275)
  • use release-plz (#273)
  • (ci) merge some rust jobs (#272)

v0.11.1

04 Nov 08:55
Compare
Choose a tag to compare

Refactor

  • Simplified type signatures related to ArrayType::Array

Commit Statistics

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

Commit Details

view details
  • #269
    • Simplified type signatures related to ArrayType::Array (b2ae31c)

narrow-derive v0.7.2

04 Nov 08:55
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.85 to 2.0.86
  • bump syn from 2.0.82 to 2.0.85
  • bump proc-macro2 from 1.0.88 to 1.0.89
  • bump syn from 2.0.79 to 2.0.82
  • bump proc-macro2 from 1.0.87 to 1.0.88

Commit Statistics

  • 5 commits contributed to the release.
  • 22 days passed between releases.
  • 5 commits were understood as conventional.
  • 5 unique issues were worked on: #262, #264, #266, #267, #270

Commit Details

view details

v0.11.0

10 Oct 08:04
Compare
Choose a tag to compare

Chore (BREAKING)

  • bump the arrow group with 5 updates

Commit Statistics

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

Commit Details

view details

narrow-derive v0.7.1

10 Oct 08:04
Compare
Choose a tag to compare

Chore

  • bump proc-macro2 from 1.0.86 to 1.0.87
  • bump once_cell from 1.20.1 to 1.20.2

Commit Statistics

  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #259, #260

Commit Details

view details

v0.10.0

01 Oct 13:16
Compare
Choose a tag to compare

New Features

  • add data_type method to arrow-rs Array extension trait

New Features (BREAKING)

  • project struct array fields in arrow conversion

Commit Statistics

  • 2 commits contributed to the release.
  • 10 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #253, #254

Commit Details

view details
  • #253
    • Add data_type method to arrow-rs Array extension trait (eea8fc4)
  • #254
    • Project struct array fields in arrow conversion (22608e3)

narrow-derive v0.7.0

01 Oct 13:16
Compare
Choose a tag to compare

Chore

  • bump once_cell from 1.19.0 to 1.20.1
  • bump syn from 2.0.77 to 2.0.79
  • revert bump of once_cell from 1.19.0 to 1.20.0
  • bump once_cell from 1.19.0 to 1.20.0

New Features (BREAKING)

  • project struct array fields in arrow conversion

Commit Statistics

  • 5 commits contributed to the release.
  • 26 days passed between releases.
  • 5 commits were understood as conventional.
  • 5 unique issues were worked on: #249, #252, #254, #257, #258

Commit Details

view details
  • #249
    • Bump once_cell from 1.19.0 to 1.20.0 (ade7695)
  • #252
    • Revert bump of once_cell from 1.19.0 to 1.20.0 (7cddc08)
  • #254
    • Project struct array fields in arrow conversion (22608e3)
  • #257
    • Bump syn from 2.0.77 to 2.0.79 (5201af2)
  • #258
    • Bump once_cell from 1.19.0 to 1.20.1 (60f078c)

v0.9.2

20 Sep 20:43
Compare
Choose a tag to compare

New Features

  • support arrow conversion of LogicalArray to GenericListArray

Commit Statistics

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

Commit Details

view details
  • #251
    • Support arrow conversion of LogicalArray to GenericListArray (bc0a611)

v0.9.1

12 Sep 09:16
Compare
Choose a tag to compare

New Features

  • impl LogicalArrayType for VariableSizeBinary to fix IntoIterator when used in StructArray

Commit Statistics

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

Commit Details

view details
  • #248
    • Impl LogicalArrayType for VariableSizeBinary to fix IntoIterator when used in StructArray (1568286)