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

Releases: cybozu-go/well

Version 1.4.1

01 Mar 10:33
Compare
Choose a tag to compare

For running under systemd, the framework now ignores SIGPIPE (#13).

See CHANGELOG.md for the complete list of changes.

Version 1.4.0

10 Sep 17:26
Compare
Choose a tag to compare

This release addresses build problems on Windows.

See CHANGELOG.md for the complete list of changes.

Version 1.3.0

02 Sep 01:57
Compare
Choose a tag to compare

Environment.Go no longer issues/overwrites request tracking IDs.
Use new Environment.GoWithID for that purpose.

Version 1.2.0

31 Aug 00:57
Compare
Choose a tag to compare

This release add graceful restart functions to the framework.
Read the wiki article to learn how to use them.

See CHANGELOG.md for a complete list of changes.

Version 1.1.0

24 Aug 09:47
Compare
Choose a tag to compare

This version adds request tracking functions to the framework.
Command executions, HTTP server, and HTTP client now record logs with an ID to distinguish activities.

See tutorial for the background.
Details are described in CHANGELOG.md.

Enjoy!

Version 1.0.1

22 Aug 02:42
Compare
Choose a tag to compare

No bug fixes. See CHANGELOG.md for details.

Version 1.0.0

20 Aug 13:51
Compare
Choose a tag to compare

This is the first public release.

API is now stable in the sense of semver.

Enjoy!