Skip to content

Releases: gin-contrib/zap

v1.1.7

28 Mar 03:35
49a0354

Choose a tag to compare

Changelog

Enhancements

Build process updates

  • 4e89f17: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@appleboy)

Others

v1.1.6

30 Nov 02:53
f5fa70b

Choose a tag to compare

Changelog

Enhancements

Build process updates

  • 377c87f: ci: integrate automated Trivy security scans and reporting (@appleboy)

v1.1.5

01 Apr 15:12
05e8246

Choose a tag to compare

Changelog

Enhancements

Build process updates

  • aff6330: ci(bearer): enhance GitHub workflow with Bearer action and diff option (@appleboy)
  • 899ccc9: ci: add GitHub Actions workflow for Bearer PR checks (@appleboy)
  • db615b5: ci: update GitHub actions and API usage for improved CI/CD (@appleboy)
  • ca1bc9c: ci: update GitHub Actions workflow for Go 1.24 compatibility (@appleboy)
  • 05e8246: ci: update and optimize Go linting configuration and toolchain (@appleboy)

Documentation updates

v1.1.4

18 Aug 03:29
4d85a5c

Choose a tag to compare

Changelog

Bug fixes

Enhancements

Build process updates

v1.1.3

03 May 05:16
e3d6f72

Choose a tag to compare

Changelog

Refactor

v1.1.2

03 May 05:05
78ab44e

Choose a tag to compare

Changelog

Enhancements

v1.1.1

23 Mar 00:20
173fe6c

Choose a tag to compare

Changelog

Enhancements

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

v1.1.0

02 Mar 04:47
ca35b5f

Choose a tag to compare

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

02 Mar 03:22
58dd173

Choose a tag to compare

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

07 Sep 15:55

Choose a tag to compare

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