tag:github.com,2008:https://github.com/devstress/FlinkDotnet/releases
Release notes from FlinkDotnet
2025-11-05T14:10:49Z
tag:github.com,2008:Repository/1028566269/v1.0.1
2025-11-05T14:23:44Z
FlinkDotNet 1.0.1
<h1>FlinkDotNet 1.0.1 Release</h1>
<p>FlinkDotNet provides <strong>100% feature parity</strong> with Apache Flink 1.0-2.1, implementing all major features across every version release.</p>
<p>Complete observability (Prometheus) included.</p>
<h2>Apache Flink Versions Coverage</h2>
<table>
<thead>
<tr>
<th>Flink Version</th>
<th>Release Date</th>
<th>Coverage</th>
<th>Key Features Implemented</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>1.0-1.9</strong></td>
<td>2016-2019</td>
<td>✅ <strong>100%</strong></td>
<td>DataStream API, Windows, State Management, CEP, Kafka Integration</td>
</tr>
<tr>
<td><strong>1.10</strong></td>
<td>Feb 2020</td>
<td>✅ <strong>100%</strong></td>
<td>Table API, SQL Gateway, Catalog API</td>
</tr>
<tr>
<td><strong>1.11</strong></td>
<td>Jul 2020</td>
<td>✅ <strong>100%</strong></td>
<td>DDL Support, Change Data Capture</td>
</tr>
<tr>
<td><strong>1.12</strong></td>
<td>Dec 2020</td>
<td>✅ <strong>100%</strong></td>
<td>Unified Source API/FLIP-27, SQL Connectors</td>
</tr>
<tr>
<td><strong>1.13</strong></td>
<td>May 2021</td>
<td>✅ <strong>100%</strong></td>
<td>SQL Functions, Window TVF</td>
</tr>
<tr>
<td><strong>1.14</strong></td>
<td>Nov 2021</td>
<td>✅ <strong>100%</strong></td>
<td>SQL Client, Batch SQL</td>
</tr>
<tr>
<td><strong>1.15-1.18</strong></td>
<td>2022-2023</td>
<td>✅ <strong>100%</strong></td>
<td>Table Store/Apache Paimon, Advanced Table Features</td>
</tr>
<tr>
<td><strong>1.19</strong></td>
<td>Mar 2024</td>
<td>✅ <strong>100%</strong></td>
<td>Performance Improvements, Checkpoint Optimizations</td>
</tr>
<tr>
<td><strong>1.20</strong></td>
<td>Oct 2024</td>
<td>✅ <strong>100%</strong></td>
<td>Unified Sink v2, Materialized Tables</td>
</tr>
<tr>
<td><strong>2.0</strong></td>
<td>Mar 2025</td>
<td>✅ <strong>100%</strong></td>
<td>Disaggregated State Management, Unified Batch/Stream, API Overhaul</td>
</tr>
<tr>
<td><strong>2.1</strong></td>
<td>Jul 2025</td>
<td>✅ <strong>100%</strong></td>
<td>AI/ML Integration, VARIANT Type, PTFs, Performance & Format</td>
</tr>
</tbody>
</table>
github-actions[bot]
tag:github.com,2008:Repository/1028566269/v1.0.0
2025-10-28T04:44:53Z
FlinkDotNet 1.0.0
<h1>FlinkDotNet First Release</h1>
<ul>
<li>Complete Apache Flink 2.1 DataStream API in C# with fluent interface</li>
<li>Native .NET 9.0 SDK for building streaming jobs without Java code</li>
<li>Full Kafka integration with sources and sinks support</li>
<li>Event-time processing with watermarks and windowing (tumbling, sliding, session)</li>
<li>Exactly-once semantics with checkpointing and savepoints</li>
<li>JSON IR (Intermediate Representation) translator for job submission</li>
<li>JobGateway service for submitting jobs to Flink clusters</li>
<li>.NET Aspire integration for local development with one-command startup</li>
<li>Complete observability stack (Prometheus, Grafana, Loki, OpenTelemetry)</li>
<li>Temporal.io workflow orchestration integration</li>
<li>10 passing integration tests validating end-to-end pipelines</li>
<li>Production-ready performance: 800K+ messages/sec throughput validated</li>
<li>Dynamic scaling support with Flink 2.1 adaptive scheduler and reactive mode</li>
<li>Advanced partitioning strategies (rebalance, rescale, forward, shuffle, broadcast, custom)</li>
<li>Comprehensive documentation including 15-day learning course</li>
<li>Three NuGet packages: FlinkDotNet.Common, FlinkDotNet.DataStream, Flink.JobBuilder</li>
<li>Docker image for JobGateway service</li>
<li>Multi-cluster orchestration support for enterprise deployments</li>
<li>Complete Table API and SQL support via Flink SQL Gateway</li>
<li>Stateful processing with timers and keyed state management</li>
</ul>
github-actions[bot]