From c330ed3a53f36507c09a4190aceb9499f2cf8345 Mon Sep 17 00:00:00 2001 From: Manuel Martin Morante Date: Tue, 23 Jun 2026 13:56:04 -0700 Subject: [PATCH] bump version --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99e28f..ba19577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht ## [Unreleased] +## [0.0.79] - 2026-06-23 + +### Added + +- DynamoDB connector support via `defineDynamoDBConnection` and datasource `dynamodb` ingestion config. +- Migration and code generation support for DynamoDB connections and datasources. + +### Changed + +- Cloud branch creation now reads `branch_data_mode` from `tinybird.config.json` and passes it to the branch create API. +- Branch create API options now use `branch_data_mode` (query param `data`) instead of `lastPartition`. +- `BranchDataMode` is now a string type union instead of an enum. + ## [0.0.78] - 2026-06-15 ### Changed diff --git a/package.json b/package.json index 775cc38..80f605a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tinybirdco/sdk", - "version": "0.0.78", + "version": "0.0.79", "description": "TypeScript SDK for Tinybird Forward - define datasources and pipes as TypeScript", "type": "module", "main": "./dist/index.js",