Skip to content

0.42.0

Choose a tag to compare

@edigaryev edigaryev released this 13 Oct 15:49
· 61 commits to main since this release
1df191c

Notable changes

Support for prefixed Orchard Controller API URLs

Orchard Controller now accepts --api-prefix to orchard controller run, which allows prefixing all of its API endpoints with the provided string.

For example, with --api-prefix foo/bar, GET /v1/vms becomes GET /foo/bar/v1/vms.

In addition, worker and things like orchard context create should now correctly handle these prefixes.

What's Changed

Full Changelog: 0.41.0...0.42.0