Skip to content

Releases: queil/ring

6.1.0-alpha.2

12 Apr 18:26

Choose a tag to compare

6.1.0-alpha.2 Pre-release
Pre-release

HTTP API

6.1.0-alpha.1

12 Apr 18:24
4c5ec30

Choose a tag to compare

6.1.0-alpha.1 Pre-release
Pre-release

HTTP API

6.0.0

13 Nov 12:19
4c5ec30

Choose a tag to compare

Dotnet 10 migration

5.2.2

07 Sep 12:37

Choose a tag to compare

fix: dotnet runnables - set process id detail after started (broken 5.2.1)
fix: wait with Ack.TaskOk until the runnable has started

5.2.1

06 Sep 17:27

Choose a tag to compare

fix: dotnet runnables - set process id detail after started

5.2.0

18 Aug 19:25
64b25cd

Choose a tag to compare

add: include imports in workspace hot reload
fix: improve workspace hot reload editing experience
tweak: disable spread startup time by default

5.1.1

18 Aug 10:27

Choose a tag to compare

fix: wrap WaitUntilStoppedAsync impl in oce handler

5.1.0

18 Aug 07:37
455cdc7

Choose a tag to compare

add: workspace-level env vars and tasks
tweak: remove timestamp from the default console log
fix: better file not found handling when loading workspace
fix: better handling of cancellation during startup (init and start)

5.0.4

16 Aug 17:02
408d8c3

Choose a tag to compare

fix: refactor server shutdown

5.0.3

02 Oct 06:21
3497ff4

Choose a tag to compare

  • fix: behaviour when a task fails (if runnable was brought down it should be brought up in initiated state (aka cold))
  • fix: race condition when attaching events to process
  • fix: read stdout synchronously if running process in foreground
  • fix: git failing to pull from repository when it has local modifications
  • chore: use modern syntax ([]) for empty array initialization