Skip to content

Releases: wneessen/postfix-policy-server

v0.1.5: Bugfixes

13 Apr 08:52
ae9668f
Compare
Choose a tag to compare

The v0.1.5 release fixes a data race which was introduced by the in-goroutine handling. The bug during the integration with SonarQube.

v0.1.4: Custom responses

07 Oct 12:26
172660a
Compare
Choose a tag to compare

The v0.1.4 release adds TextResponseOpt() and TextResponseNonOpt() for custom responses.
See https://pps-docs.pebcak.de/api/postfixresp#custom-responses for details

RunWithListener() added

06 Oct 12:26
7a643f5
Compare
Choose a tag to compare

To allow running a policy server on i. e. a UNIX socket, the Run() method has been decoupled from the listener handling. This is now managed by the RunWithListener() method. Using the Run() still provides the standard behaviour of starting a TCP server, but with the RunWithListener() one can now provide their own net.Listener.

Initial release

06 Oct 09:46
b1610a0
Compare
Choose a tag to compare

This is the first official release of this package. A minimum required set functions is implemented and tested. Documentation is complete and a code example has been provided.

Initial pre-release

06 Oct 08:14
b2cb44c
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release
v0.1.0

Make GoLinter happy