Skip to content

Commit bebbf21

Browse files
committed
Release v0.11.0-preview.1 — 96 connectors, trigger callback fix, breaking changes
1 parent 02b15be commit bebbf21

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0-preview.1] - 2026-05-15
11+
1012
### Fixed
1113

1214
- **`TriggerCallbackBody<T>` now handles both batch and single-item callback shapes** — Connector Namespace delivers trigger callbacks in two shapes depending on the trigger configuration's splitOn setting: batch `{"body":{"value":[...]}}` and single-item `{"body":{...item...}}`. The new `TriggerCallbackBodyConverter<T>` transparently normalizes both shapes into `Body.Value` as a list, preventing silent zero-item processing when splitOn is enabled. All 77+ generated `TriggerCallbackPayload<T>` subclasses inherit this fix automatically. (#149)

eng/build/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Condition="'$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), Directory.Version.props))' != ''" />
1010

1111
<PropertyGroup>
12-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">0.9.0</VersionPrefix>
12+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">0.11.0</VersionPrefix>
1313
<VersionSuffix Condition="'$(VersionSuffix)' == ''">preview.1</VersionSuffix>
1414
<_BuildNumber>$([System.DateTime]::Now.ToString(yyyyMMdd))</_BuildNumber>
1515
<_BuildNumberYY>$(_BuildNumber.Substring(2, 2))</_BuildNumberYY>

0 commit comments

Comments
 (0)