Skip to content

Releases: gruntwork-io/go-commons

v0.17.2

03 Jul 21:29
c8965b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

28 Aug 20:22
fdb6b31
Compare
Choose a tag to compare

What's Changed

  • Added methods for converting maps to slices. #94
  • Added methods for convenient getting environment variables. #94

Full Changelog: v0.17.0...v0.17.1

v0.17.0

15 Jun 20:37
c1e986c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.2...v0.17.0

Migration Guide

The application no longer needs to provide a mixpanel_token to the telemetry library

v0.16.2

20 Apr 16:23
9517ad3
Compare
Choose a tag to compare

What's Changed

  • Fix input var type for BatchListIntoGroupsOf by @levkoburburas in #80
  • Fix telemetry error by @ellisonc in #88

Full Changelog: v0.16.1...v0.16.2

v0.16.1

30 Mar 16:31
362bd2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

29 Mar 17:00
7f35ac8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

10 Mar 15:52
6fcd21e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

Migration Guide

Previously cli applications were created by calling entrypoint.NewApp(), then the application name and version were set after the fact for both the logging and the CLI description.
The new way to do this is a single call to entrypoint.NewApp(name, version)

Calling logging.GetLogger(name, version) will now return a logrus Entry instead of a logrus Logger. This entry has the name and version preset.

The behavior of the default logger is the same as in previous versions of go-commons.

A new JSON logger is available by calling logging.SetGLobalLogFormatter("json")

v0.14.0

11 Nov 12:54
9082ced
Compare
Choose a tag to compare

Description

The minimum supported version of Go has been updated to 1.18.

Migration guide

go-commons no longer supports any go version under 1.18. If you need to use go-commons going forward, you will need to update to at least go version 1.18 in your project.

Related links

Full Changelog: v0.13.5...v0.14.0

v0.13.5

25 Oct 11:11
027003c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.13.5

v0.13.4

24 Oct 12:49
107014b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.13.4