1. 2e54e4e feat: add ICompressionCodecFactory support to Flight record batch readers (#285) by David Linton · 6 days ago main
  2. cd29cc1 Make readonly field is possible (#385) by kronic · 6 days ago
  3. fa96808 Remove static array (#384) by kronic · 6 days ago
  4. e40a12b chore: Bump Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 (#383) by dependabot[bot] · 13 days ago
  5. d351911 chore: Bump actions/setup-dotnet from 5.3.0 to 5.4.0 (#381) by dependabot[bot] · 13 days ago
  6. 924f5df chore: Bump actions/cache from 5.0.5 to 6.1.0 (#382) by dependabot[bot] · 13 days ago
  7. a28e670 chore: Bump actions/setup-python from 6.2.0 to 6.3.0 (#380) by dependabot[bot] · 13 days ago
  8. 708fbe2 chore: Bump actions/checkout from 6.0.3 to 7.0.0 (#377) by dependabot[bot] · 3 weeks ago
  9. fc77745 chore: Bump System.CommandLine from 2.0.8 to 2.0.9 (#373) by dependabot[bot] · 4 weeks ago
  10. 72141b1 Update ArrowBuffer.cs (#369) by kronic · 4 weeks ago
  11. 1f5f0db chore: Bump actions/checkout from 6.0.2 to 6.0.3 (#367) by dependabot[bot] · 5 weeks ago
  12. 2b798ca chore: Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 (#366) by dependabot[bot] · 6 weeks ago
  13. 66a5857 chore: Bump actions/setup-dotnet from 5.2.0 to 5.3.0 (#365) by dependabot[bot] · 6 weeks ago
  14. 5c6a0c9 chore: Bump pythonnet from 3.0.5 to 3.1.0 (#364) by dependabot[bot] · 7 weeks ago
  15. 156dd32 chore: Bump coverlet.collector from 10.0.0 to 10.0.1 (#362) by dependabot[bot] · 7 weeks ago
  16. cc3d329 Fix integration tests by modifying CompareVariadicArrays (#360) by Curt Hagenlocher · 8 weeks ago
  17. 40b9d9a docs: Remove Run End Encoding from Not Implemented (#358) by cjsha · 8 weeks ago
  18. fdc5ebf chore: Bump System.CommandLine from 2.0.7 to 2.0.8 (#356) by dependabot[bot] · 8 weeks ago
  19. debff86 Fix Powershell RC verification script to avoid stubs (#351) by Curt Hagenlocher · 10 weeks ago
  20. 3a57903 Port verify_rc to Powershell to make it easier to run on Windows (#350) by Curt Hagenlocher · 10 weeks ago
  21. 8b00218 chore: Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 (#349) by dependabot[bot] · 10 weeks ago
  22. 79e3844 Bump version to 23 (#344) by Curt Hagenlocher · 2 months ago v23.0.0 v23.0.0-rc0
  23. 446dca2 chore: Bump Zstd.Sharp from 0.8.5 to 0.8.8 (#343) by Brandon Parks · 2 months ago
  24. 3ea9aaa Unambiguously equate decimal16 with SqlDecimal in Variant API (#342) by Curt Hagenlocher · 2 months ago
  25. 8e35d8f Add Parquet variant shredding support (#332) by Curt Hagenlocher · 2 months ago
  26. 3434344 perf: speed up MemoryStream IPC stream reads (#340) by InCerryGit · 2 months ago
  27. 89a6c61 chore: Bump System.CommandLine from 2.0.6 to 2.0.7 (#338) by dependabot[bot] · 3 months ago
  28. ea58c94 perf: improve StringArray GetString decoding (#334) by InCerryGit · 3 months ago
  29. c0e20b6 perf: improve StringArray builder append paths (#331) by InCerryGit · 3 months ago
  30. 4f60cc6 Refactors VariantValueWriter (#329) by Curt Hagenlocher · 3 months ago
  31. 67b6db9 perf: reduce ArrowBuffer builder reallocation work (#330) by InCerryGit · 3 months ago
  32. 7949fb6 fix: handle file reader cancellation and empty nested concat (#327) by InCerryGit · 3 months ago
  33. 2b2afa2 chore(src): add checked conversions where needed (#318) by Curt Hagenlocher · 3 months ago
  34. fbaa39d Cleaned up some odds and ends (#326) by Curt Hagenlocher · 3 months ago
  35. 90aed52 Add VariantArray extension type and introduce IBinaryArray/IIndexes interfaces (#325) by Curt Hagenlocher · 3 months ago
  36. 4f5b95f Add transparent encoding readers and TimestampWithOffset extension type (#324) by Curt Hagenlocher · 3 months ago
  37. 61c3ff1 Rename `Variant` assemblies to `Scalars` (#323) by Curt Hagenlocher · 3 months ago
  38. a25e49b Refactors Apache.Arrow.Variant into two assemblies (#322) by Curt Hagenlocher · 3 months ago
  39. 65a5fbf chore: Bump actions/cache from 5.0.4 to 5.0.5 (#314) by dependabot[bot] · 3 months ago
  40. 3d54e84 chore: Bump coverlet.collector from 8.0.1 to 10.0.0 (#315) by dependabot[bot] · 3 months ago
  41. f596fe2 chore: Bump System.CommandLine from 2.0.5 to 2.0.6 (#319) by dependabot[bot] · 3 months ago
  42. 3e235ea chore: Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#312) by dependabot[bot] · 3 months ago
  43. f9faac1 chore: Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#311) by dependabot[bot] · 3 months ago
  44. dc97213 chore: Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#310) by dependabot[bot] · 3 months ago
  45. b14c4a3 fix: Validate additional type information when concatenating (#309) by Curt Hagenlocher · 3 months ago
  46. c0f957a feat: Add support for Run-End Encoded arrays (#308) by Curt Hagenlocher · 3 months ago
  47. 1185f99 Implement Arrow C device API (#305) by Curt Hagenlocher · 3 months ago
  48. aaa07fe Add support for an alternative `ArrowBuffer` allocation mechanism. (#304) by Curt Hagenlocher · 3 months ago
  49. d1c0a72 Implement largelistview support (#303) by Curt Hagenlocher · 3 months ago
  50. fc49cf3 GH-301: [C#] Use an index lookup for O(1) field index access (#300) by Vasilis Themelis · 3 months ago
  51. 1acbca6 Add missing builders and concatenator support for "large" array types. (#302) by Curt Hagenlocher · 3 months ago
  52. fb9199e Introduce a reference counted layer between ArrowBuffer and memory (#297) by Curt Hagenlocher · 3 months ago
  53. d536de0 chore: Bump actions/deploy-pages from 4.0.5 to 5.0.0 (#298) by dependabot[bot] · 3 months ago
  54. 009762e Improvements to decimal conversion (#292) by Curt Hagenlocher · 4 months ago
  55. 8071c9e chore: Bump actions/cache from 5.0.3 to 5.0.4 (#293) by dependabot[bot] · 4 months ago
  56. 3ad67ba chore: Bump coverlet.collector from 8.0.0 to 8.0.1 (#294) by dependabot[bot] · 4 months ago
  57. 1fefa99 chore: Bump System.CommandLine from 2.0.3 to 2.0.5 (#289) by dependabot[bot] · 4 months ago
  58. 7bdb868 chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 (#286) by dependabot[bot] · 4 months ago
  59. eb33c67 Initial attempt at a standalone Arrow variant implementation (#275) by Curt Hagenlocher · 4 months ago
  60. c516694 chore: Bump actions/setup-dotnet from 5.1.0 to 5.2.0 (#281) by dependabot[bot] · 4 months ago
  61. 3d0c7a2 Add bool8 extension type support (#274) by Curt Hagenlocher · 4 months ago
  62. c45da68 chore: Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 (#280) by dependabot[bot] · 4 months ago
  63. 138590f chore: Bump actions/download-artifact from 7.0.0 to 8.0.0 (#278) by dependabot[bot] · 4 months ago
  64. 02956fa chore: Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#277) by dependabot[bot] · 4 months ago
  65. 955a6d6 Fixed issue #269 (#276) by Curt Hagenlocher · 4 months ago
  66. 93af89f chore: Pin Python version to 3.13 as PythonNet doesn't yet support 3.14 (#271) by Adam Reeve · 5 months ago
  67. f49331f chore: Fix test warnings about skipping duplicate test cases (#272) by Adam Reeve · 5 months ago
  68. 59cc1af Add extension type support and implement GuidArray (#268) by Curt Hagenlocher · 5 months ago
  69. bc99008 chore: Bump coverlet.collector from 6.0.4 to 8.0.0 (#262) by dependabot[bot] · 5 months ago
  70. c8fc345 chore: Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103 (#264) by dependabot[bot] · 5 months ago
  71. ff5c9fb chore: Bump System.CommandLine from 2.0.2 to 2.0.3 (#265) by dependabot[bot] · 5 months ago
  72. f9bf6cb chore: Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 (#259) by dependabot[bot] · 5 months ago
  73. 12fce23 chore: Remove pr_comment GitHub actions workflow (#255) by Adam Reeve · 5 months ago
  74. 3d5daa0 chore: Bump actions/cache from 5.0.2 to 5.0.3 (#252) by dependabot[bot] · 5 months ago
  75. 56a9a5e Use unsigned long integers for computing bit-length of fixed-width types via the CData ABI (#251) by Joshua Klein · 5 months ago
  76. 70ab466 chore: Bump actions/setup-python from 6.1.0 to 6.2.0 (#249) by dependabot[bot] · 6 months ago
  77. 7cf956d chore: Bump actions/checkout from 6.0.1 to 6.0.2 (#248) by dependabot[bot] · 6 months ago
  78. 866ed8a chore: Bump System.CommandLine from 2.0.1 to 2.0.2 (#244) by dependabot[bot] · 6 months ago
  79. 00f8805 chore: Bump actions/setup-dotnet from 5.0.1 to 5.1.0 (#240) by dependabot[bot] · 6 months ago
  80. e7eb895 chore: Bump actions/cache from 5.0.1 to 5.0.2 (#241) by dependabot[bot] · 6 months ago
  81. e8e6b7b chore: Bump Xunit.SkippableFact from 1.5.23 to 1.5.61 (#237) by dependabot[bot] · 7 months ago
  82. ccd5bfa docs: Update README.md (#236) by myd7349 · 7 months ago
  83. fac5636 chore: Bump System.CommandLine from 2.0.0 to 2.0.1 (#230) by dependabot[bot] · 7 months ago
  84. 722494b chore: Bump actions/download-artifact from 6.0.0 to 7.0.0 (#227) by dependabot[bot] · 7 months ago
  85. bdb1388 chore: Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#226) by dependabot[bot] · 7 months ago
  86. a67f7ff chore: Bump actions/cache from 4.3.0 to 5.0.1 (#228) by dependabot[bot] · 7 months ago
  87. 5c2a90d chore: Bump actions/checkout from 6.0.0 to 6.0.1 (#215) by dependabot[bot] · 7 months ago
  88. c0270e7 chore: Bump actions/setup-python from 6.0.0 to 6.1.0 (#213) by dependabot[bot] · 7 months ago
  89. 84cfaaf chore: Bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#214) by dependabot[bot] · 7 months ago
  90. 637c6aa chore: Bump BenchmarkDotNet and BenchmarkDotNet.Diagnostics.Windows (#202) by dependabot[bot] · 7 months ago
  91. 2db4ad4 chore: Bump actions/checkout from 5.0.0 to 6.0.0 (#188) by dependabot[bot] · 8 months ago
  92. 4eaa9a8 chore: Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#191) by dependabot[bot] · 8 months ago
  93. 197d501 chore: Bump System.CommandLine from 2.0.0-rc.2.25502.107 to 2.0.0 (#193) by dependabot[bot] · 8 months ago
  94. 20cb82b feat: Implement Arrow Flight Middleware support (#139) by Curt Hagenlocher · 8 months ago
  95. 0f3eb5b Use a license expression for the NuGet package (#185) by Curt Hagenlocher · 8 months ago
  96. 1c55132 chore: Bump BenchmarkDotNet and BenchmarkDotNet.Diagnostics.Windows (#167) by dependabot[bot] · 8 months ago
  97. 51cfeb1 chore: Bump BenchmarkDotNet and BenchmarkDotNet.Diagnostics.Windows (#156) by dependabot[bot] · 8 months ago
  98. e0702ae chore: Remove arrow packages from Directory.Packages.props (#154) by Adam Reeve · 8 months ago
  99. 69be1d4 chore: Enable Central Package Management. (#153) by Curt Hagenlocher · 9 months ago
  100. 4e8d2cd chore: Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#140) by dependabot[bot] · 9 months ago