Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: gofor-little/log

v1.0.5

27 Nov 20:50
646da7f
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.8.0 to 1.9.0 by @dependabot in #128
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.9.0 to 1.10.0 by @dependabot in #126
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.9.0 to 1.10.0 by @dependabot in #130
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.10.0 to 1.10.1 by @dependabot in #129
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.10.1 to 1.10.2 by @dependabot in #133
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.10.0 to 1.10.1 by @dependabot in #132
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.11.1 to 1.11.2 by @dependabot in #134
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.10.1 to 1.10.2 by @dependabot in #136
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.10.2 to 1.11.0 by @dependabot in #135
  • build(deps): bump github.com/gofor-little/env from 1.0.2 to 1.0.3 by @dependabot in #137
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.10.2 to 1.11.0 by @dependabot in #139
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.11.0 to 1.11.1 by @dependabot in #138
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.11.0 to 1.12.0 by @dependabot in #142
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.11.1 to 1.12.0 by @dependabot in #140
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.12.0 to 1.13.0 by @dependabot in #145
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.12.0 to 1.13.0 by @dependabot in #144
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.13.0 to 1.13.1 by @dependabot in #146
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.13.0 to 1.14.0 by @dependabot in #149
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.14.0 by @dependabot in #148
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.13.0 to 1.14.0 by @dependabot in #147
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.14.0 to 1.15.0 by @dependabot in #152
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.14.0 to 1.15.1 by @dependabot in #151
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.14.0 to 1.15.0 by @dependabot in #150
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.1 to 1.15.3 by @dependabot in #155
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.15.0 to 1.15.2 by @dependabot in #153
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.16.1 to 1.16.2 by @dependabot in #158
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.3 to 1.15.4 by @dependabot in #157
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.15.2 to 1.15.3 by @dependabot in #156
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.16.2 to 1.16.3 by @dependabot in #161
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.4 to 1.15.5 by @dependabot in #160
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.15.3 to 1.15.4 by @dependabot in #159
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.5 to 1.15.7 by @dependabot in #166
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.15.4 to 1.15.9 by @dependabot in #165
  • Configure Renovate by @renovate in #208
  • chore(deps): update golangci/golangci-lint-action action to v3 by @renovate in #216
  • chore(deps): update actions/stale action to v6 by @renovate in #215
  • chore(deps): update actions/setup-go action to v3 by @renovate in #214
  • chore(deps): update actions/checkout action to v3 by @renovate in #213
  • fix(deps): update all non-major dependencies (minor) by @renovate in #212

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

27 Oct 06:46
Compare
Choose a tag to compare

Fixed

  • Fixed errors not logging correctly.

v1.0.3

18 Sep 05:18
Compare
Choose a tag to compare

Fixed

  • Replaced usage of time.Tick with time.NewTicker to prevent leaking of the underlying ticker.

v1.0.2

07 Sep 09:23
Compare
Choose a tag to compare

Fixed

  • Fixed unhandled error.

v1.0.1

21 Aug 01:53
Compare
Choose a tag to compare

Added

  • Added Go 1.17 support.
  • Added a changelog.
  • Added a code of conduct.

v1.0.0

22 Jul 03:26
b477288
Compare
Choose a tag to compare

Changed

  • BREAKING: Updated to v2 of the AWS SDK.

v0.3.6

19 Mar 22:11
9f4d564
Compare
Choose a tag to compare
v0.3.6 Pre-release
Pre-release

Changed

  • Updated dependencies.

v0.3.5

20 Feb 03:37
8e1aef4
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

Added

  • Added Go 1.16 support.

v0.3.4

06 Feb 01:02
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

Changed

  • Updated dependencies.

v0.3.3

05 Feb 23:49
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

Changed

  • Updated GitHub CI action.