Skip to content

Releases: ansible/receptor

v1.4.8

22 May 15:56
a5b193e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.7...v1.4.8

v1.4.7

09 May 21:33
15e1ff9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.4.7

v1.4.6

08 May 20:41
cb34c36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.4.6

v1.4.5

21 Mar 17:27
c19fdcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

07 Feb 15:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

23 Nov 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

16 Oct 13:30
63ee265
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

08 Jun 10:16
4addde8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 May 14:40
73886c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.4.0.dev2

18 Apr 17:16
d4f548c
Compare
Choose a tag to compare
v1.4.0.dev2 Pre-release
Pre-release

What's Changed

  • Added Receptor logger, added an explicit logger to netceptor and used… by @AaronH88 in #723
  • Backends logger by @AaronH88 in #727
  • Controlsvc logger by @AaronH88 in #728
  • Services logger by @AaronH88 in #730
  • Refactored logging in the utils package to no longer use a global log… by @AaronH88 in #737
  • Refactored logging in the workceptor package and the receptor-cli pac… by @AaronH88 in #738
  • Moved closing recvChan to netceptor.go in order to fix a data race. by @AaronH88 in #746
  • Passed context to internal accept loop function in netceptor.go. by @AaronH88 in #747
  • Added sequenceLock to netceptor.go. by @AaronH88 in #749
  • feat: build and publish binaries on release by using make and action-gh-release by @kurokobo in #724
  • Refactored netceptor Listen functions to use a set context and not co… by @AaronH88 in #748
  • Fixed race condition where knownNodeLock never got unlocked by @AaronH88 in #750
  • Moved connLock to fix race condition. by @AaronH88 in #754
  • Added lastUpdateErrorLock to work units. by @AaronH88 in #755
  • Added more ciphers to CipherSuite. Refactored how all TLS config is created by @AaronH88 in #757
  • Retry on GOAWAY error by @TheRealHaoLiu in #760
  • Added types package to reuse types. Fixed formatting errors. by @AaronH88 in #759
  • Removed unneeded functions from conn.go and added a new condition to the accept loop by @AaronH88 in #761
  • Added logs.go and common.go to tests/utils by @AaronH88 in #762
  • Updated docs with correct var names by @AaronH88 in #764
  • Refactor test suite by @shanemcd in #718
  • Fix promote action by @tanganellilore in #771

New Contributors

Full Changelog: v1.3.1...v1.4.0.dev2