This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: gofor-little/log
Releases · gofor-little/log
v1.0.5
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
Fixed
- Fixed errors not logging correctly.
v1.0.3
Fixed
- Replaced usage of
time.Tick
withtime.NewTicker
to prevent leaking of the underlying ticker.
v1.0.2
Fixed
- Fixed unhandled error.
v1.0.1
Added
- Added Go 1.17 support.
- Added a changelog.
- Added a code of conduct.
v1.0.0
Changed
- BREAKING: Updated to v2 of the AWS SDK.
v0.3.6
Changed
- Updated dependencies.
v0.3.5
Added
- Added Go 1.16 support.
v0.3.4
Changed
- Updated dependencies.
v0.3.3
Changed
- Updated GitHub CI action.