Skip to content

Releases: idestis/gort

v1.2.1

28 Sep 11:18
2b1bc6e
Compare
Choose a tag to compare

Bug fix release:

v1.2.0

04 Nov 14:46
Compare
Choose a tag to compare

I appreciate you all for the feedback that I'm receiving about this tool. To be honest, I never thought that this tool will be useful in so many usages and the ideas generated with the community is priceless.

As a next feature request, we releasing the ability to pass script arguments in the request as well.

Now you can put an array of "args" in your JSON.

Have fun and don't forget to cover this app with the firewall to make it secure and to avoid external runs.

v1.1.0

30 Oct 18:11
d8fceb0
Compare
Choose a tag to compare

Minor update to cover the community request about rate limitations for the remote calls.

Using go-chi middleware Throttler, you can set the desired ceiling on the number of requests in-flight.

To set the limit use GORT_RATE_LIMIT environment variable.

v1.0.0

30 Oct 11:29
Compare
Choose a tag to compare

This is the first release of the Gort with his basic functionality to start scripts bundled in the same container

If you have any feedback or suggestions, please leave it here