Skip to content

Releases: YunaBraska/nats-streaming-server-embedded

0.23.17

22 Dec 10:06

Choose a tag to compare

  • chore: updated dependencies

Full Changelog: 0.23.16...0.23.17

0.23.16

19 Dec 10:06

Choose a tag to compare

  • chore: updated dependencies

Full Changelog: 0.23.15...0.23.16

0.23.15

18 Dec 10:08

Choose a tag to compare

  • chore: updated dependencies

Full Changelog: 0.23.14...0.23.15

0.23.14

30 Nov 10:06

Choose a tag to compare

  • chore: updated dependencies

Full Changelog: 0.23.13...0.23.14

0.23.11

29 Nov 09:08

Choose a tag to compare

  • chore: updated dependencies

  • chore: github actions pipeline update

Full Changelog: 0.23.10...0.23.11

0.23.10

28 Nov 09:05

Choose a tag to compare

  • Updated dependencies

Full Changelog: 0.23.9...0.23.10

Security fix com.fasterxml.jackson.core:jackson-databind

31 Oct 17:52

Choose a tag to compare

Security fix com.fasterxml.jackson.core:jackson-databind

Source Url feature && Windows fix

31 Oct 17:50

Choose a tag to compare

Source Url feature && Windows fix

You can now decide which nats streaming version you want and from which source you want to get it for each operating system. Doesn't matter if http or file system. This library has no longer the binary with it, as its too dirty to do extra programming just for windows. You also could start nats without streaming but i am not sure about the parameters then. This library will download nats from config or custom config if its not already in temp dir.

#22 There were always problems with windows with file permissions and copying from resource file. The resource path was always way different on windows for some reasons.

Fixed port configuration

31 Oct 17:36

Choose a tag to compare

Fixed port configuration

Nats server were started with default port instead of using the customised one. It was only configurable via nats config map.

Config bugfix

26 Jun 14:55

Choose a tag to compare

Config is now tested and compared with original nats server config