PackageTrack
Sign in Get early access

github.com/gin-contrib/zap

v1.1.7 #2432 most downloaded on Go modules gin-contrib/zap

What this package is like to depend on

Last release 1 months ago

18 Jul 2026

Release timing varies

gaps range from 1 weeks to 8 months

Most releases are documented

notes for 10 of 13 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

73 releases · first in 2017

5 releases in the last 12 months

see the full history below

Release timeline

73 releases · Sep 2017 to Jul 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 73
  1. v1.1.8-0.20260718025901-b13faac714ac 18 Jul 2026 pre-release

    Nothing published for this version

  2. v1.1.7 28 Mar 2026
    Release notes

    Changelog

    Enhancements

    Build process updates

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

    Others

    Open source →
  3. v1.1.7-0.20251130042515-229a450236f8 30 Nov 2025 pre-release

    Nothing published for this version

  4. v1.1.7-0.20251130031217-f61266b8da77 30 Nov 2025 pre-release

    Nothing published for this version

  5. v1.1.6 30 Nov 2025
    Release notes

    Changelog

    Enhancements

    Build process updates

    • 377c87f: ci: integrate automated Trivy security scans and reporting (@appleboy)
    Open source →
  6. v1.1.6-0.20250408032820-501c4a9d9932 08 Apr 2025 pre-release

    Nothing published for this version

  7. v1.1.5 01 Apr 2025
    Release notes

    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

    Open source →
  8. v1.1.5-0.20250212014315-ca1bc9c3ccf1 12 Feb 2025 pre-release

    Nothing published for this version

  9. v1.1.5-0.20241229015700-db615b519d32 29 Dec 2024 pre-release

    Nothing published for this version

  10. v1.1.5-0.20241126110120-aff63304f11f 26 Nov 2024 pre-release

    Nothing published for this version

  11. v1.1.5-0.20241109035951-b95a398fd4ef 09 Nov 2024 pre-release

    Nothing published for this version

  12. v1.1.5-0.20240921062249-a7617b97c91b 21 Sep 2024 pre-release

    Nothing published for this version

  13. v1.1.4 18 Aug 2024
    Release notes

    Changelog

    Bug fixes

    Enhancements

    Build process updates

    Open source →
  14. v1.1.4-0.20240818032824-4d85a5c57393 18 Aug 2024 pre-release

    Nothing published for this version

  15. v1.1.4-0.20240818032713-a761fbc9136e 18 Aug 2024 pre-release

    Nothing published for this version

  16. v1.1.4-0.20240624080337-3d5128235621 24 Jun 2024 pre-release

    Nothing published for this version

  17. v1.1.4-0.20240614005042-3431177b820f 14 Jun 2024 pre-release

    Nothing published for this version

  18. v1.1.4-0.20240531121103-9957935e9f29 31 May 2024 pre-release

    Nothing published for this version

  19. v1.1.4-0.20240511025217-43127d6e1ca7 11 May 2024 pre-release

    Nothing published for this version

  20. v1.1.3 03 May 2024
    Release notes

    Changelog

    Refactor

    Open source →
  21. v1.1.3-0.20240503051408-e3d6f724f4ed 03 May 2024 pre-release

    Nothing published for this version

  22. v1.1.2 03 May 2024
    Release notes

    Changelog

    Enhancements

    Open source →
  23. v1.1.1 23 Mar 2024
    Release notes

    Changelog

    Enhancements

    • 173fe6c chore: update third-party dependencies to latest versions
    Open source →
  24. v1.1.1-0.20240323001945-173fe6c2ee6c 23 Mar 2024 pre-release

    Nothing published for this version

  25. v1.1.0 02 Mar 2024
    Release notes

    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
    Open source →
  26. v1.0.1-0.20240302044502-ca35b5f8b127 02 Mar 2024 pre-release

    Nothing published for this version

  27. v1.0.1-0.20240302032933-d5accece70dd 02 Mar 2024 pre-release

    Nothing published for this version

  28. v1.0.0 02 Mar 2024
    Release notes

    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
    Open source →
  29. v0.2.1-0.20231230013535-d017ca5e380d 30 Dec 2023 pre-release

    Nothing published for this version

  30. v0.2.1-0.20231211133816-cd1bff65cf43 11 Dec 2023 pre-release

    Nothing published for this version

  31. v0.2.1-0.20231127145052-a63110ea4faa 27 Nov 2023 pre-release

    Nothing published for this version

  32. v0.2.1-0.20231126103221-1358676f653d 26 Nov 2023 pre-release

    Nothing published for this version

  33. v0.2.1-0.20231010071004-4da7ce3746b9 10 Oct 2023 pre-release

    Nothing published for this version

  34. v0.2.1-0.20231006154605-6f17b6f7936c 06 Oct 2023 pre-release

    Nothing published for this version

  35. v0.2.1-0.20231005144543-c5decc34daa0 05 Oct 2023 pre-release

    Nothing published for this version

  36. v0.2.1-0.20230907160310-737c214d8a70 07 Sep 2023 pre-release

    Nothing published for this version

  37. v0.2.0 07 Sep 2023
    Release notes

    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
    Open source →
  38. v0.1.1-0.20230906160232-33fb00801ade 06 Sep 2023 pre-release

    Nothing published for this version

  39. v0.1.1-0.20230208011517-a584183e87e5 08 Feb 2023 pre-release

    Nothing published for this version

  40. v0.1.1-0.20220918045102-48fef55a1bc5 18 Sep 2022 pre-release

    Nothing published for this version

  41. v0.1.1-0.20220916014433-fe995dfc9490 16 Sep 2022 pre-release

    Nothing published for this version

  42. v0.1.0 15 Sep 2022

    Nothing published for this version

  43. v0.0.3-0.20220914012406-30de6b1fdab8 14 Sep 2022 pre-release

    Nothing published for this version

  44. v0.0.3-0.20220911131842-37effbcd7067 11 Sep 2022 pre-release

    Nothing published for this version

  45. v0.0.3-0.20220906112703-39bc4555fb45 06 Sep 2022 pre-release

    Nothing published for this version

  46. v0.0.3-0.20220829131929-c6cdd5ae87c7 29 Aug 2022 pre-release

    Nothing published for this version

  47. v0.0.3-0.20220707104134-2c90cac9258c 07 Jul 2022 pre-release

    Nothing published for this version

  48. v0.0.3-0.20220531052626-7f5e9264ad2f 31 May 2022 pre-release

    Nothing published for this version

  49. v0.0.3-0.20220501091154-b36edc1dd5a2 01 May 2022 pre-release

    Nothing published for this version

  50. v0.0.3-0.20220427085234-0c2b37d8e1fb 27 Apr 2022 pre-release

    Nothing published for this version

  51. v0.0.3-0.20220323090702-558f153b21dd 23 Mar 2022 pre-release

    Nothing published for this version

  52. v0.0.3-0.20220318013026-3c5309388768 18 Mar 2022 pre-release

    Nothing published for this version

  53. v0.0.3-0.20220203235041-07883db9c719 03 Feb 2022 pre-release

    Nothing published for this version

  54. v0.0.2 09 Dec 2021

    Nothing published for this version

  55. v0.0.2-0.20211209040857-fad64cf4c949 09 Dec 2021 pre-release

    Nothing published for this version

  56. v0.0.2-0.20210831002413-de3bf1063d79 31 Aug 2021 pre-release

    Nothing published for this version

  57. v0.0.2-0.20210404223139-062a8ac60656 04 Apr 2021 pre-release

    Nothing published for this version

  58. v0.0.2-0.20200919152106-d409c26b5e15 19 Sep 2020 pre-release

    Nothing published for this version

  59. v0.0.2-0.20200815104131-21dde43ac01e 15 Aug 2020 pre-release

    Nothing published for this version

  60. v0.0.2-0.20200514150002-270883e70cf2 14 May 2020 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive