Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gruntwork-io/go-commons

Tags

v0.17.2

Toggle v0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved stack trace printing (#96)

* feat: unwrap an error to find the deepest stack trace

* fix: unit test

* chore: update terratest package

* chore: update go version for circleci task

* fix: go.mod

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: extend the shared libraries (#94)

* feat: add new packages

* chore: update docs

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/telemetry forwarder (#90)

* Update mixpanel telemetry to use forwarder

* allow custom url

* clean dependencies

* Update telemetry/mixpanel.go

Co-authored-by: Marina <[email protected]>

---------

Co-authored-by: Marina <[email protected]>

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix telemetry error (#88)

* don't exit on error

* fmt better

* tmp

* only log errors

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/public event vars (#87)

* make event context vars public

* Adds run ID

* handle distinct id within go-commons

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(CORE-640): Centralize mixpanel code (#85)

* feat: add telemetry package

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/log formatting (#84)

* add json formatter, remove unnecessary custom formatter

* fix errors

* one more issue

* fix global error logger

* pass the app name through error logs

* ensure app name is in context when error handling

* add version info to logger

* try fix for types

* update docs

* fix test

* fix aws test

* switch to t3 instance for test

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rewrite collections package as generic functions (#79)

This change also bumps the Go version to 1.18.

v0.13.5

Toggle v0.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make GetPathRelativeTo() resolve symbolic links (#78)

v0.13.4

Toggle v0.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Port a bug fix for GetPathRelativeTo over from Terragrunt (#76)

Original bug fix: gruntwork-io/terragrunt#100