1. a0c4948 build(hive): add ICEBERG_BUILD_HIVE option and skeleton (#689) by liuxiaoyu · 31 hours ago main
  2. b92e022 chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#691) by dependabot[bot] · 31 hours ago
  3. 18e055c docs: add Iceberg security model (#688) by Sung Yun · 4 days ago
  4. d6c1da0 fix: correct StrictMetricsEvaluator::CanContainNulls/CanContainNaNs when field missing from stats map (#686) by Yingfan Guo · 4 days ago
  5. 100bbe3 feat(puffin): add puffin file reader and writer (#624) by ZhaoXuan · 5 days ago
  6. 8601f16 fix(meson): add missing install headers for meson (#684) by Gang Wu · 5 days ago
  7. 7b07209 ci: update pre-commit workflow permissions to write (#683) by Guotao Yu · 5 days ago
  8. e599010 feat(data): coalesce position deletes into range inserts (#645) by Sebastian Baunsgaard · 5 days ago
  9. bc48b94 fix(parquet): fix parquet writer metrics conversion (#681) by Gang Wu · 6 days ago
  10. 97ea870 feat: metrics for parquet writer (#651) by wzhuo · 6 days ago
  11. 76fa723 refactor: move temporal utilities out of transform util (#675) by Junwang Zhao · 7 days ago
  12. a8578e1 chore(ci): skip actions for draft PRs (#680) by Junwang Zhao · 7 days ago
  13. 1f7a318 chore(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 (#678) by dependabot[bot] · 8 days ago
  14. 5bbe9ee chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 (#677) by dependabot[bot] · 8 days ago
  15. 41f32f8 fix: disallow zoned and non-zoned literal comparisons (#676) by Junwang Zhao · 8 days ago
  16. fa36835 fix: evaluate ManifestGroup file filters (#664) by Minh Vu · 8 days ago
  17. 35dde9a feat: Add v3 timestamp nanosecond primitive types (#653) by Junwang Zhao · 9 days ago
  18. 3d2537c feat(data): add MOR file scan task reader (#657) by Gang Wu · 10 days ago
  19. e97a8e8 fix(ci): fix macOS ci to use provided fmt (#670) by slfan1989 · 10 days ago
  20. 6c781c7 feat(io): add bulk delete API to FileIO. (#659) by slfan1989 · 11 days ago
  21. 136b468 fix(parquet): check compression codec availability (#656) by Gang Wu · 11 days ago
  22. 3e7b20a feat: add IncrementalFileCleanup strategy and dispatch in ExpireSnapshots::Finalize (#648) by Xinli Shang · 12 days ago
  23. bf26218 feat(manifest): add ManifestFilterManager and ManifestMergeManager (#652) by Guotao Yu · 12 days ago
  24. 83aa988 fix: preserve snapshot ID width in UseRef (#661) by Minh Vu · 12 days ago
  25. d690aaa build: sync Meson project version with CMake (#655) by slfan1989 · 2 weeks ago
  26. c41c269 chore(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#654) by dependabot[bot] · 2 weeks ago
  27. 0ca52ba chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#647) by dependabot[bot] · 3 weeks ago
  28. 43eb327 feat(data): add delete filter support (#650) by Gang Wu · 3 weeks ago
  29. fc80e4b feat(io): add streaming FileIO support (#641) by Gang Wu · 3 weeks ago
  30. 4550ec8 CI: Use specific patch versions in workflow action comments (#644) by Kevin Liu · 4 weeks ago
  31. db7bb30 ci: split S3/MinIO into a Linux and macOS-only workflow (#642) by Junwang Zhao · 4 weeks ago
  32. ff42229 refactor(util): make retry policy explicit and deterministic (#633) by Gang Wu · 4 weeks ago
  33. 7e51613 ci: use ilammy/msvc-dev-cmd for Windows MSVC environment (#643) by Junwang Zhao · 4 weeks ago
  34. 2e87038 fix(cmake): use consistent generator expressions to link libraries (#639) by Junwang Zhao · 4 weeks ago
  35. 0db527a feat: add iceberg_data library alongside iceberg (#631) by Junwang Zhao · 4 weeks ago
  36. d6130f7 fix: repair shared package linkage and export scan builder symbols (#635) by Junwang Zhao · 4 weeks ago
  37. 0bf52f6 chore(deps): bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 (#636) by dependabot[bot] · 4 weeks ago
  38. f40fe2f fix: concurrent Lazy::Get should get correct result (#634) by Zehua Zou · 4 weeks ago
  39. 4c6f46d chore(deps): bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 (#630) by dependabot[bot] · 4 weeks ago
  40. 65931fe chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#629) by dependabot[bot] · 4 weeks ago
  41. 194db04 fix: typo in RoaringPositionBitmap deletion vector note (#632) by Junwang Zhao · 5 weeks ago
  42. ce794ef fix(ci): restore auth for docs gh-pages deploy (#625) by Gang Wu · 5 weeks ago
  43. 8809e0f feat: retry failed transaction commit (#626) by SkylerLin · 5 weeks ago
  44. b94fa7c feat: add ReachableFileCleanup to expire snapshots (#592) by Xinli Shang · 5 weeks ago
  45. a9114ce chore: bump arrow-cpp to 24.0.0 (#623) by Gang Wu · 6 weeks ago
  46. 65321e3 chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#622) by dependabot[bot] · 6 weeks ago
  47. 8adb304 ci: set zizmor min-severity and min-confidence to medium (#620) by Kevin Liu · 6 weeks ago
  48. e7b228b chore: add more ai related .gitignore (#621) by Zehua Zou · 6 weeks ago
  49. 4876d7c feat: implement incremental changelog scan (#611) by wzhuo · 7 weeks ago
  50. 633965f ci: apply github workflow best practice (zizmor/codeql/asf-allowlist-check) (#618) by Kevin Liu · 7 weeks ago
  51. c38b392 feat(puffin): add format constants, utilities, and JSON serde (#603) by ZhaoXuan · 7 weeks ago
  52. a5fc25f feat: add s3 file io integration (#548) by liuxiaoyu · 7 weeks ago
  53. cda8fc4 feat(rest): support namespace separator (#617) by Gang Wu · 7 weeks ago
  54. 42b00d4 feat(perf): optimize AddRange in RoaringPositionBitmap (#608) by Sebastian Baunsgaard · 8 weeks ago
  55. a1dc2f8 feat(data): add DeleteLoader for position and equality delete files (#610) by Gang Wu · 8 weeks ago
  56. 9190c0a fix: update metadata_location_ in Table::Refresh() method (#612) by SkylerLin · 9 weeks ago
  57. 5666e67 docs: restructure and improve documentation website (#606) by Gang Wu · 9 weeks ago
  58. 36b5887 feat: add StructLikeSet (#598) by Gang Wu · 9 weeks ago
  59. 181fc8a feat: metrics for avro writer (#604) by wzhuo · 9 weeks ago
  60. 5f4904f feat: add position delete index (#605) by Gang Wu · 9 weeks ago
  61. cdf05d6 feat: implement IncrementalAppendScan (#590) by wzhuo · 10 weeks ago
  62. 133742d feat: add roaring-based position bitmap (#595) by Gang Wu · 10 weeks ago
  63. 9adb90e fix: add using StructType::Equals to fix `-Woverloaded-virtual` warning (#601) by wzhuo · 10 weeks ago
  64. 7c2cc68 fix: use secure random for UUID generation (#602) by Gang Wu · 10 weeks ago
  65. 743c318 feat(puffin): add basic data structures and constants of puffin (#588) by ZhaoXuan · 10 weeks ago
  66. f79f885 Infra: Remove GitHub Actions from Dependabot configuration (#597) by Kevin Liu · 10 weeks ago
  67. c27fd15 chore(deps): update nanoarrow download url (#596) by Gang Wu · 2 months ago
  68. 0596ef5 fix: use base_location instead of location in CreateTable (#594) by wzhuo · 2 months ago
  69. 4db7c67 feat(rest): support snapshot loading mode (#543) by Feiyang Li · 2 months ago
  70. 72d3831 feat(rest): add initial oauth2 support to rest catalog (#577) by lishuxu · 2 months ago
  71. 31aa68a chore: add ai related files to .gitignore (#593) by Gang Wu · 2 months ago
  72. 8b2cc7f feat: bind literals with right type after serde (#562) by Innocent Djiofack · 3 months ago
  73. 8fdf346 refactor: introduce TransactionContext to decouple Transaction and PendingUpdate (#591) by Gang Wu · 3 months ago
  74. 1afe65c feat: Implement EqualityDeleteWriter for equality delete files (#583) by Xinli Shang · 3 months ago
  75. 69cf2d3 feat: Implement PositionDeleteWriter for position delete files (#582) by Xinli Shang · 3 months ago
  76. d43455d feat: implement UpdateMapping and apply meta change to UpdateSchema (#561) by Junwang Zhao · 3 months ago
  77. baf139c feat: implement truncate max for literals (#585) by wzhuo · 3 months ago
  78. 066bee0 feat: Add incremental scan API (#559) by wzhuo · 3 months ago
  79. 8bf089f fix(ci): windows ci should return error if build fails (#586) by Gang Wu · 3 months ago
  80. dd1da0e feat: add json serde for expressions (#553) by Innocent Djiofack · 3 months ago
  81. ff7f5b8 fix: add missing direct include of <vector> in file_writer.h (#584) by Xinli Shang · 3 months ago
  82. cd93b99 chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#579) by dependabot[bot] · 3 months ago
  83. 653eded chore: use ubuntu-slim for lightweight jobs (#578) by Junwang Zhao · 3 months ago
  84. 8397c08 chore(deps): bump actions/download-artifact from 7 to 8 (#580) by dependabot[bot] · 3 months ago
  85. 349eb92 refactor: optimize SnapshotUtil ancestor methods with early return (#560) by wzhuo · 3 months ago
  86. f955a55 feat: Implement BasicAuthManager to support basic authentication (#564) by lishuxu · 3 months ago
  87. 37bc389 refactor: Use RestCatalogProperties by value instead of unique_ptr (#575) by lishuxu · 3 months ago
  88. 9826147 fix: use strtod fallback when std::from_chars(float) unavailable (#572) by Junwang Zhao · 3 months ago
  89. 63e4ec0 feat: implement DataWriter for Iceberg data files (#552) by Xinli Shang · 3 months ago
  90. 7e6a7e3 feat: add SnapshotManager (#542) by Junwang Zhao · 3 months ago
  91. af539b0 chore(deps): bump actions/checkout from 4 to 6 (#574) by dependabot[bot] · 3 months ago
  92. 9167d0b chore(ci): add explicit least-privilege workflow permissions (#573) by Kevin Liu · 3 months ago
  93. dbec245 CI: Add CodeQL workflow for GitHub Actions security scanning (#567) by Kevin Liu · 3 months ago
  94. c559a08 fix: fix misspelled variable, missing format arg, and wrong pointer assignment (#570) by Xinli Shang · 3 months ago
  95. 35d3006 fix: fix grammar errors in comments (#569) by Xinli Shang · 3 months ago
  96. 56d7ccd doc: add AI-assisted contributions guidelines (#568) by Junwang Zhao · 3 months ago
  97. b6cfce1 ci: Remove unused strategy sections from non-matrix jobs (#566) by Kevin Liu · 3 months ago
  98. b022fe7 infra: set github actions max-parallel to 15 (#565) by Kevin Liu · 3 months ago
  99. 721e529 feat: Implement NoopAuthManager and integrate it with RestCatalog (#544) by lishuxu · 4 months ago
  100. 2e00ce0 chore(deps): bump nanoarrow to 0.8.0 (#558) by lishuxu · 4 months ago