-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: go-logr/zapr
base: v1.2.4
head repository: go-logr/zapr
compare: v1.3.0
Commits on Aug 4, 2023
-
update linter config and fix issues
Selecting linters in the workflow file has the disadvantage that a manual "golangci-lint run" invocation uses different settings. It's better to do it in a configuration file. Several of the selected linters were deprecated and thus get removed: WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. Some issues were reported with this configuration by golangci-lint 1.52.2 and get fixed.
Configuration menu - View commit details
-
Copy full SHA for b34ac77 - Browse repository at this point
Copy the full SHA b34ac77View commit details
Commits on Aug 7, 2023
-
Updated min supported version to go 1.18
* Updated min supported version to go 1.18 * Updated go versions used in tests to 1.18
RadhaKrishna committedAug 7, 2023 Configuration menu - View commit details
-
Copy full SHA for b44a723 - Browse repository at this point
Copy the full SHA b44a723View commit details -
* Added dependabot to keep go dependencies & actions updated.
RadhaKrishna committedAug 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 8955736 - Browse repository at this point
Copy the full SHA 8955736View commit details
Commits on Aug 8, 2023
-
Merge pull request #63 from Neo2308/feature/master/add-dependabot-config
Added dependabot
Configuration menu - View commit details
-
Copy full SHA for aef516e - Browse repository at this point
Copy the full SHA aef516eView commit details -
Merge pull request #62 from Neo2308/feature/master/update-to-go-1.18
Updated min supported version to go 1.18
Configuration menu - View commit details
-
Copy full SHA for f77a4a9 - Browse repository at this point
Copy the full SHA f77a4a9View commit details -
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d3ad1c4 - Browse repository at this point
Copy the full SHA d3ad1c4View commit details -
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f0ebfc4 - Browse repository at this point
Copy the full SHA f0ebfc4View commit details
Commits on Aug 28, 2023
-
Bump github.com/stretchr/testify from 1.8.0 to 1.8.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.0...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 356bb1f - Browse repository at this point
Copy the full SHA 356bb1fView commit details -
Merge pull request #65 from go-logr/dependabot/go_modules/github.com/…
…stretchr/testify-1.8.4 Bump github.com/stretchr/testify from 1.8.0 to 1.8.4
Configuration menu - View commit details
-
Copy full SHA for 0ae27ce - Browse repository at this point
Copy the full SHA 0ae27ceView commit details -
Merge pull request #66 from go-logr/dependabot/github_actions/actions…
…/checkout-3 Bump actions/checkout from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for 7405806 - Browse repository at this point
Copy the full SHA 7405806View commit details -
Bump go.uber.org/zap from 1.24.0 to 1.25.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d04ac1 - Browse repository at this point
Copy the full SHA 0d04ac1View commit details -
Merge pull request #67 from go-logr/dependabot/github_actions/actions…
…/setup-go-4 Bump actions/setup-go from 2 to 4
Configuration menu - View commit details
-
Copy full SHA for dd2736f - Browse repository at this point
Copy the full SHA dd2736fView commit details -
Bump golangci/golangci-lint-action from 2 to 3
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v3) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1792484 - Browse repository at this point
Copy the full SHA 1792484View commit details -
Merge pull request #68 from go-logr/dependabot/github_actions/golangc…
…i/golangci-lint-action-3 Bump golangci/golangci-lint-action from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for fe24d31 - Browse repository at this point
Copy the full SHA fe24d31View commit details
Commits on Sep 11, 2023
-
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2aef912 - Browse repository at this point
Copy the full SHA 2aef912View commit details -
Merge pull request #69 from go-logr/dependabot/github_actions/actions…
…/checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 203c517 - Browse repository at this point
Copy the full SHA 203c517View commit details
Commits on Sep 14, 2023
-
Merge pull request #64 from go-logr/dependabot/go_modules/go.uber.org…
…/zap-1.25.0 Bump go.uber.org/zap from 1.24.0 to 1.25.0
Configuration menu - View commit details
-
Copy full SHA for 437f574 - Browse repository at this point
Copy the full SHA 437f574View commit details
Commits on Sep 15, 2023
-
Bump go.uber.org/zap from 1.25.0 to 1.26.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 575b337 - Browse repository at this point
Copy the full SHA 575b337View commit details -
Merge pull request #70 from go-logr/dependabot/go_modules/go.uber.org…
…/zap-1.26.0 Bump go.uber.org/zap from 1.25.0 to 1.26.0
Configuration menu - View commit details
-
Copy full SHA for fe8a3cc - Browse repository at this point
Copy the full SHA fe8a3ccView commit details
Commits on Oct 26, 2023
-
Merge pull request #61 from pohly/linting
update linter config and fix issues
Configuration menu - View commit details
-
Copy full SHA for 191bfc4 - Browse repository at this point
Copy the full SHA 191bfc4View commit details
Commits on Oct 30, 2023
-
Bump github.com/go-logr/logr from 1.2.4 to 1.3.0
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d152a1 - Browse repository at this point
Copy the full SHA 4d152a1View commit details -
Merge pull request #71 from go-logr/dependabot/go_modules/github.com/…
…go-logr/logr-1.3.0 Bump github.com/go-logr/logr from 1.2.4 to 1.3.0
Configuration menu - View commit details
-
Copy full SHA for 6684601 - Browse repository at this point
Copy the full SHA 6684601View commit details
Commits on Nov 2, 2023
-
When built with Go >= 1.21, zapr implements an additional interface which adds support for directly logging a slog.Record. The verbosity level in such records gets adjusted by the logger's verbosity, but only if the record has a level < slog.LevelError. To use zapr as slog handler, use slogr.NewSlogHandler(zapr.NewLogger(...)). In addition to supporting usage as a SlogHandler, special slog values (Group, LogValuer) are also supported, regardless of which front-end API is used.
Configuration menu - View commit details
-
Copy full SHA for ae27dfc - Browse repository at this point
Copy the full SHA ae27dfcView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78b8af5 - Browse repository at this point
Copy the full SHA 78b8af5View commit details
There are no files selected for viewing