File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.6.0 (2026-04-16)
2+
3+ ### 🚀 Features
4+
5+ - step-based parameterized catalog entries in GQL ([ 5639dda9] ( https://github.com/chaoticgoodcomputing/flowthru/commit/5639dda9 ) )
6+ - gql query object for better control over materializing data ([ c993ab35] ( https://github.com/chaoticgoodcomputing/flowthru/commit/c993ab35 ) )
7+ - better deferred loading on EFCore ([ f0657a0a] ( https://github.com/chaoticgoodcomputing/flowthru/commit/f0657a0a ) )
8+
9+ ### 🩹 Fixes
10+
11+ - make spark example spark-ier ([ 6c15703b] ( https://github.com/chaoticgoodcomputing/flowthru/commit/6c15703b ) )
12+ - actual funit tests added to spaceflights distributed ([ 62e51a30] ( https://github.com/chaoticgoodcomputing/flowthru/commit/62e51a30 ) )
13+ - actual reformat ([ 3896a28a] ( https://github.com/chaoticgoodcomputing/flowthru/commit/3896a28a ) )
14+
15+ ### ⏪ Revert
16+
17+ - remove step-based parameterized GQL catalog entries ([ 132eadf9] ( https://github.com/chaoticgoodcomputing/flowthru/commit/132eadf9 ) )
18+
19+ ### ❤️ Thank You
20+
21+ - Spencer Elkington
22+
123## 0.5.1 (2026-04-15)
224
325### 🚀 Features
Original file line number Diff line number Diff line change 2525
2626 <!-- Centralized NuGet package configuration for all src/ projects -->
2727 <PropertyGroup Condition =" $(MSBuildProjectDirectory.Contains('src'))" >
28- <Version >0.5.1 </Version >
28+ <Version >0.6.0 </Version >
2929 <Authors >Spencer Elkington</Authors >
3030 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
3131 <RepositoryUrl >https://github.com/chaoticgoodcomputing/flowthru</RepositoryUrl >
Original file line number Diff line number Diff line change 11{
22 "name" : " flowthru" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " A type-safe data engineering framework for .NET" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments