Skip to content

Releases: golang/glog

v1.2.5

Choose a tag to compare

@chressie chressie released this 29 Apr 08:47
2b790ef

What's Changed

  • glog: generate a Fatalf-like error message when writing to logsinks fails by @chressie in #76

Full Changelog: v1.2.4...v1.2.5

v1.2.4

Choose a tag to compare

@chressie chressie released this 13 Jan 10:00

What's Changed

  • Fail if log file already exists by @chressie in #74:
    • glog: Don't try to create/rotate a given syncBuffer twice in the same second
    • glog: introduce createInDir function as in internal version
    • glog: have createInDir fail if the file already exists

Full Changelog: v1.2.3...v1.2.4

v1.2.3

Choose a tag to compare

@chressie chressie released this 05 Nov 15:19
04dbec0

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@chressie chressie released this 09 Jul 13:12
9730314

What's Changed

  • glog: avoid calling user.Current() on windows by @bentekkie in #69

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@chressie chressie released this 04 Apr 14:10
861d094

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@chressie chressie released this 22 Nov 11:24

What's Changed

  • glog: add context variants and logsink tests by @chressie in #66

Full Changelog: v1.1.2...v1.2.0

v1.1.2

Choose a tag to compare

@chressie chressie released this 09 Aug 10:10
v1.1.2
6b9d7f7

Bugfix release.

What's Changed

  • glog: populate symlinks -log_link directory by @chressie in #64

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@chressie chressie released this 22 Mar 16:00
03ad3c2

Bugfixes since the larger v1.1.0, which have been addressed.

v1.1.0

Choose a tag to compare

@stapelberg stapelberg released this 03 Mar 14:57
115d1f9

Tagging v1.1.0 after syncing glog with internal changes

initial release

Choose a tag to compare

@rsc rsc released this 20 Aug 11:54
9ef845f

Updated to modules and tagging first release.