Skip to content

Releases: gin-contrib/logger

v1.2.6

24 May 06:36
c19022f

Choose a tag to compare

Changelog

Bug fixes

Enhancements

  • df71c1c: chore: update gin-gonic and related dependencies to latest versions (@appleboy)

Refactor

Build process updates

  • 6d7ebfa: ci: update linting workflow to use latest golangci-lint versions (@appleboy)

v1.2.5

06 Apr 13:14
5ff2337

Choose a tag to compare

Changelog

Features

Refactor

  • 5ff2337: refactor: optimize API performance and improve cross-platform compatibility (@appleboy)

v1.2.4

05 Apr 02:55
77133ee

Choose a tag to compare

Changelog

Features

Enhancements

  • 7712471: chore: update dependencies and GitHub Actions workflows to latest versions (@appleboy)
  • cf5d8eb: chore: update Go version and upgrade dependencies (@appleboy)

Refactor

  • 77133ee: refactor: refactor logging and initialization for improved modularity (@appleboy)

Build process updates

v1.2.3

28 Dec 08:49
09eed32

Choose a tag to compare

Changelog

Enhancements

Refactor

v1.2.2

29 Nov 01:16
9df0507

Choose a tag to compare

Changelog

Features

Enhancements

Build process updates

  • 1aa84f4: ci(github): enhance GitHub workflow with Bearer action and diff option (@appleboy)

Documentation updates

  • a53e96f: docs(readme): refactor codebase and improve test coverage (@appleboy)
  • 62fff47: docs(readme): improve documentation and logging functionality (@appleboy)
  • 3624291: docs(readme): refactor and enhance codebase for better clarity and performance (@appleboy)
  • 9df0507: docs(readme): improve documentation and enforce interface checks (@appleboy)

v1.2.1

25 Nov 15:05
827919d

Choose a tag to compare

Changelog

Bug fixes

Enhancements

  • 827919d: chore(deps): update various Go dependencies to latest versions (@appleboy)

Build process updates

  • c18dbce: ci(github): update CI workflows and improve test coverage (@appleboy)

v1.2.0

09 Nov 02:44
ee07bd7

Choose a tag to compare

Changelog

Features

Enhancements

Build process updates

Documentation updates

v1.1.2

01 May 14:25
490ede4

Choose a tag to compare

Changelog

Enhancements

Build process updates

v1.1.1

23 Mar 11:55
23d5366

Choose a tag to compare

Changelog

Enhancements

  • 23d5366 chore: update third-party dependencies to latest versions
  • b2c1ea7 chore: update third-party dependencies to latest versions

Others

  • 8051f72 ci: refactor GitHub Actions Go workflow

v1.1.0

01 Mar 02:21
33e5eb0

Choose a tag to compare

Changelog

Features

  • e6115f7 feat: add example of skipper usage in main.go

Bug fixes

  • 5a50b5f fix(leak): don't mutate logger, just make events from it (#69)

Enhancements

  • 4ea20b3 chore: refine CI workflow and test parameters
  • 33e5eb0 chore: update dependencies to latest versions
  • 676ffb8 chore: update dependencies to latest versions

Others

  • d96c742 ci: enhance testing and CI configuration
  • a121293 ci: refine CI workflow and test configurations