Skip to content

Releases: apache/arrow-go

v18.2.0

16 Mar 17:36
166cf7b
Compare
Choose a tag to compare

What's Changed

  • fix(release): fix wrong upload path by @kou in #243
  • chore: Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot in #248
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.2.1 to 3.3.0 by @dependabot in #247
  • chore: Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #245
  • fix(release): fix svn add command and add script to generate release notes by @zeroshade in #249
  • fix(arrow/cdata): move headers into parent Go package by @zeroshade in #251
  • chore: Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot in #255
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.3.0 to 3.4.0 by @dependabot in #253
  • chore: Add NOTICE.txt file by @singh1203 in #257
  • chore: Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #259
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.4.0 to 3.5.0 by @dependabot in #260
  • chore: Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #258
  • chore: Bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot in #262
  • chore: Bump github.com/google/flatbuffers from 24.12.23+incompatible to 25.1.24+incompatible by @dependabot in #261
  • chore: Update self-hosted arm runner to ubuntu-24.04-arm by @singh1203 in #268
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.5.0 to 3.6.0 by @dependabot in #272
  • chore: Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #266
  • chore: Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #270
  • chore: Bump golang.org/x/tools from 0.29.0 to 0.30.0 by @dependabot in #273
  • chore: Drop executable file bit of source files by @jas4711 in #274
  • chore: Bump github.com/goccy/go-json from 0.10.4 to 0.10.5 by @dependabot in #264
  • ci: update actions/cache by @zeroshade in #276
  • fix(arrow/bitutil): fix bitmap ops on 32-bit platforms by @zeroshade in #277
  • feat(internal/encoding): add Discard method to decoders by @zeroshade in #280
  • feat(parquet/cmd/parquet_reader): Add command to dump the column and offset indices by @zeroshade in #281
  • chore: Bump github.com/google/flatbuffers from 25.1.24+incompatible to 25.2.10+incompatible by @dependabot in #284
  • fix(internal/utils): fix clobbering BP by @zeroshade in #288
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.6.0 to 3.7.0 by @dependabot in #287
  • docs(license): update LICENSE.txt by @zeroshade in #290
  • feat(parquet/file): Add SeekToRow for Column readers by @zeroshade in #283
  • fix(parquet/pqarrow): propagate field id metadata for lists/maps by @zeroshade in #293
  • feat: Add arrayApproxEqualString to handle null characters in string. by @singh1203 in #291
  • feat(parquet): update comments for BufferedStreamEnabled by @joechenrh in #295
  • chore: Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #296
  • chore: Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @dependabot in #297
  • chore: Bump github.com/hamba/avro/v2 from 2.27.0 to 2.28.0 by @dependabot in #285
  • chore: Bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot in #301
  • fix(arrow/memory): Align allocations always by @lidavidm in #289
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.7.0 to 3.8.0 by @dependabot in #300
  • chore: Bump github.com/klauspost/cpuid/v2 from 2.2.9 to 2.2.10 by @dependabot in #299
  • feat(parquet): add byte buffer when disable buffered stream by @joechenrh in #302
  • perf(overflow): Speed up overflow checks for small integers by @cbandy in #303
  • chore: bump version by @zeroshade in #305
  • fix(pqarrow): respect list element nullability during conversion by @zeroshade in #311
  • chore(testing): Update testing submodules by @zeroshade in #312
  • chore: Bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #309
  • chore: Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #306
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.8.0 to 3.9.0 by @dependabot in #307

New Contributors

Full Changelog: v18.1.0...v18.2.0

Apache Arrow Go v18.2.0-rc1

12 Mar 18:04
166cf7b
Compare
Choose a tag to compare
Pre-release
18.2.0 RC1

Apache Arrow Go v18.2.0-rc0

10 Mar 19:59
46bc47c
Compare
Choose a tag to compare
Pre-release
18.2.0 RC0

Apache Arrow Go v18.1.0

13 Jan 19:31
58255a7
Compare
Choose a tag to compare

What's Changed

  • GH-19: Add Code Of Conduct by @zeroshade in #161
  • GH-22: Add issue template by @zeroshade in #163
  • GH-26: Add Codeowners by @zeroshade in #160
  • Bump github.com/hamba/avro/v2 from 2.26.0 to 2.27.0 by @dependabot in #166
  • GH-41: [Array] Make String and Binary consistent by @zeroshade in #165
  • fix(arrow/compute): fix scenario where prealloc output is missed by @zeroshade in #167
  • fix: don't clobber saved frame pointer in arm64 assembly functions by @nsrip-dd in #170
  • fix(parquet): Reading UUID columns by @zeroshade in #173
  • fix(arrow/compute): compare kernels with UUID by @zeroshade in #174
  • GH-23: Add PR template by @zeroshade in #164
  • ci: add self-assignable issues by @zeroshade in #176
  • feat(arrow/compute): Implement kernel for "not" function by @zeroshade in #178
  • Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #179
  • Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #180
  • fix(arrow/cdata): handle export struct with no fields by @zeroshade in #175
  • Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #181
  • feat(arrow/compute): make is_nan dispatchable by @zeroshade in #177
  • GH-20: Add CONTRIBUTING.md by @zeroshade in #162
  • chore: Bump github.com/substrait-io/substrait-go from 1.1.0 to 1.2.0 by @dependabot in #183
  • chore: Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #189
  • chore: Bump github.com/klauspost/cpuid/v2 from 2.2.8 to 2.2.9 by @dependabot in #188
  • chore: Bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #186
  • chore: bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @zeroshade in #190
  • feat(arrow/cdata): Add Implementation of Async C Data interface by @zeroshade in #169
  • chore: Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #192
  • fix(arrow/memory/internal/cgoalloc): Remove usage of reflect.SliceHeader by @zeroshade in #194
  • ci: update pkg-config to pkgconf on Homebrew by @zeroshade in #198
  • ci: use correct GitHub Actions permission "contents" instead of "content" by @raulcd in #200
  • feat(arrow/ipc): add functions to generate payloads by @zeroshade in #196
  • fix(internal/json): add arrow_json_stdlib build tag by @toddtreece in #199
  • chore: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #201
  • feat(parquet/pqarrow): Add ForceLarge option by @zeroshade in #197
  • chore: Bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in #212
  • chore: Bump golang.org/x/tools from 0.27.0 to 0.28.0 by @dependabot in #214
  • chore: Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #213
  • fix(parquet/metadata): fix default unsigned int statistics by @zeroshade in #210
  • chore: bump github.com/goccy/go-json to v0.10.4 by @toddtreece in #218
  • feat(parquet): Move footerOffset into FileMetaData by @joechenrh in #217
  • chore: Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #219
  • chore: Bump github.com/pierrec/lz4/v4 from 4.1.21 to 4.1.22 by @dependabot in #220
  • chore: Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #221
  • feat(arrow/ipc): implement lazy loading/zero-copy for IPC files by @zeroshade in #216
  • chore: Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #222
  • chore: Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot in #226
  • chore: Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #228
  • chore: Bump github.com/google/flatbuffers from 24.3.25+incompatible to 24.12.23+incompatible by @dependabot in #229
  • chore: Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #227
  • chore(arrow/compute/expr): upgrade substrait-go by @zeroshade in #234
  • chore: Bump github.com/substrait-io/substrait-go/v3 from 3.2.0 to 3.2.1 by @dependabot in #237
  • chore: Bump golang.org/x/tools from 0.28.0 to 0.29.0 by @dependabot in #235
  • chore: Update the project URL in apache/arrow-go by @kou in #239
  • chore: Enable Java integration test by @kou in #240
  • feat(parquet): Add support for Page Indexes by @zeroshade in #223
  • chore: bump version by @zeroshade in #241

New Contributors

Full Changelog: v18.0.0...v18.1.0

v18.0.0

22 Oct 16:02
c124ae4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/apache/arrow-go/commits/v18.0.0