zhjwpku commented on code in PR #16817:
URL: https://github.com/apache/iceberg/pull/16817#discussion_r3409604046


##########
site/docs/blog/posts/2026-06-14-iceberg-cpp-0.3.0-release.md:
##########
@@ -0,0 +1,110 @@
+---
+date: 2026-06-14
+title: Apache Iceberg C++ 0.3.0 Release
+slug: apache-iceberg-cpp-0.3.0-release
+authors:
+  - iceberg-pmc
+categories:
+  - release
+---
+
+<!--
+ - Licensed to the Apache Software Foundation (ASF) under one or more
+ - contributor license agreements.  See the NOTICE file distributed with
+ - this work for additional information regarding copyright ownership.
+ - The ASF licenses this file to You under the Apache License, Version 2.0
+ - (the "License"); you may not use this file except in compliance with
+ - the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing, software
+ - distributed under the License is distributed on an "AS IS" BASIS,
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ - See the License for the specific language governing permissions and
+ - limitations under the License.
+ -->
+
+The Apache Iceberg community is pleased to announce the 0.3.0 release of 
Apache [Iceberg C++](https://github.com/apache/iceberg-cpp). This release 
includes [over 140 pull 
requests](https://github.com/apache/iceberg-cpp/compare/v0.2.0...v0.3.0) from 
23 contributors, including 11 first-time contributors.
+
+`iceberg-cpp` is a native C++ implementation of the Apache Iceberg table 
format, providing libraries for reading, writing, and managing Iceberg tables 
in C++ applications.
+
+<!-- more -->
+
+## Release Highlights
+
+### Scan Planning and Data Access
+- [Incremental scan APIs](https://github.com/apache/iceberg-cpp/pull/559), 
[incremental append scans](https://github.com/apache/iceberg-cpp/pull/590), and 
[incremental changelog scans](https://github.com/apache/iceberg-cpp/pull/611) 
for planning table changes between snapshots

Review Comment:
   Yeah, I noticed that the Iceberg C++ 0.2.0 release blog didn't include URLs. 
But after checking the recent release blogs for Java, Rust, and Go, I saw that 
they all include relevant URLs, which is why I added them.
   
   I'm not sure if there's a consensus on this. I can remove them if they're 
not helpful.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to