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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Unreleased

* Enhancement: Workspace reads in the v2 client now include No-Code metadata: nullable
`source-module-id` and `no-code-upgrade-available` attributes, plus a `no-code-module-version`
relationship to a typed `no-code-module-versions` resource (`module-version`, `version-number`).
These fields are omitted or null when the workspace is not No-Code. Prefer the relationship over
`source-module-id` for a typed link to the current module version.

# v2.6.0

* The latest public endpoints are available
Expand Down
Loading