Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Releases: ContainerSSH/log

1.1.6: Added timing information

20 May 12:06
Compare
Choose a tag to compare

This release adds timing information to successful tests.

1.1.5: Beautify log output

20 May 11:50
Compare
Choose a tag to compare

This release sorts the tests and displays a collapsible test result even if there are no logs to format the tests uniformly.

1.1.4: Bugfixes for test logger

20 May 10:05
Compare
Choose a tag to compare

This release fixes a number of bugs found when using the test logger for GitHub Actions output.

1.1.3: Changed icons and colors

28 Apr 07:13
d1b92a7
Compare
Choose a tag to compare

This release changes the icons and colors for the GitHub Actions output.

1.1.2: Removed panic on last line

28 Apr 00:17
Compare
Choose a tag to compare

This release removes the last line panic.

1.1.1: Bumped Go requirements to 1.16

28 Apr 00:13
Compare
Choose a tag to compare

This release bumps the Go requirements to 1.16.

1.1.0: Test logging for GitHub Actions

28 Apr 00:09
82bfc1b
Compare
Choose a tag to compare

This release adds a preview of the GitHub Actions logging, which can be enabled by adding the following method:

func TestMain(m *testing.M) {
	log.RunTests(m)
}

1.0.0: First stable version

01 Apr 13:39
Compare
Choose a tag to compare

This version removes the deprecated Debugf, etc. calls and tags the log package as stable for ContainerSSH 0.4.0.

0.9.13: JSON/YAML tags

08 Mar 20:49
Compare
Choose a tag to compare
Pre-release

This release adds tags to exclude not used fields from the configuration structure.

0.9.12: CODES.md generation

07 Mar 20:30
Compare
Choose a tag to compare
Pre-release

This release adds a utility to automatically generate an overview file of all message codes. See the readme for details.