Skip to content

build(deps): Bump github.com/xraph/go-utils from 1.1.0 to 1.1.1 in the minor-and-patch group#11

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-88cad69100
Closed

build(deps): Bump github.com/xraph/go-utils from 1.1.0 to 1.1.1 in the minor-and-patch group#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-88cad69100

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the minor-and-patch group with 1 update: github.com/xraph/go-utils.

Updates github.com/xraph/go-utils from 1.1.0 to 1.1.1

Release notes

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

Release v1.1.1

Installation

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

Or for individual packages:

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

Changes

Changes since v0.0.1:

33b51bb (HEAD -> main, origin/main) fix(lint): downgrade golangci-lint version to v2.6.1 and update gosec exclusions for integer conversions
c22ce6d fix(lint): update golangci-lint version to v2.10.1 and remove gosec exclusion for uintptr conversion
000bce6 fix(log): remove unnecessary nolint directive for uintptr conversion
0cacdc0 feat(context): implement context pooling to reduce GC pressure and improve performance
1e3c085 chore: update Go version to 1.25 in workflows and benchmark test
0eb2288 chore(go.mod): update Go version to 1.25.0
a0dad3f feat(cookie): add SameSite attribute to SetCookieWithOptions for enhanced security
0f44e84 fix(log): remove unnecessary nolint directive for uintptr conversion
5a0e47d refactor(tests): align tag formatting in TestStruct definitions for consistency
cb55475 refactor(binder): update tag precedence logic and add tests for default tag handling
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
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
</tr></table> 

... (truncated)

Changelog

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

[v1.1.1] - 2026-04-12

Changes since v0.0.1

  • 33b51bb (HEAD -> main, origin/main) fix(lint): downgrade golangci-lint version to v2.6.1 and update gosec exclusions for integer conversions
  • c22ce6d fix(lint): update golangci-lint version to v2.10.1 and remove gosec exclusion for uintptr conversion
  • 000bce6 fix(log): remove unnecessary nolint directive for uintptr conversion
  • 0cacdc0 feat(context): implement context pooling to reduce GC pressure and improve performance
  • 1e3c085 chore: update Go version to 1.25 in workflows and benchmark test
  • 0eb2288 chore(go.mod): update Go version to 1.25.0
  • a0dad3f feat(cookie): add SameSite attribute to SetCookieWithOptions for enhanced security
  • 0f44e84 fix(log): remove unnecessary nolint directive for uintptr conversion
  • 5a0e47d refactor(tests): align tag formatting in TestStruct definitions for consistency
  • cb55475 refactor(binder): update tag precedence logic and add tests for default tag handling
  • 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
  • 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
  • 27c64d1 chore: Update CHANGELOG.md for v1.1.1
  • 33b51bb fix(lint): downgrade golangci-lint version to v2.6.1 and update gosec exclusi...
  • c22ce6d fix(lint): update golangci-lint version to v2.10.1 and remove gosec exclusion...
  • 000bce6 fix(log): remove unnecessary nolint directive for uintptr conversion
  • 0cacdc0 feat(context): implement context pooling to reduce GC pressure and improve pe...
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update: [github.com/xraph/go-utils](https://github.com/xraph/go-utils).


Updates `github.com/xraph/go-utils` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/xraph/go-utils/releases)
- [Changelog](https://github.com/xraph/go-utils/blob/v1.1.1/CHANGELOG.md)
- [Commits](xraph/go-utils@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: github.com/xraph/go-utils
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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

dependabot bot commented on behalf of github Apr 13, 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
Copy Markdown

vercel bot commented Apr 13, 2026

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

Project Deployment Actions Updated (UTC)
grove Ready Ready Preview, Comment Apr 13, 2026 9:03am

Request Review

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 13, 2026

Looks like github.com/xraph/go-utils is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/minor-and-patch-88cad69100 branch April 13, 2026 16:55
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