1. 9e4a5b7 build(deps): bump the gomod_updates group with 2 updates (#664) by dependabot[bot] · 2 days ago main
  2. bbdb53f feat(metadata): row lineage tracking (#659) by Tobias Pütz · 2 weeks ago
  3. 297fb2c fix(catalog/rest): do not leak response bodies (#655) by ferhat elmas · 2 weeks ago
  4. 8b1f557 chore(arrow): update arrow-go dep (#662) by Matt Topol · 2 weeks ago
  5. 7e14af5 build(deps): bump the gomod_updates group across 1 directory with 9 updates (#661) by dependabot[bot] · 2 weeks ago
  6. e270989 fix(manifest): Update method comment for Count (#660) by Artem Alperin · 2 weeks ago
  7. c66aacd fix data race in yieldDataFiles (#650) by Vincent Janelle · 2 weeks ago
  8. 3047a27 feat(types): Support Unknown Type for v3 table spec (#605) by Dao Thanh Tung · 2 weeks ago
  9. f886a24 fix(catalog/sql): handle error for metadata location while dropping view (#648) by ferhat elmas · 4 weeks ago
  10. 97e3329 chore(ci): drop backup golangci configuration (#649) by ferhat elmas · 4 weeks ago
  11. d4d08e7 feat(metadata): Add support for source-ids (#651) by Alex Stephen · 4 weeks ago
  12. fb9204c Add analytics for Iceberg-go (#653) by Alex Stephen · 4 weeks ago
  13. 1fbbae4 fix: read updated props when trimming metadata log (#639) by Shubhendu · 4 weeks ago
  14. 7939bd9 feat: load view (#640) by M Alvee · 4 weeks ago
  15. c3d4bfc fix(view): field ID preservation and error handling for RCK compatibility (#647) by Shubhendu · 4 weeks ago
  16. 8f032ad test: benchmark write performance for complex types and many partitions (#643) by Alex · 4 weeks ago
  17. b2f7695 fix(table): handle error in unmarshal of snapshot ref (#646) by ferhat elmas · 4 weeks ago
  18. 8130c8c docs: Update README.md (#641) by Elton SV · 4 weeks ago
  19. 8ab7264 build(deps): bump the gomod_updates group with 11 updates (#645) by dependabot[bot] · 4 weeks ago
  20. 5edb1e3 feat(view): Implement view metadata builder and UpdateView method in REST catalog (#629) by Alex Nagel · 5 weeks ago
  21. 31ca72f fix: preserve snapshot log history (#638) by Shubhendu · 5 weeks ago
  22. 5a4f0de set header x-amz-content-sha256 before signing (#637) by M Alvee · 5 weeks ago
  23. f20be3e Align error messages with RCK tests (#636) by Shubhendu · 5 weeks ago
  24. 6329b25 fix(catalog/rest): Handle 204 No Content response in doPost for renameTable (#633) by Ankur Anand · 5 weeks ago
  25. d82bdfb infra: automatically delete head branches after merge (#634) by Kevin Liu · 5 weeks ago
  26. 95de183 build(deps): bump the gomod_updates group with 4 updates (#635) by dependabot[bot] · 5 weeks ago
  27. 9c5298d build(deps): bump the gomod_updates group with 14 updates (#632) by dependabot[bot] · 6 weeks ago
  28. b5a57f5 build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#631) by dependabot[bot] · 7 weeks ago
  29. a2a2400 infra: notify on github workflow failure (#626) by Kevin Liu · 7 weeks ago
  30. c379072 feat(view): add NewMetadata constructor for views (#620) by Tobias Pütz · 7 weeks ago
  31. fab2315 fix: remove partition type cache causing concurrent map write panic (#627) by Alex · 7 weeks ago
  32. cc92ce5 feat(view): view updates & MetadataBuilder stubs (#621) by Tobias Pütz · 7 weeks ago
  33. 07a6a6a perf(table): optimize partitioned write throughput (#622) by Alex · 7 weeks ago
  34. 409efe3 build(deps): bump the gomod_updates group with 7 updates (#625) by dependabot[bot] · 7 weeks ago
  35. 35bfdfb fix(catalog:rest): Fix RegisterTable endpoint (#624) by itaigilo · 8 weeks ago
  36. e052e89 build(deps): bump the gomod_updates group with 10 updates (#618) by dependabot[bot] · 8 weeks ago
  37. ee09249 build(deps): bump github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5 (#617) by dependabot[bot] · 8 weeks ago
  38. da9dd53 feat(views): add validations for json parsing of view metadata (#619) by Tobias Pütz · 8 weeks ago
  39. f1d5eca build(deps): bump the gomod_updates group with 8 updates (#615) by dependabot[bot] · 9 weeks ago
  40. 0df56cf feat(table): support writing gzipped metadata json (#612) by Alex · 2 months ago
  41. e296e32 fix(schema): Fix bug in Schema.HighestFieldId for List types (#611) by Alex Nagel · 2 months ago
  42. 2e2350f build(deps): bump the gomod_updates group with 6 updates (#613) by dependabot[bot] · 2 months ago
  43. 8589652 fix(table): support gzipped metadata json (#610) by Alex · 2 months ago
  44. 2d36cfc feat(types) add support for TimestampNano(Tz) (#594) by Tobias Pütz · 2 months ago
  45. 64f20c6 fix(schema): Fix HighestFieldID to include ListType ElementID (#609) by Blue Li · 3 months ago
  46. 3e18bd4 feat(table): add schema evolution support (#596) by Blue Li · 3 months ago
  47. 9ed8c7d chore(deps): update substrait (#607) by Matt Topol · 3 months ago
  48. fa9d60d fix(transforms): fix truncate transform for negative ints (#608) by Matt Topol · 3 months ago
  49. 7e03a0b feat(view metadata): implement the View spec (#600) by Alessandro Nori · 3 months ago
  50. 3a7fe95 feat(table): Table Metadata V3 support (#585) by Dao Thanh Tung · 3 months ago
  51. ba02daa build(deps): bump the gomod_updates group with 8 updates (#604) by dependabot[bot] · 3 months ago
  52. 15206c6 build(deps): bump the gomod_updates group with 5 updates (#599) by dependabot[bot] · 3 months ago
  53. c082326 fix(table): writing map column with multiple entries in a row (#598) by Matt Topol · 3 months ago v0.4.0 v0.4.0-rc2
  54. 325414a fix(metadata): wrap errors with exported types (#597) by Tobias Pütz · 3 months ago
  55. ba15500 infra: release_rc.sh regenerate sha512 file after rename (#590) by Kevin Liu · 3 months ago
  56. 0dae64a infra: add rat check to verify_rc.sh (#592) by Kevin Liu · 3 months ago
  57. 6cb27cb infra: just run `audit-and-verify.yml` once (#591) by Kevin Liu · 3 months ago
  58. 97c9178 infra: fix rc artifact structure (#588) by Kevin Liu · 3 months ago v0.4.0-rc1
  59. dba25d8 feat(metadata): export UpdateTable & fixes (#580) by Tobias Pütz · 3 months ago
  60. 7d90a8d fix: improve error handling on defer Close() (#583) by Tobias Pütz · 3 months ago
  61. 5e2ce9e build(deps): bump the gomod_updates group with 4 updates (#586) by dependabot[bot] · 3 months ago
  62. c92dcf9 build(deps): bump the gomod_updates group with 7 updates (#582) by dependabot[bot] · 3 months ago
  63. 3879486 feat(metadata): Add support for Statistics and PartitionStatistics in table metadata (#577) by Alessandro Nori · 3 months ago
  64. 30f42b2 feat(metadata): verify timestamps in snapshot & metadata log (#578) by Tobias Pütz · 3 months ago
  65. 8b93c20 feat(manifest): implement missing method `NewManifestListWriterV3` (#569) by Dao Thanh Tung · 3 months ago
  66. 13a004c feat(metadata): snapshot validations (#575) by Tobias Pütz · 3 months ago
  67. f32665e fix: correct release_upload in release_rc script (#576) by Matt Topol · 4 months ago
  68. 1daab13 build(deps): bump the gomod_updates group with 3 updates (#573) by dependabot[bot] · 4 months ago v0.4.0-rc0
  69. 4f01042 feat(table): add fanout partition writer and rolling data writer (#524) by Badal Prasad Singh · 4 months ago
  70. a250163 fix: return err when not nil in WriteTableMetadata (#574) by Alessandro Nori · 4 months ago
  71. 9492274 feat(metadata): validated SortOrders constructor, validations & tests (#571) by Tobias Pütz · 4 months ago
  72. 941d301 feat(metadata): prevent reserved table properties from being set / removed (#572) by Tobias Pütz · 4 months ago
  73. a090405 fix(metadata): typo in schema-ids (#568) by Tobias Pütz · 4 months ago
  74. 4ebe066 feat(metadata): remove schemas + validations & tests (#567) by Tobias Pütz · 4 months ago
  75. 48c8556 chore(metadata): remove Builder returns from MetadataBuilder (#566) by Tobias Pütz · 4 months ago
  76. 498d83f feat(manifest): Extent manifest to support iceberg v3 format (#560) by Dao Thanh Tung · 4 months ago
  77. 622e0ac fix: verify_rc.sh should fetch the latest go version (#565) by Tobias Pütz · 4 months ago
  78. 038457b feat(metadata): PartitionSpec builder & validations (#558) by Tobias Pütz · 4 months ago
  79. 3c6b914 fix: Azure URI parsing with `KeyExtractor` function for `blobFileIO` preprocessing (#562) by Alessandro Nori · 4 months ago
  80. 7e74667 build(deps): bump the gomod_updates group with 8 updates (#563) by dependabot[bot] · 4 months ago
  81. d9074c4 feat: Fallback to Azure DefaultCredential (#557) by Alessandro Nori · 4 months ago
  82. d94b490 build(deps): bump the gomod_updates group with 2 updates (#555) by dependabot[bot] · 4 months ago
  83. 8d84100 feat(table): Add cleanup orphan files features (#525) by Dao Thanh Tung · 4 months ago
  84. 0a56519 feat: implement object store location provider with hash-based path generation (#550) by Blue Li · 4 months ago
  85. cfe82cd build(deps): bump the gomod_updates group with 7 updates (#553) by dependabot[bot] · 4 months ago
  86. 5a3a6f1 feat: Add `rest.Catalog` Option to provide custom `http.RoundTripper` (#552) by Joel Lubinitsky · 4 months ago
  87. a4b7ad4 feate(table): Add time travel functionality (#548) by Dao Thanh Tung · 4 months ago
  88. 616609a feat(cli): add token parameter for rest catalog (#549) by Rodrigo Peña · 4 months ago
  89. e89c8b0 refactor(catalog): remove `props` parameter from LoadTable and change `table.Table` to `table.Identifier` in CommitTable (#542) by Blue Li · 4 months ago
  90. 1aa2a52 feat(glue): add optimistic locking and skip-archive support to Glue catalog (#537) by Blue Li · 4 months ago
  91. deff30f build(deps): bump the gomod_updates group with 7 updates (#546) by dependabot[bot] · 5 months ago
  92. b8dd3c7 refactor(catalog/internal): Improve error handling in WriteTableMetadata and WriteMetadata functions (#541) by Blue Li · 5 months ago
  93. d188a8e fix(manifest): Interpret manifest files written without `content` metadata as `data` files (#545) by Joel Lubinitsky · 5 months ago
  94. 59b611a refactor(metadata): remove newLastColumnID check in AddSchema method (#539) by Blue Li · 5 months ago
  95. 48b9ecc build(deps): bump the gomod_updates group with 6 updates (#534) by dependabot[bot] · 5 months ago
  96. 2eb971b build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#543) by dependabot[bot] · 5 months ago
  97. 95308b1 fix(builder): main ref removal (#533) by Tobias Pütz · 5 months ago
  98. d32d89f refactor(catalog/glue): remove database_type parameter in Glue catalog operations (#535) by Blue Li · 5 months ago
  99. 6c41142 fix(cli): Fix version detection for CLI (#531) by Andrew Kane · 5 months ago
  100. fefed80 build(deps): bump the gomod_updates group with 7 updates (#528) by dependabot[bot] · 5 months ago