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

Releases: cybozu-go/well

Release v1.11.2

02 Feb 01:11
b99e367
Compare
Choose a tag to compare

Release v1.11.1

30 Aug 04:54
17618f4
Compare
Choose a tag to compare

See CHANGELOG.md for details.

Release 1.11.0

15 Dec 05:32
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v1.10.0

24 Jan 08:47
a75f5c9
Compare
Choose a tag to compare

The signal handler now sleeps for some seconds(default 5s) after receiving a signal (#37).

See CHANGELOG for other changes.

v1.9.0

24 Sep 12:19
Compare
Choose a tag to compare

This release adds support for HTTP/2 requests to HTTPServer.

v1.8.1

21 Oct 07:33
Compare
Choose a tag to compare

This release adds support for spf13/cobra.

Read wiki for details.

v1.7.0

20 Oct 15:11
Compare
Choose a tag to compare

The project moved to new home: github.com/cybozu-go/well

See CHANGELOG for other changes.

v1.6.0

14 Sep 07:41
Compare
Choose a tag to compare

Opt in to Go modules

Version 1.5.0

28 Apr 09:38
Compare
Choose a tag to compare

Important Release

Version 1.4.2 introduced a grave bug that caused programs using this framework
exits unexpectedly with SIGPIPE if the program sees broken network links.
Please skip 1.4.2 and use this version, or use 1.4.1.


The framework detects if the program is running as a systemd service and if so,
installs a signal handler to discard SIGPIPE.

See CHANGELOG.md for the complete list of changes.

Version 1.4.2

26 Apr 04:32
Compare
Choose a tag to compare

The framework now exits with code 2 when it gets SIGPIPE (#15).

See CHANGELOG.md for the complete list of changes.