Skip to content

Commit da2ad06

Browse files
chore: clean up release notes — remove stale DataFlow-era files
Remove 9 release notes files from the DataFlow→DataLinq rebranding that had incorrect version numbers not matching any actual release: - DataLinq.Net 1.0.2, 1.1.0, 1.2.0, 1.2.1 (actual latest: 1.0.0) - DataLinq.Snowflake 1.0.2, 1.2.1, 1.3.0 (actual: 1.0.0→1.0.1→1.1.0→1.2.0) - DataLinq.Spark 1.2.0, 1.2.1 (actual latest: 1.0.0) Add DataLinq.Snowflake v1.2.0 release notes. Rewrite CHANGELOG.md to reflect only actual released versions.
1 parent 826ff34 commit da2ad06

11 files changed

Lines changed: 40 additions & 1082 deletions

releasenotes/CHANGELOG.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
1-
# DataLinq.NET Changelog
1+
# DataLinq Changelog
22

33
> All notable changes to DataLinq packages are documented in this folder.
44
55
## Packages
66

7-
| Package | Latest | Changelog |
8-
|---------|--------|-----------|
9-
| **DataLinq.NET** | v1.2.1 | [v1.2.1](DataLinq.Net_1.2.1.md), [v1.2.0](DataLinq.Net_1.2.0.md), [v1.1.0](DataLinq.Net_1.1.0.md), [v1.0.2](DataLinq.Net_1.0.2.md) |
10-
| **DataLinq.Spark** | v1.2.1 | [v1.2.1](DataLinq.Spark_1.2.1.md), [v1.2.0](DataLinq.Spark_1.2.0.md) |
11-
| **DataLinq.Snowflake** | v1.1.0 | [v1.1.0](DataLinq.Snowflake_1.1.0.md), [v1.0.2](DataLinq.Snowflake_1.0.2.md) |
7+
| Package | Latest | Release Notes |
8+
|---------|--------|---------------|
9+
| **DataLinq.NET** | v1.0.0 | First release |
10+
| **DataLinq.Spark** | v1.0.0 | First release |
11+
| **DataLinq.Snowflake** | v1.2.0 | [v1.2.0](DataLinq.Snowflake_1.2.0.md), [v1.1.0](DataLinq.Snowflake_1.1.0.md) |
1212

1313
## Naming Convention
1414

1515
Files follow: `{PackageName}_{Version}.md`
16-
17-
## Quick Links
18-
19-
### DataLinq.NET (OSS)
20-
- **v1.2.1** — YAML record support fix, ObjectMaterializer regressions, audit report 2 doc corrections
21-
- **v1.2.0** — RSA licensing, 60% coverage, test reorganization
22-
- **v1.1.0** — Cases pattern, ParallelAsyncQuery
23-
- **v1.0.2** — Bug fixes, stability
24-
25-
### DataLinq.Spark (Enterprise)
26-
- **v1.2.1** — Bug fixes, nested object access
27-
- **v1.2.0** — Auto-UDF, Assembly Distribution
28-
29-
### DataLinq.Snowflake (Enterprise)
30-
- **v1.1.0** — Auto-UDF, ForEach server-side iteration, Source Generator, entity-parameter decomposition, intelligent PascalCase↔snake_case naming, type-safe UpdateOnly, 11 bug fixes, 540 integration tests, obfuscated package
31-
- **v1.0.2** — 29 bug fixes: VARIANT columns, Cases multi-column, Join pre-filter, ForEach double-exec, window base columns, GroupBy/Join MemberInit, Distinct+Count, MergeTable upsert, SQL translator, IL2Java Math, obfuscation

releasenotes/DataLinq.Net_1.0.2.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

releasenotes/DataLinq.Net_1.1.0.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

releasenotes/DataLinq.Net_1.2.0.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)