diff --git a/_posts/2024-07-16-17.0.0-release.md b/_posts/2024-07-16-17.0.0-release.md index e8497408770d..5e322cd81bcb 100644 --- a/_posts/2024-07-16-17.0.0-release.md +++ b/_posts/2024-07-16-17.0.0-release.md @@ -151,6 +151,29 @@ Thanks for your contributions and participation in the project! ## Go Notes +### Bug Fixes + +#### Arrow + +- Prevent exposure of invalid Go pointers in CGO code ([GH-43062](https://github.com/apache/arrow/issues/43062)) +- Fix memory leak for 0-length C array imports ([GH=41534](https://github.com/apache/arrow/issues/41534)) +- Ensure statement handle is updated so stateless prepared statements work properly ([GH-41427](https://github.com/apache/arrow/issues/41427)) + +#### Parquet + +- Fix memory leak in BufferedPageWriter ([GH-41697](https://github.com/apache/arrow/issues/41697)) +- Fix performance regression in PooledBufferWriter ([GH-41541](https://github.com/apache/arrow/issues/41541)) + +### Enhancements + +#### Arrow + +- Arrow Schemas and Records can now be created from Protobuf messages ([GH-40494](https://github.com/apache/arrow/issues/40494)) + +#### Parquet + +- Performance improvement for BitWriter VlqInt ([GH-41160](https://github.com/apache/arrow/pull/41160)) + ## Java notes **Some changes are coming up in the next version, Arrow 18. Java 8 support will be removed. The version of the flight-core artifact with shaded gRPC will no longer be distributed.**