1. 7cfbf23 build(deps): bump the gomod_updates group with 4 updates (#708) by dependabot[bot] · 4 days ago main
  2. 564c5e6 fix(table): prevent index out of range error in buildManifestEvaluator (#692) by Eren Dursun · 8 days ago
  3. c664d7a feat(ci): enable govet for lint (#706) by ferhat elmas · 8 days ago
  4. 8e46980 chore: clean up pre-commit (#705) by Matt Topol · 8 days ago
  5. 41dc23a chore: fix the pre-commit config to properly point at golangci-lint url (#704) by Matt Topol · 8 days ago
  6. 8ff2e91 refactor(ci): use staticcheck from golangci-lint (#700) by ferhat elmas · 10 days ago
  7. 0bd8477 fix(table): handle race for key map getter (#699) by ferhat elmas · 10 days ago
  8. bb72d99 feat(catalog/rest): Adding AuthManager support (#579) by Alex Stephen · 10 days ago
  9. a76531d build(deps): bump google.golang.org/api from 0.260.0 to 0.262.0 in the gomod_updates group (#698) by dependabot[bot] · 10 days ago
  10. 3ce3b4b fix(table): add pagination support to ListNamespaces (#694) by Sumisha · 13 days ago
  11. 5a9607c fix(table): find min seq correctly from manifest list (#693) by ferhat elmas · 13 days ago
  12. ad086d2 refactor(iceberg): replace max util with std equivalent (#690) by ferhat elmas · 2 weeks ago
  13. c22034a chore(ci): add simplify into formatters (#689) by ferhat elmas · 2 weeks ago
  14. f1a08a2 fix(io): handle leak for error cases of open blob (#688) by ferhat elmas · 2 weeks ago
  15. 2d3b5b4 fix: support INT32/INT64 physical types for decimal columns (#686) by Karthic Rao · 2 weeks ago
  16. c55f73a fix(table): handle early return for commit (#687) by ferhat elmas · 2 weeks ago
  17. 22e34f8 fix(table): skip RemoveSnapshotsUpdate when no snapshots to expire (#679) by Krutika Dhananjay · 2 weeks ago
  18. c2c31b6 refactor(table): wrap manifest writing into closures (#685) by ferhat elmas · 2 weeks ago
  19. c8126e1 build(deps): bump the gomod_updates group with 4 updates (#680) by dependabot[bot] · 2 weeks ago
  20. 73f27c8 fix(table): no panic in duplicate schema keys (#684) by ferhat elmas · 2 weeks ago
  21. b7318e9 fix(table): close underlying counter in manifest creation (#683) by ferhat elmas · 2 weeks ago
  22. 554fd11 fix: handle missing parent snapshots in ExpireSnapshots (#671) by Krutika Dhananjay · 3 weeks ago
  23. a950faa refactor(table): make PostCommit optional in ExpireSnapshots (#677) by Krutika Dhananjay · 3 weeks ago
  24. 3063a45 fix(catalog,manifest): handle some ignored errors (#670) by ferhat elmas · 3 weeks ago
  25. 2731e9e fix(table): add AssertRefSnapshotID requirements to ExpireSnapshots (#672) by Krutika Dhananjay · 3 weeks ago
  26. f5ea01f build(deps): bump the gomod_updates group with 8 updates (#675) by dependabot[bot] · 3 weeks ago
  27. 4390ffe fix(catalog): handle content-type header correctly for fetchToken (#673) by ferhat elmas · 4 weeks ago
  28. 4a70225 feat(catalog): add WithHeaders function (#652) by Alex Stephen · 4 weeks ago
  29. b81fbd8 fix(catalog): ensure we close metadata writers (#666) by Matt Topol · 4 weeks ago
  30. 1d3320a fix(table): close writers on error for every exit path (#667) by ferhat elmas · 4 weeks ago
  31. 9e4a5b7 build(deps): bump the gomod_updates group with 2 updates (#664) by dependabot[bot] · 4 weeks ago
  32. bbdb53f feat(metadata): row lineage tracking (#659) by Tobias Pütz · 6 weeks ago
  33. 297fb2c fix(catalog/rest): do not leak response bodies (#655) by ferhat elmas · 6 weeks ago
  34. 8b1f557 chore(arrow): update arrow-go dep (#662) by Matt Topol · 6 weeks ago
  35. 7e14af5 build(deps): bump the gomod_updates group across 1 directory with 9 updates (#661) by dependabot[bot] · 6 weeks ago
  36. e270989 fix(manifest): Update method comment for Count (#660) by Artem Alperin · 6 weeks ago
  37. c66aacd fix data race in yieldDataFiles (#650) by Vincent Janelle · 6 weeks ago
  38. 3047a27 feat(types): Support Unknown Type for v3 table spec (#605) by Dao Thanh Tung · 6 weeks ago
  39. f886a24 fix(catalog/sql): handle error for metadata location while dropping view (#648) by ferhat elmas · 8 weeks ago
  40. 97e3329 chore(ci): drop backup golangci configuration (#649) by ferhat elmas · 8 weeks ago
  41. d4d08e7 feat(metadata): Add support for source-ids (#651) by Alex Stephen · 8 weeks ago
  42. fb9204c Add analytics for Iceberg-go (#653) by Alex Stephen · 8 weeks ago
  43. 1fbbae4 fix: read updated props when trimming metadata log (#639) by Shubhendu · 8 weeks ago
  44. 7939bd9 feat: load view (#640) by M Alvee · 8 weeks ago
  45. c3d4bfc fix(view): field ID preservation and error handling for RCK compatibility (#647) by Shubhendu · 8 weeks ago
  46. 8f032ad test: benchmark write performance for complex types and many partitions (#643) by Alex · 8 weeks ago
  47. b2f7695 fix(table): handle error in unmarshal of snapshot ref (#646) by ferhat elmas · 8 weeks ago
  48. 8130c8c docs: Update README.md (#641) by Elton SV · 8 weeks ago
  49. 8ab7264 build(deps): bump the gomod_updates group with 11 updates (#645) by dependabot[bot] · 8 weeks ago
  50. 5edb1e3 feat(view): Implement view metadata builder and UpdateView method in REST catalog (#629) by Alex Nagel · 9 weeks ago
  51. 31ca72f fix: preserve snapshot log history (#638) by Shubhendu · 9 weeks ago
  52. 5a4f0de set header x-amz-content-sha256 before signing (#637) by M Alvee · 9 weeks ago
  53. f20be3e Align error messages with RCK tests (#636) by Shubhendu · 9 weeks ago
  54. 6329b25 fix(catalog/rest): Handle 204 No Content response in doPost for renameTable (#633) by Ankur Anand · 10 weeks ago
  55. d82bdfb infra: automatically delete head branches after merge (#634) by Kevin Liu · 10 weeks ago
  56. 95de183 build(deps): bump the gomod_updates group with 4 updates (#635) by dependabot[bot] · 10 weeks ago
  57. 9c5298d build(deps): bump the gomod_updates group with 14 updates (#632) by dependabot[bot] · 2 months ago
  58. b5a57f5 build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#631) by dependabot[bot] · 2 months ago
  59. a2a2400 infra: notify on github workflow failure (#626) by Kevin Liu · 3 months ago
  60. c379072 feat(view): add NewMetadata constructor for views (#620) by Tobias Pütz · 3 months ago
  61. fab2315 fix: remove partition type cache causing concurrent map write panic (#627) by Alex · 3 months ago
  62. cc92ce5 feat(view): view updates & MetadataBuilder stubs (#621) by Tobias Pütz · 3 months ago
  63. 07a6a6a perf(table): optimize partitioned write throughput (#622) by Alex · 3 months ago
  64. 409efe3 build(deps): bump the gomod_updates group with 7 updates (#625) by dependabot[bot] · 3 months ago
  65. 35bfdfb fix(catalog:rest): Fix RegisterTable endpoint (#624) by itaigilo · 3 months ago
  66. e052e89 build(deps): bump the gomod_updates group with 10 updates (#618) by dependabot[bot] · 3 months ago
  67. ee09249 build(deps): bump github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5 (#617) by dependabot[bot] · 3 months ago
  68. da9dd53 feat(views): add validations for json parsing of view metadata (#619) by Tobias Pütz · 3 months ago
  69. f1d5eca build(deps): bump the gomod_updates group with 8 updates (#615) by dependabot[bot] · 3 months ago
  70. 0df56cf feat(table): support writing gzipped metadata json (#612) by Alex · 3 months ago
  71. e296e32 fix(schema): Fix bug in Schema.HighestFieldId for List types (#611) by Alex Nagel · 3 months ago
  72. 2e2350f build(deps): bump the gomod_updates group with 6 updates (#613) by dependabot[bot] · 3 months ago
  73. 8589652 fix(table): support gzipped metadata json (#610) by Alex · 3 months ago
  74. 2d36cfc feat(types) add support for TimestampNano(Tz) (#594) by Tobias Pütz · 3 months ago
  75. 64f20c6 fix(schema): Fix HighestFieldID to include ListType ElementID (#609) by Blue Li · 4 months ago
  76. 3e18bd4 feat(table): add schema evolution support (#596) by Blue Li · 4 months ago
  77. 9ed8c7d chore(deps): update substrait (#607) by Matt Topol · 4 months ago
  78. fa9d60d fix(transforms): fix truncate transform for negative ints (#608) by Matt Topol · 4 months ago
  79. 7e03a0b feat(view metadata): implement the View spec (#600) by Alessandro Nori · 4 months ago
  80. 3a7fe95 feat(table): Table Metadata V3 support (#585) by Dao Thanh Tung · 4 months ago
  81. ba02daa build(deps): bump the gomod_updates group with 8 updates (#604) by dependabot[bot] · 4 months ago
  82. 15206c6 build(deps): bump the gomod_updates group with 5 updates (#599) by dependabot[bot] · 4 months ago
  83. c082326 fix(table): writing map column with multiple entries in a row (#598) by Matt Topol · 4 months ago v0.4.0 v0.4.0-rc2
  84. 325414a fix(metadata): wrap errors with exported types (#597) by Tobias Pütz · 4 months ago
  85. ba15500 infra: release_rc.sh regenerate sha512 file after rename (#590) by Kevin Liu · 4 months ago
  86. 0dae64a infra: add rat check to verify_rc.sh (#592) by Kevin Liu · 4 months ago
  87. 6cb27cb infra: just run `audit-and-verify.yml` once (#591) by Kevin Liu · 4 months ago
  88. 97c9178 infra: fix rc artifact structure (#588) by Kevin Liu · 4 months ago v0.4.0-rc1
  89. dba25d8 feat(metadata): export UpdateTable & fixes (#580) by Tobias Pütz · 4 months ago
  90. 7d90a8d fix: improve error handling on defer Close() (#583) by Tobias Pütz · 4 months ago
  91. 5e2ce9e build(deps): bump the gomod_updates group with 4 updates (#586) by dependabot[bot] · 4 months ago
  92. c92dcf9 build(deps): bump the gomod_updates group with 7 updates (#582) by dependabot[bot] · 4 months ago
  93. 3879486 feat(metadata): Add support for Statistics and PartitionStatistics in table metadata (#577) by Alessandro Nori · 4 months ago
  94. 30f42b2 feat(metadata): verify timestamps in snapshot & metadata log (#578) by Tobias Pütz · 4 months ago
  95. 8b93c20 feat(manifest): implement missing method `NewManifestListWriterV3` (#569) by Dao Thanh Tung · 4 months ago
  96. 13a004c feat(metadata): snapshot validations (#575) by Tobias Pütz · 4 months ago
  97. f32665e fix: correct release_upload in release_rc script (#576) by Matt Topol · 4 months ago
  98. 1daab13 build(deps): bump the gomod_updates group with 3 updates (#573) by dependabot[bot] · 4 months ago v0.4.0-rc0
  99. 4f01042 feat(table): add fanout partition writer and rolling data writer (#524) by Badal Prasad Singh · 4 months ago
  100. a250163 fix: return err when not nil in WriteTableMetadata (#574) by Alessandro Nori · 5 months ago