Gin Contrib Zap Versions Save

Alternative logging through zap

v1.1.3

2 weeks ago

Changelog

Refactor

  • e3d6f724f4eda3fb2750d0119a187283696a8e2f: refactor: logging and add conditional checks (@appleboy)

v1.1.2

2 weeks ago

Changelog

Enhancements

  • 17f2a0c72e26ede3ba5997117c5a9c17b5e72268: chore: refine build and changelog configurations (@appleboy)
  • 78ab44ec851cbad94398ab407ccf6c3a73029492: chore: update dependencies and refactor imports (@appleboy)

v1.1.1

1 month ago

Changelog

Enhancements

  • 173fe6c chore: update third-party dependencies to latest versions

v1.1.0

2 months ago

Changelog

Features

  • 5b62309 feat: implement skip path regexps feature in zap package (#72)

Enhancements

  • 372417f chore: refactor error handling and linter configurations

Others

  • d5accec refactor: refactor file paths to use constants

v1.0.0

2 months ago

Changelog

Features

  • d4400a8 feat(func): implement Skipper functionality for logging configuration (#71)
  • 58dd173 feat: consolidate code examples into new file

Enhancements

  • 0dbb391 chore(deps): bump actions/setup-go from 2 to 4 (#59)
  • 1358676 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#62)
  • 4da7ce3 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#58)
  • a63110e chore(level): make log level configurable (#53)
  • 35a621a chore: remove duplication log to msg (#69)
  • 4c79a60 chore: update GitHub Actions and Test Configurations
  • 6f17b6f chore: update GitHub Actions versions in workflow files
  • 737c214 chore: update Go versions in GitHub Actions workflow
  • 2e44ef6 chore: update configuration files for Go version and tags
  • d7a16ba chore: update dependencies across multiple modules
  • c5decc3 chore: update dependencies to latest versions
  • d017ca5 chore: update golang.org/x packages to latest versions
  • cd1bff6 chore: update version of actions/setup-go in GitHub workflows

Others

  • 6ad826e build: update minimum Go version to 1.19
  • 5d56699 ci: refactor CI/CD workflows and dependencies
  • 54107a6 ci: update GitHub Actions workflow to use latest CodeQL version
  • 7d7b817 ci: update workflows and test tolerances
  • a9803c5 refactor: refactor testing functions in zap_test file

v0.2.0

8 months ago

Changelog

Features

  • 4622367 feat: refactor logging functions to use ZapLogger interface

Enhancements

  • a584183 chore(deps): add go1.20 version
  • fe995df chore(zap): replace otel trace ID with custom fields. (#46)
  • 33fb008 chore: update goreleaser/goreleaser-action to v4
  • 1669c2c chore: update golangci-lint version to latest
  • 1f1c990 chore: update supported versions of Go

Others

  • 018ec49 build: update Go version requirement and dependencies

v0.1.0

1 year ago

Changelog

Features

  • 07883db feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL

Bug fixes

  • 30de6b1 fix: Add request meta data when logging request error.
  • 751da59 fix: dependency
  • 0862d21 fix: remove go1.14 and go1.15

Enhancements

  • b36edc1 chore(CD): enable goreleaser config.
  • aab63c4 chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • 04f4165 chore(deps): bump github/codeql-action from 1 to 2
  • fdbf5e4 chore(deps): bump golangci/golangci-lint-action from 2 to 3
  • 39b9a05 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 7f5e926 chore(gin): upgrade to v1.8.0
  • 0c2b37d chore(github): upgrade action package.
  • 3542732 chore(go): upgrade go module
  • 9334b16 chore(recovery): support custom recovery
  • 81070e0 chore(zap): support custom fields for zap (#45)
  • c6cdd5a chore: Add go 1.19 and upgrade lint version to v1.49
  • 3c53093 chore: upgrade checkout version to v3
  • 39bc455 chore: upgrade dependency

Others

  • c834bc1 Example for traceId.
  • 2c90cac Merge pull request #25 from gin-contrib/dependabot/github_actions/golangci/golangci-lint-action-3
  • 40abd12 Merge pull request #29 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 88f01f4 Merge pull request #32 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 5b0f0a9 Merge pull request #34 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 755e78d Support logging Open Telemetry TraceId.
  • fe61b70 chore(CI/CD): add dependabot
  • 558f153 chore(CI/CD): remove macos-latest testing

v0.0.2

2 years ago