Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Releases: choria-legacy/stream-replicator

0.4.1

14 May 11:03
88388be
Compare
Choose a tag to compare

Bug Fixes

  • Fix inverted boolean logic used to determine if a topic is TLS enabled (#105)

0.4.0

14 May 09:41
a81ee6b
Compare
Choose a tag to compare

Enhancements

  • Allow TLS to be enabled for only one side of the replication bridge (#102)

0.3.1

28 Nov 16:56
3131501
Compare
Choose a tag to compare

Bug Fixes

  • Fix permissions to the cache directory (#97)

0.3.0

02 Jul 09:17
71d394e
Compare
Choose a tag to compare

Bug Fixes

  • Redo the attempt to fix Stream connection errors in a more robust manner (#85)

0.2.0

25 Jun 10:54
a7c3208
Compare
Choose a tag to compare

This releases significantly improves the quality of connection handling by detecting failures and reconnecting. This was not possible previously due to short comings in the NATS Streaming system.

This release requires NATS Streaming Server 0.10.0 or newer

Enhancements

  • Supports TLS on all NATS connections. Puppet compatible or manually setup, with enrolment into a Puppet CA (#88)
  • Allow data producers to supply hints that a piece of data should be immediately replicated (#86)

Bug Fixes

  • Improve the robustness of the connection via new features in NATS Streaming Server >= 0.10.0

0.1.1

12 Apr 09:19
Compare
Choose a tag to compare

Bug Fixes

  • Fix startup announce message ordering (#80)
  • Do not zero the logfile on startup (#82)

0.1.0

12 Apr 09:19
24eece9
Compare
Choose a tag to compare

Bug Fixes

  • Do not rotate empty log files (#76)

Enhancements

  • Announce version, config and topic at startup (#75)

0.0.8

12 Apr 09:17
a5b06c2
Compare
Choose a tag to compare

Bug Fixes

  • Ensure the service restarts correctly when managed by Puppet (#71)

0.0.7

29 Jan 18:02
Compare
Choose a tag to compare

Bug Fixes

  • Correctly validate advisory specification in the Puppet module (#65)

0.0.6

29 Jan 17:28
Compare
Choose a tag to compare

Bug Fixes

  • Treat sysconfig files as configuration on el6 (#51)

Enhancements

  • Ability to send advisories about about tracked nodes when they stop sending metadata (#58)