Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.3.0"}
{".":"4.0.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/flowcore-io/flowcore-sdk/compare/v3.3.0...v4.0.0) (2026-04-23)


### ⚠ BREAKING CHANGES

* **data-pathways:** the metrics throughput shape renames endpoints[url].flowTypes → endpoints[url].sources keyed by sourceId. Consumers reading the pathway metrics endpoint or sending heartbeats must adopt the new shape. Data-pathways v3.0.0 only accepts the new shape.

### Features

* **data-pathways:** id-keyed pump-state commands + sources metrics shape ([#217](https://github.com/flowcore-io/flowcore-sdk/issues/217)) ([3111706](https://github.com/flowcore-io/flowcore-sdk/commit/31117068dd049840bfb3bf7c2d63d67b36474fb5))

## [3.3.0](https://github.com/flowcore-io/flowcore-sdk/compare/v3.2.0...v3.3.0) (2026-04-23)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@flowcore/sdk",
"description": "Flowcore SDK",
"version": "3.3.0",
"version": "4.0.0",
"license": "MIT",
"exports": "./src/mod.ts",
"publish": {
Expand Down
Loading