Skip to content
Open
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
11 changes: 6 additions & 5 deletions packages/euler-v2-sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

Git tags and GitHub Releases are the release-note source of truth. Do not add package-local changelog or release-notes files for new SDK releases.

## PR #96 release classification
## SDK 2.1 compatibility

PR #96 is an intentional breaking SDK release and must be published under a new
major version. Its required Pyth `publishTimes` evidence and required
`IExecutionService` / `IPositionMigrationService` additions are not backward
compatible. Do not publish these changes under a minor or patch version.
SDK 2.1 requires feed-aligned Pyth `publishTimes` evidence, includes
materialized-execution methods on `IExecutionService`, and includes
`prepareMigrationAuthorizationSlots` on `IPositionMigrationService`. Custom
interface implementations and custom Pyth prefetch payloads must implement
their respective SDK 2.1 contracts.

## Release inputs

Expand Down