The ORC team is excited to announce the release of ORC v2.0.7.
- Released: 8 January 2026
- Source code: orc-2.0.7.tar.gz
- GPG Signature signed by William Hyun (DECDFA29)
- Git tag: rel/release-2.0.7
- Maven Central: ORC 2.0.7
- SHA 256: fc331c4f46b5d65c…
- Fixed issues: ORC-2.0.7
The bug fixes:
- ORC-1825: Bump Snappy to 1.2.1
- ORC-1827: Bump ZLIB to 1.3.1
- ORC-1828: Bump LZ4 to 1.10.0
- ORC-1892: Upgrade snappy to 1.2.2
- ORC-1893: Upgrade zstd to 1.5.7
- ORC-1973: Use int64_t instead of google::protobuf::int64 for Protobuf v22+
- ORC-1974: Use google::protobuf::TextFormat instead of DebugString for Protobuf v30+
- ORC-2010: Use IANA Identifier America/Los_Angeles instead of US/Pacific in Java
The test changes:
- ORC-1996: Remove MacOS 13 from GitHub Action CI and docs
Tasks:
- ORC-1896: Add CMAKE_POLICY_VERSION_MINIMUM=3.12 to ThirdpartyToolchain.cmake