|
1 | | -# DataLinq.NET Changelog |
| 1 | +# DataLinq Changelog |
2 | 2 |
|
3 | 3 | > All notable changes to DataLinq packages are documented in this folder. |
4 | 4 |
|
5 | 5 | ## Packages |
6 | 6 |
|
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) | |
12 | 12 |
|
13 | 13 | ## Naming Convention |
14 | 14 |
|
15 | 15 | 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 |
0 commit comments