Skip to content

Commit 6bcb6ba

Browse files
committed
2 parents 11e848a + 5343457 commit 6bcb6ba

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)