Skip to content

Releases: donkeyx/cluster-utils-api

v2.0.5-wip

23 Sep 06:13
Compare
Choose a tag to compare

v2.0.5_wip

23 Sep 05:54
Compare
Choose a tag to compare

v2.0.5

23 Sep 05:46
Compare
Choose a tag to compare

Full Changelog: v2.0.4...v2.0.5

v2.0.4

23 Sep 05:35
Compare
Choose a tag to compare

Full Changelog: v2.0.3...v2.0.4

v2.0.3

23 Sep 04:38
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

23 Sep 04:08
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

21 Sep 22:10
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

What's Changed

This is a major release which has moved from nodejs to golang. I have maintained the old endpoints for backward compatibility with one change to the /env endpoint which is now authenticated. This was a dangerous feature to not have auth which is why its now locked down. Also the entrypoint now supports node (params) as well as the new go binary, which also supports more flexible startup options.

  • endpoints
    ** /a/env (authed)
    ** /headers - you can probably guess what that does

  • incoming
    ** i will be adding more doc to the readme on these changes

  • Bump qs from 6.7.0 to 6.11.0 by @dependabot in #13

New Contributors

Full Changelog: v1.2.4...v2.0.1