Releases: apache/arrow-go
Releases · apache/arrow-go
Apache Arrow Go v18.1.0
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
- @nsrip-dd made their first contribution in #170
- @toddtreece made their first contribution in #199
- @joechenrh made their first contribution in #217
Full Changelog: v18.0.0...v18.1.0
v18.0.0
What's Changed
- GH-81: Enable delete branch on merge by @kou in #82
- GH-4: Update package name by @kou in #88
- GH-11: Add test CI: macOS by @kou in #86
- GH-2: Enable Dependabot by @kou in #91
- GH-15: Enable linter by @kou in #92
- Bump actions/setup-go from 5.0.0 to 5.0.2 by @dependabot in #93
- GH-100: Don't run CI jobs by Dependabot push by @kou in #101
- GH-102: Fix commit ID for actions/checkout v4.0.0 by @kou in #103
- Bump actions/checkout from 4.0.0 to 4.1.7 by @dependabot in #104
- GH-10: Add test CI: Windows by @kou in #90
- GH-5: Add test CI: Docker based by @kou in #105
- GH-6: Add test CI: i386 by @raulcd in #106
- Bump github.com/hamba/avro/v2 from 2.25.0 to 2.25.1 by @dependabot in #95
- Bump github.com/substrait-io/substrait-go from 0.7.0 to 0.8.0 by @dependabot in #96
- Bump gonum.org/v1/gonum from 0.15.0 to 0.15.1 by @dependabot in #97
- GH-16: Add Apache Rat CI by @kou in #113
- Bump golang.org/x/tools from 0.24.0 to 0.25.0 by @dependabot in #111
- GH-14: Add test CI: TinyGo by @kou in #112
- GH-7: Add test CI: Debian + CGO by @kou in #116
- GH-12: Add test CI: macOS + CGO by @raulcd in #118
- GH-9: Add test CI: Debian + CGO + Python by @raulcd in #117
- GH-13: Add test CI: Windows + MinGW by @raulcd in #119
- GH-107: Add test CI for arm Runners by @raulcd in #123
- GH-120: Add initial Decimal32/Decimal64 implementation by @zeroshade in #121
- [Parquet] Recover from panic in file reader by @zeroshade in #124
- MINOR: Bump CI test timeouts by @zeroshade in #128
- GH-21: Add release CI by @kou in #122
- GH-3: Update license information by @kou in #130
- GH-131: Don't use self-hosted arm runner on forks by @kou in #132
- GH-17: Add integration test CI by @kou in #129
- GH-134: Add Validity functions by @zeroshade in #135
- GH-140: Drop support for macOS 12 by @kou in #141
- Bump github.com/hamba/avro/v2 from 2.25.1 to 2.26.0 by @dependabot in #138
- GH-142: [Parquet] Fix inconsistency with total_byte_size by @zeroshade in #144
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #147
- MINOR: [Go] Bump github.com/apache/thrift from 0.20.0 to 0.21.0 by @dependabot in #146
- MINOR: [Go] Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @dependabot in #145
- Bump google.golang.org/grpc from 1.65.0 to 1.67.1 by @dependabot in #148
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #151
- Bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #154
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #155
- Bump actions/upload-artifact from 4.4.0 to 4.4.1 by @dependabot in #156
- Bump github.com/substrait-io/substrait-go from 1.0.1 to 1.1.0 by @dependabot in #152
- Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 by @dependabot in #159
- Bump actions/upload-artifact from 4.4.1 to 4.4.3 by @dependabot in #157
- Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 by @dependabot in #158
- GH-139: Add config to publish asf-site branch to go subdir by @raulcd in #149
New Contributors
Full Changelog: https://github.com/apache/arrow-go/commits/v18.0.0