Releases: apache/iceberg-go
Releases · apache/iceberg-go
v0.1.0
The initial release of Iceberg-Go
What's Changed
- feat: schema and types by @zeroshade in #1
- Ignore IntelliJ files by @nastra in #5
- feat(partitioning): Add partition specs/fields and basic transform interface by @zeroshade in #2
- feat(manifests): Adding implementation of manifest files by @zeroshade in #3
- build(deps): bump github.com/hamba/avro/v2 from 2.14.1 to 2.16.0 by @dependabot in #6
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.34 to 1.13.40 by @dependabot in #7
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.42 by @dependabot in #9
- build(deps): bump github.com/wolfeidau/s3iofs from 1.2.0 to 1.3.0 by @dependabot in #10
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.4 to 1.40.0 by @dependabot in #12
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.40.1 by @dependabot in #13
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.42 by @dependabot in #15
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.44 by @dependabot in #16
- feat(tables): add basic table implementation by @zeroshade in #11
- fix(manifests): Make
added_snapshot_id
mandatory in V1 by @zeroshade in #23 - Disable merge commit by @Fokko in #17
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #18
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.21.1 to 1.21.2 by @dependabot in #20
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.42 to 1.13.43 by @dependabot in #21
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.1 to 1.40.2 by @dependabot in #22
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.44 to 1.19.1 by @dependabot in #26
- docs(readme): Add feature roadmap and support to readme by @zeroshade in #32
- chore(deps): upgrade all the AWS SDK v2 deps, and s3iofs by @wolfeidau in #50
- feat: add support for catalogs with glue implementation to start by @wolfeidau in #51
- feat(catalog): add initial rest catalog impl by @zeroshade in #58
- feat(catalog): Send X-Iceberg-Access-Delegation header to signal support for vended credentials by @nastra in #67
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.3 to 1.26.6 by @dependabot in #57
- build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 by @dependabot in #55
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #73
- build(deps): bump github.com/hamba/avro/v2 from 2.16.0 to 2.21.1 by @dependabot in #74
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.16 to 1.17.12 by @dependabot in #75
- build(deps): bump github.com/wolfeidau/s3iofs from 1.5.0 to 1.5.2 by @dependabot in #53
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.80.1 by @dependabot in #81
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #78
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.12 to 1.17.15 by @dependabot in #83
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #80
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.54.2 by @dependabot in #82
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.1 to 1.80.3 by @dependabot in #84
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.0 by @dependabot in #85
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.6 to 1.27.15 by @dependabot in #86
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #87
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.3 to 1.81.1 by @dependabot in #88
- feat: Adding literals by @zeroshade in #76
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.15 to 1.27.16 by @dependabot in #90
- build(deps): bump github.com/apache/arrow/go/v16 from 16.0.0 to 16.1.0 by @dependabot in #97
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.1 by @dependabot in #94
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #93
- Add the build from source section by @git-hulk in #70
- feat(exprs): Adding BooleanExpressions and Predicates by @zeroshade in #91
- build(deps): bump github.com/aws/smithy-go from 1.20.2 to 1.20.3 by @dependabot in #104
- feat(visitors): Implement basic boolean expression visitors by @zeroshade in #108
- build(deps): bump github.com/hamba/avro/v2 from 2.22.1 to 2.23.0 by @dependabot in #116
- refactor(evaluators): shift evaluator code into the table package by @zeroshade in #123
- chore(s3): update to remove deprecated s3 sdk by @zeroshade in #122
- feat(manifest): fix partition data map by @zeroshade in #124
- refactor: some more small refactors by @zeroshade in #130
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.4 by @dependabot in #128
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to 1.17.28 by @dependabot in #129
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.94.1 by @dependabot in #125
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.60.0 by @dependabot in #131
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.28 by @dependabot in #126
- feat(table/scanner): Initial pass for planning a scan and returning the files to use by @zeroshade in #118
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.0 to 1.60.1 by @dependabot in #136
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29 by @dependabot in #135
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.94.1 to 1.95.0 by @dependabot in #132
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.30 by @dependabot in #134
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.1 to 1.61.2 by @dependabot in #144
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.33 by @dependabot in #140
- fix: SIGSEGV when describe empty table by @alex-kar in #145
- ci(release): add release scripts and workflow by @zeroshade in #150
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.95.0 to 1.99.2 by @dependabot in #160
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.37 by @dependabot in #157
- Test: Add coverage for Output by @alex-kar in #149
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.39 by @dependabot in #158
- feat(table): add conversion from Arrow Schema to Iceberg by @zeroshade in #155
- feat(catalog/glue): add support for list namespaces by @natusioe in #169
- build(deps): bump github.com/aws/aws-sdk-go-v2/s...
v0.1.0-rc2
The initial release of Iceberg-Go
What's Changed
- feat: schema and types by @zeroshade in #1
- Ignore IntelliJ files by @nastra in #5
- feat(partitioning): Add partition specs/fields and basic transform interface by @zeroshade in #2
- feat(manifests): Adding implementation of manifest files by @zeroshade in #3
- build(deps): bump github.com/hamba/avro/v2 from 2.14.1 to 2.16.0 by @dependabot in #6
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.34 to 1.13.40 by @dependabot in #7
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.42 by @dependabot in #9
- build(deps): bump github.com/wolfeidau/s3iofs from 1.2.0 to 1.3.0 by @dependabot in #10
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.4 to 1.40.0 by @dependabot in #12
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.40.1 by @dependabot in #13
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.42 by @dependabot in #15
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.44 by @dependabot in #16
- feat(tables): add basic table implementation by @zeroshade in #11
- fix(manifests): Make
added_snapshot_id
mandatory in V1 by @zeroshade in #23 - Disable merge commit by @Fokko in #17
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #18
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.21.1 to 1.21.2 by @dependabot in #20
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.42 to 1.13.43 by @dependabot in #21
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.1 to 1.40.2 by @dependabot in #22
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.44 to 1.19.1 by @dependabot in #26
- docs(readme): Add feature roadmap and support to readme by @zeroshade in #32
- chore(deps): upgrade all the AWS SDK v2 deps, and s3iofs by @wolfeidau in #50
- feat: add support for catalogs with glue implementation to start by @wolfeidau in #51
- feat(catalog): add initial rest catalog impl by @zeroshade in #58
- feat(catalog): Send X-Iceberg-Access-Delegation header to signal support for vended credentials by @nastra in #67
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.3 to 1.26.6 by @dependabot in #57
- build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 by @dependabot in #55
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #73
- build(deps): bump github.com/hamba/avro/v2 from 2.16.0 to 2.21.1 by @dependabot in #74
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.16 to 1.17.12 by @dependabot in #75
- build(deps): bump github.com/wolfeidau/s3iofs from 1.5.0 to 1.5.2 by @dependabot in #53
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.80.1 by @dependabot in #81
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #78
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.12 to 1.17.15 by @dependabot in #83
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #80
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.54.2 by @dependabot in #82
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.1 to 1.80.3 by @dependabot in #84
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.0 by @dependabot in #85
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.6 to 1.27.15 by @dependabot in #86
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #87
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.3 to 1.81.1 by @dependabot in #88
- feat: Adding literals by @zeroshade in #76
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.15 to 1.27.16 by @dependabot in #90
- build(deps): bump github.com/apache/arrow/go/v16 from 16.0.0 to 16.1.0 by @dependabot in #97
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.1 by @dependabot in #94
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #93
- Add the build from source section by @git-hulk in #70
- feat(exprs): Adding BooleanExpressions and Predicates by @zeroshade in #91
- build(deps): bump github.com/aws/smithy-go from 1.20.2 to 1.20.3 by @dependabot in #104
- feat(visitors): Implement basic boolean expression visitors by @zeroshade in #108
- build(deps): bump github.com/hamba/avro/v2 from 2.22.1 to 2.23.0 by @dependabot in #116
- refactor(evaluators): shift evaluator code into the table package by @zeroshade in #123
- chore(s3): update to remove deprecated s3 sdk by @zeroshade in #122
- feat(manifest): fix partition data map by @zeroshade in #124
- refactor: some more small refactors by @zeroshade in #130
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.4 by @dependabot in #128
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to 1.17.28 by @dependabot in #129
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.94.1 by @dependabot in #125
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.60.0 by @dependabot in #131
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.28 by @dependabot in #126
- feat(table/scanner): Initial pass for planning a scan and returning the files to use by @zeroshade in #118
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.0 to 1.60.1 by @dependabot in #136
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29 by @dependabot in #135
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.94.1 to 1.95.0 by @dependabot in #132
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.30 by @dependabot in #134
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.1 to 1.61.2 by @dependabot in #144
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.33 by @dependabot in #140
- fix: SIGSEGV when describe empty table by @alex-kar in #145
- ci(release): add release scripts and workflow by @zeroshade in #150
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.95.0 to 1.99.2 by @dependabot in #160
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.37 by @dependabot in #157
- Test: Add coverage for Output by @alex-kar in #149
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.39 by @dependabot in #158
- feat(table): add conversion from Arrow Schema to Iceberg by @zeroshade in #155
- feat(catalog/glue): add support for list namespaces by @natusioe in #169
- build(deps): bump github.com/aws/aws-sdk-go-v2/s...
v0.1.0-rc1
The initial release of Iceberg-Go
What's Changed
- feat: schema and types by @zeroshade in #1
- Ignore IntelliJ files by @nastra in #5
- feat(partitioning): Add partition specs/fields and basic transform interface by @zeroshade in #2
- feat(manifests): Adding implementation of manifest files by @zeroshade in #3
- build(deps): bump github.com/hamba/avro/v2 from 2.14.1 to 2.16.0 by @dependabot in #6
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.34 to 1.13.40 by @dependabot in #7
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.42 by @dependabot in #9
- build(deps): bump github.com/wolfeidau/s3iofs from 1.2.0 to 1.3.0 by @dependabot in #10
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.4 to 1.40.0 by @dependabot in #12
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.40.1 by @dependabot in #13
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.42 by @dependabot in #15
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.44 by @dependabot in #16
- feat(tables): add basic table implementation by @zeroshade in #11
- fix(manifests): Make
added_snapshot_id
mandatory in V1 by @zeroshade in #23 - Disable merge commit by @Fokko in #17
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #18
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.21.1 to 1.21.2 by @dependabot in #20
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.42 to 1.13.43 by @dependabot in #21
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.1 to 1.40.2 by @dependabot in #22
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.44 to 1.19.1 by @dependabot in #26
- docs(readme): Add feature roadmap and support to readme by @zeroshade in #32
- chore(deps): upgrade all the AWS SDK v2 deps, and s3iofs by @wolfeidau in #50
- feat: add support for catalogs with glue implementation to start by @wolfeidau in #51
- feat(catalog): add initial rest catalog impl by @zeroshade in #58
- feat(catalog): Send X-Iceberg-Access-Delegation header to signal support for vended credentials by @nastra in #67
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.3 to 1.26.6 by @dependabot in #57
- build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 by @dependabot in #55
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #73
- build(deps): bump github.com/hamba/avro/v2 from 2.16.0 to 2.21.1 by @dependabot in #74
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.16 to 1.17.12 by @dependabot in #75
- build(deps): bump github.com/wolfeidau/s3iofs from 1.5.0 to 1.5.2 by @dependabot in #53
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.80.1 by @dependabot in #81
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #78
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.12 to 1.17.15 by @dependabot in #83
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #80
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.54.2 by @dependabot in #82
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.1 to 1.80.3 by @dependabot in #84
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.0 by @dependabot in #85
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.6 to 1.27.15 by @dependabot in #86
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #87
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.3 to 1.81.1 by @dependabot in #88
- feat: Adding literals by @zeroshade in #76
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.15 to 1.27.16 by @dependabot in #90
- build(deps): bump github.com/apache/arrow/go/v16 from 16.0.0 to 16.1.0 by @dependabot in #97
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.1 by @dependabot in #94
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #93
- Add the build from source section by @git-hulk in #70
- feat(exprs): Adding BooleanExpressions and Predicates by @zeroshade in #91
- build(deps): bump github.com/aws/smithy-go from 1.20.2 to 1.20.3 by @dependabot in #104
- feat(visitors): Implement basic boolean expression visitors by @zeroshade in #108
- build(deps): bump github.com/hamba/avro/v2 from 2.22.1 to 2.23.0 by @dependabot in #116
- refactor(evaluators): shift evaluator code into the table package by @zeroshade in #123
- chore(s3): update to remove deprecated s3 sdk by @zeroshade in #122
- feat(manifest): fix partition data map by @zeroshade in #124
- refactor: some more small refactors by @zeroshade in #130
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.4 by @dependabot in #128
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to 1.17.28 by @dependabot in #129
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.94.1 by @dependabot in #125
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.60.0 by @dependabot in #131
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.28 by @dependabot in #126
- feat(table/scanner): Initial pass for planning a scan and returning the files to use by @zeroshade in #118
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.0 to 1.60.1 by @dependabot in #136
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29 by @dependabot in #135
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.94.1 to 1.95.0 by @dependabot in #132
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.30 by @dependabot in #134
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.1 to 1.61.2 by @dependabot in #144
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.33 by @dependabot in #140
- fix: SIGSEGV when describe empty table by @alex-kar in #145
- ci(release): add release scripts and workflow by @zeroshade in #150
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.95.0 to 1.99.2 by @dependabot in #160
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.37 by @dependabot in #157
- Test: Add coverage for Output by @alex-kar in #149
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.39 by @dependabot in #158
- feat(table): add conversion from Arrow Schema to Iceberg by @zeroshade in #155
- feat(catalog/glue): add support for list namespaces by @natusioe in #169
- build(deps): bump github.com/aws/aws-sdk-go-v2/s...
v0.1.0-rc0
The initial release of Iceberg-Go
What's Changed
- feat: schema and types by @zeroshade in #1
- Ignore IntelliJ files by @nastra in #5
- feat(partitioning): Add partition specs/fields and basic transform interface by @zeroshade in #2
- feat(manifests): Adding implementation of manifest files by @zeroshade in #3
- build(deps): bump github.com/hamba/avro/v2 from 2.14.1 to 2.16.0 by @dependabot in #6
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.34 to 1.13.40 by @dependabot in #7
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.35 to 1.18.42 by @dependabot in #9
- build(deps): bump github.com/wolfeidau/s3iofs from 1.2.0 to 1.3.0 by @dependabot in #10
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.4 to 1.40.0 by @dependabot in #12
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.40.1 by @dependabot in #13
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.42 by @dependabot in #15
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.18.44 by @dependabot in #16
- feat(tables): add basic table implementation by @zeroshade in #11
- fix(manifests): Make
added_snapshot_id
mandatory in V1 by @zeroshade in #23 - Disable merge commit by @Fokko in #17
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #18
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.21.1 to 1.21.2 by @dependabot in #20
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.42 to 1.13.43 by @dependabot in #21
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.1 to 1.40.2 by @dependabot in #22
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.44 to 1.19.1 by @dependabot in #26
- docs(readme): Add feature roadmap and support to readme by @zeroshade in #32
- chore(deps): upgrade all the AWS SDK v2 deps, and s3iofs by @wolfeidau in #50
- feat: add support for catalogs with glue implementation to start by @wolfeidau in #51
- feat(catalog): add initial rest catalog impl by @zeroshade in #58
- feat(catalog): Send X-Iceberg-Access-Delegation header to signal support for vended credentials by @nastra in #67
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.3 to 1.26.6 by @dependabot in #57
- build(deps): bump github.com/google/uuid from 1.3.1 to 1.6.0 by @dependabot in #55
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #73
- build(deps): bump github.com/hamba/avro/v2 from 2.16.0 to 2.21.1 by @dependabot in #74
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.16.16 to 1.17.12 by @dependabot in #75
- build(deps): bump github.com/wolfeidau/s3iofs from 1.5.0 to 1.5.2 by @dependabot in #53
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.80.1 by @dependabot in #81
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #78
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.12 to 1.17.15 by @dependabot in #83
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #80
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.54.2 by @dependabot in #82
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.1 to 1.80.3 by @dependabot in #84
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.0 by @dependabot in #85
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.26.6 to 1.27.15 by @dependabot in #86
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.54.2 to 1.54.3 by @dependabot in #87
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.80.3 to 1.81.1 by @dependabot in #88
- feat: Adding literals by @zeroshade in #76
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.15 to 1.27.16 by @dependabot in #90
- build(deps): bump github.com/apache/arrow/go/v16 from 16.0.0 to 16.1.0 by @dependabot in #97
- build(deps): bump github.com/hamba/avro/v2 from 2.21.1 to 2.22.1 by @dependabot in #94
- build(deps): bump github.com/pterm/pterm from 0.12.78 to 0.12.79 by @dependabot in #93
- Add the build from source section by @git-hulk in #70
- feat(exprs): Adding BooleanExpressions and Predicates by @zeroshade in #91
- build(deps): bump github.com/aws/smithy-go from 1.20.2 to 1.20.3 by @dependabot in #104
- feat(visitors): Implement basic boolean expression visitors by @zeroshade in #108
- build(deps): bump github.com/hamba/avro/v2 from 2.22.1 to 2.23.0 by @dependabot in #116
- refactor(evaluators): shift evaluator code into the table package by @zeroshade in #123
- chore(s3): update to remove deprecated s3 sdk by @zeroshade in #122
- feat(manifest): fix partition data map by @zeroshade in #124
- refactor: some more small refactors by @zeroshade in #130
- build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.4 by @dependabot in #128
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.16 to 1.17.28 by @dependabot in #129
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.73.1 to 1.94.1 by @dependabot in #125
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.48.0 to 1.60.0 by @dependabot in #131
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.28 by @dependabot in #126
- feat(table/scanner): Initial pass for planning a scan and returning the files to use by @zeroshade in #118
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.0 to 1.60.1 by @dependabot in #136
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29 by @dependabot in #135
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.94.1 to 1.95.0 by @dependabot in #132
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.30 by @dependabot in #134
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.60.1 to 1.61.2 by @dependabot in #144
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.33 by @dependabot in #140
- fix: SIGSEGV when describe empty table by @alex-kar in #145
- ci(release): add release scripts and workflow by @zeroshade in #150
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.95.0 to 1.99.2 by @dependabot in #160
- build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.32 to 1.17.37 by @dependabot in #157
- Test: Add coverage for Output by @alex-kar in #149
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.39 by @dependabot in #158
- feat(table): add conversion from Arrow Schema to Iceberg by @zeroshade in #155
- feat(catalog/glue): add support for list namespaces by @natusioe in #169
- build(deps): bump github.com/aws/aws-sdk-go-v2/s...