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

Releases: cybozu-go/log

Release v1.7.0

01 Feb 04:25
22d79f7
Compare
Choose a tag to compare

Version 1.6.1

14 Dec 00:59
Compare
Choose a tag to compare

Removed dependency on github.com/pkg/errors.

v1.6.0

19 Mar 11:46
edf4706
Compare
Choose a tag to compare

Bump version to 1.6.0.
Starting with this release, Go 1.13 or greater is required.

v1.5.0

14 Sep 06:17
Compare
Choose a tag to compare
Bump version to 1.5.0

Version 1.4.2

07 Sep 08:26
Compare
Choose a tag to compare

Fix a bug (#16).

Version 1.4.1

08 May 02:58
Compare
Choose a tag to compare

Logger.WriteThrough did not call the error handler.
Now it is fixed to correctly calls the handler upon write errors (#13).

See CHANGELOG.md for the complete list of changes.

Version 1.4.0

28 Apr 09:27
Compare
Choose a tag to compare

The logger gains automatic error handling.
The default error handler detects broken pipe (EPIPE) and exits with status 5.

See CHANGELOG.md for the complete list of changes.

Version 1.3.0

10 Sep 17:29
Compare
Choose a tag to compare

This release addresses build problems on Windows.

See CHANGELOG.md for the complete list of changes.

Version 1.2.0

26 Aug 12:12
Compare
Choose a tag to compare

This release adds a new method to Logger.

See CHANGELOG.md for details.

Version 1.1.2

25 Aug 03:21
Compare
Choose a tag to compare

Formatters now format some interfaces better than ever.

See CHANGELOG.md for details.