0.42.0
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
- API spec: document VM object more thoroughly by @edigaryev in #354
- Support for prefixed Orchard Controller API URLs by @edigaryev in #355
- Bump the all-updates group with 2 updates by @dependabot[bot] in #356
- API: document VM's "startup_script" by @edigaryev in #358
Full Changelog: 0.41.0...0.42.0