Skip to content

build(deps): bump github.com/xraph/go-utils from 0.0.11 to 1.0.0#7

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/xraph/go-utils-1.0.0
Open

build(deps): bump github.com/xraph/go-utils from 0.0.11 to 1.0.0#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/xraph/go-utils-1.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps github.com/xraph/go-utils from 0.0.11 to 1.0.0.

Release notes

Sourced from github.com/xraph/go-utils's releases.

Release v1.0.0

Installation

go get github.com/xraph/go-utils@v1.0.0

Or for individual packages:

go get github.com/xraph/go-utils/errs@v1.0.0
go get github.com/xraph/go-utils/log@v1.0.0

Changes

Changes since v0.0.1:

4012bb6 (HEAD -> main, origin/main) fix(log): remove unnecessary nolint directive for uintptr conversion
c7a089f refactor: simplify tag parsing logic in multiple files
44b2929 refactor(service): improve documentation and structure of service interfaces
6f02c47 fix(metrics): handle potential error in CalculateStats method
7caed63 feat(metrics): enhance health report with statistics tracking
83440c5 fix(metrics): update JSON tags for Created and Updated fields to omit zero values
4537ca1 feat(metrics): enhance histogram and timer functionalities with examples and tests
3ab50cb feat(metrics): add support for default tags in metrics collection
452cd3d refactor(metrics): update metric creation functions to use consistent naming
1606e44 feat(metrics): enhance logging for metrics operations
1c0f6a3 feat(metrics): add comprehensive metrics implementation documentation
84e3c96 feat(metrics): add utility functions and validation for metric labels
686c89d feat(metrics): implement collectors for automatic metric collection
e4d6283 feat(metrics): add example tests and benchmarks for metrics functionality
cc4640a feat(metrics): introduce summary metric type and exemplar support
855cadc feat(metrics): add default bucket configurations and metadata options for metrics
ba6df1f feat(metrics): make MetricsStorageConfig and MetricsExporterConfig generic
8ddd2f0 refactor(tests): remove unnecessary blank line in external_test.go
0eb309c feat(metrics): add mock implementations for metrics and health management
3e1c43d feat(log): add utility function to create new log fields
57a49b3 feat(errs): add ErrorHandler interface for handling HTTP errors
e738cfe fix: update go.mod and go.sum to remove indirect dependency on validator and add assert package
da05db0 feat(docs): update README with Go version, enhance package descriptions, and add new sections for DI, HTTP handling, and validation utilities
16e8aa2 Add validation framework with benchmarks and tests
1ff5ddc feat(validation): add validation error handling with structured response
ea32af7 feat(di): implement dependency injection container with lifecycle management

Documentation

... (truncated)

Changelog

Sourced from github.com/xraph/go-utils's changelog.

[v1.0.0] - 2026-02-27

Changes since v0.0.1

  • 4012bb6 (HEAD -> main, origin/main) fix(log): remove unnecessary nolint directive for uintptr conversion
  • c7a089f refactor: simplify tag parsing logic in multiple files
  • 44b2929 refactor(service): improve documentation and structure of service interfaces
  • 6f02c47 fix(metrics): handle potential error in CalculateStats method
  • 7caed63 feat(metrics): enhance health report with statistics tracking
  • 83440c5 fix(metrics): update JSON tags for Created and Updated fields to omit zero values
  • 4537ca1 feat(metrics): enhance histogram and timer functionalities with examples and tests
  • 3ab50cb feat(metrics): add support for default tags in metrics collection
  • 452cd3d refactor(metrics): update metric creation functions to use consistent naming
  • 1606e44 feat(metrics): enhance logging for metrics operations
  • 1c0f6a3 feat(metrics): add comprehensive metrics implementation documentation
  • 84e3c96 feat(metrics): add utility functions and validation for metric labels
  • 686c89d feat(metrics): implement collectors for automatic metric collection
  • e4d6283 feat(metrics): add example tests and benchmarks for metrics functionality
  • cc4640a feat(metrics): introduce summary metric type and exemplar support
  • 855cadc feat(metrics): add default bucket configurations and metadata options for metrics
  • ba6df1f feat(metrics): make MetricsStorageConfig and MetricsExporterConfig generic
  • 8ddd2f0 refactor(tests): remove unnecessary blank line in external_test.go
  • 0eb309c feat(metrics): add mock implementations for metrics and health management
  • 3e1c43d feat(log): add utility function to create new log fields
  • 57a49b3 feat(errs): add ErrorHandler interface for handling HTTP errors
  • e738cfe fix: update go.mod and go.sum to remove indirect dependency on validator and add assert package
  • da05db0 feat(docs): update README with Go version, enhance package descriptions, and add new sections for DI, HTTP handling, and validation utilities
  • 16e8aa2 Add validation framework with benchmarks and tests
  • 1ff5ddc feat(validation): add validation error handling with structured response
  • ea32af7 feat(di): implement dependency injection container with lifecycle management
Commits
  • b8899e6 chore: Update CHANGELOG.md for v1.0.0
  • 4012bb6 fix(log): remove unnecessary nolint directive for uintptr conversion
  • c7a089f refactor: simplify tag parsing logic in multiple files
  • 44b2929 refactor(service): improve documentation and structure of service interfaces
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/xraph/go-utils](https://github.com/xraph/go-utils) from 0.0.11 to 1.0.0.
- [Release notes](https://github.com/xraph/go-utils/releases)
- [Changelog](https://github.com/xraph/go-utils/blob/v1.0.0/CHANGELOG.md)
- [Commits](xraph/go-utils@v0.0.11...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/xraph/go-utils
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
shield Ready Ready Preview, Comment Mar 2, 2026 8:14pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants