Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 10 updates#16

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-8d135f6b7d
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 10 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-8d135f6b7d

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
github.com/a-h/templ 0.3.1001 0.3.1020
github.com/xraph/forge 1.4.1 1.6.2
github.com/xraph/grove 1.4.1 1.5.1
github.com/xraph/grove/drivers/mongodriver 1.4.1 1.5.1
github.com/xraph/grove/drivers/pgdriver 1.4.1 1.5.1
github.com/xraph/grove/drivers/sqlitedriver 1.4.1 1.5.1
go.mongodb.org/mongo-driver/v2 2.5.0 2.6.0

Updates github.com/a-h/templ from 0.3.1001 to 0.3.1020

Release notes

Sourced from github.com/a-h/templ's releases.

v0.3.1020

Changelog

  • 09d6b02 chore: bump version
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • f3d595c feat: add Range to ExpressionAttribute nodes (#1347)
  • 82af17c feat: add Range to GoCode nodes (#1348)
  • cf98cdc feat: add Range to StringExpression nodes (#1349)
  • ff38cee feat: add ranges for attribute node values (#1383)
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to running map (#1382)
  • 410a80e fix(lsp): delete $GOROOT hack in uri.File
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b2952ed fix: clear children context in Fragment.Render (#1360)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • 7adcb62 fix: show correct updates based on written Go files without watch (#1363)
  • aa493e0 fix: track Range for non-JavaScript ScriptExpression nodes (#1350)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)
  • 83176f9 fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes #1354
Commits
  • 09d6b02 chore: bump version
  • ff38cee feat: add ranges for attribute node values (#1383)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to `run...
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is render...
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • Additional commits viewable in compare view

Updates github.com/xraph/farp from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/xraph/farp's releases.

v1.1.0

1.1.0 (2026-04-12)

Features

  • add collapse_service_tags option to MergerConfig and implement default method for Merger (6f1a987)
  • add path matching and rules for API route inclusion/exclusion (52f9c46)
  • Enhance OpenAPI provider to build paths from application routes (8407831)
  • Enhance service routing capabilities with route table and checksum (5f25ffb)
  • implement v1.1.0 service discovery, manifest route checksums, and extended specification documentation (09ce459)
  • update release workflow to support manual triggers and improve CI status checks (3162b6c)

Code Refactoring

  • clean up code by adding missing line breaks and comments for clarity (d8fc45d)
Changelog

Sourced from github.com/xraph/farp's changelog.

1.1.0 (2026-04-12)

Features

  • add collapse_service_tags option to MergerConfig and implement default method for Merger (6f1a987)
  • add path matching and rules for API route inclusion/exclusion (52f9c46)
  • Enhance OpenAPI provider to build paths from application routes (8407831)
  • Enhance service routing capabilities with route table and checksum (5f25ffb)
  • implement v1.1.0 service discovery, manifest route checksums, and extended specification documentation (09ce459)
  • update release workflow to support manual triggers and improve CI status checks (3162b6c)

Code Refactoring

  • clean up code by adding missing line breaks and comments for clarity (d8fc45d)
Commits
  • 0b43a9d chore(release): 1.1.0 [skip ci]
  • 6f1a987 feat: add collapse_service_tags option to MergerConfig and implement default ...
  • 3162b6c feat: update release workflow to support manual triggers and improve CI statu...
  • accac03 style: improve code formatting by adding line breaks for better readability
  • d8fc45d refactor: clean up code by adding missing line breaks and comments for clarity
  • 52f9c46 feat: add path matching and rules for API route inclusion/exclusion
  • 8407831 feat: Enhance OpenAPI provider to build paths from application routes
  • 09ce459 feat: implement v1.1.0 service discovery, manifest route checksums, and exten...
  • 5f25ffb feat: Enhance service routing capabilities with route table and checksum
  • See full diff in compare view

Updates github.com/xraph/forge from 1.4.1 to 1.6.2

Release notes

Sourced from github.com/xraph/forge's releases.

v1.6.2

Forge Framework v1.6.2 (2026-05-05T04:19:50Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 6e53722d044cab0697eb170637578ecb3103f7b3: feat(contributor): implement header forwarding and proxying for remote page requests (@​juicycleff)
  • 405d586a1ec97419793d2e292d38f0ba605a06fb: feat(dashboard): implement remote contributor registration and management with auto-filtering for local services (@​juicycleff)

Documentation Updates

  • e3ad82924f7ad4b9b7e11ba8687c0f0d9cb8999b: docs(changelog): update CHANGELOG.md for v1.6.1 (@​github-actions[bot])

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.6.2

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Package Managers

# Homebrew (macOS/Linux)
brew install xraph/tap/forge
Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forge

What's Changed

Full changelog: xraph/forge@v1.6.1...v1.6.2

v1.6.1

Forge Framework v1.6.1 (2026-05-01T16:58:33Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

  • 9d521da0bd889152d90b463879dbca5858333576: fix(dashboard): refactor contributor registration to handle early returns correctly (@​juicycleff)

Documentation Updates

  • dfb1d9118d6871d1c7b908d050cd6e0a61fe2f50: docs(changelog): update CHANGELOG.md for v1.6.0 (@​github-actions[bot])

Other Changes

  • 40b2ddce2133eef44c33a2e09b8416aae9f9b0bd: Refactor dashboard extension to support remote contributors (@​juicycleff)

Installation

... (truncated)

Changelog

Sourced from github.com/xraph/forge's changelog.

1.6.2 (2026-05-05)

Maintenance

  • changelog: update CHANGELOG.md for v1.6.1 (e3ad829)

1.6.1 (2026-05-01)

Maintenance

  • changelog: update CHANGELOG.md for v1.6.0 (dfb1d91)

1.6.0 (2026-04-13)

Features

  • pprof: add pprofIndexPage for runtime profiling visualization (074bfc7)
  • metrics: add time-series storage and querying capabilities (1109d4c)

Bug Fixes

  • health: update service health check to return healthy status for registered services (0adf268)

Maintenance

  • Update vessel dependency to v1.0.2 across multiple extensions and examples (9b0d86a)
  • Update vessel dependency to v1.0.1 across multiple extensions (6733054)
  • changelog: update CHANGELOG.md for v1.4.5 (fc08cce)

1.4.5 (2026-04-03)

Refactoring

  • cli: Refactor CLI to support lazy app resolution and enhance migration command handling (43df33e)

Maintenance

  • Update dependencies across multiple modules to latest versions (d4285a1)
  • Update dependencies in go.mod and go.sum (a7d5e33)
  • changelog: update CHANGELOG.md for v1.4.4 (ae5f172)

1.4.4 (2026-03-31)

... (truncated)

Commits
  • 80f5e19 Merge branch 'main' of github.com:xraph/forge
  • 6e53722 feat(contributor): implement header forwarding and proxying for remote page r...
  • 405d586 feat(dashboard): implement remote contributor registration and management wit...
  • e3ad829 docs(changelog): update CHANGELOG.md for v1.6.1
  • 40b2ddc Refactor dashboard extension to support remote contributors
  • 15a7889 Merge branch 'main' of github.com:xraph/forge
  • 9d521da fix(dashboard): refactor contributor registration to handle early returns cor...
  • dfb1d91 docs(changelog): update CHANGELOG.md for v1.6.0
  • 9b0d86a Update vessel dependency to v1.0.2 across multiple extensions and examples
  • 0adf268 fix(health): update service health check to return healthy status for registe...
  • Additional commits viewable in compare view

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

Updates github.com/xraph/grove from 1.4.1 to 1.5.1

Release notes

Sourced from github.com/xraph/grove's releases.

v1.5.1

Changes

  • feat: add verification and tagging for KV extension module in release workflow (c300a12)

Installation

go get github.com/xraph/grove@v1.5.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.5.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.5.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.5.1
go get github.com/xraph/grove/drivers/mongodriver@v1.5.1
go get github.com/xraph/grove/drivers/tursodriver@v1.5.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.5.1
go get github.com/xraph/grove/drivers/esdriver@v1.5.1

Forge extension:

go get github.com/xraph/grove/extension@v1.5.1

KV store:

go get github.com/xraph/grove/kv@v1.5.1

KV Forge extension:

go get github.com/xraph/grove/kv/extension@v1.5.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.5.1

Full Changelog: xraph/grove@v1.5.0...v1.5.1

... (truncated)

Commits
  • c300a12 feat: add verification and tagging for KV extension module in release workflow
  • 702ff97 style: format struct fields for improved readability in Syncer
  • 8bbb7c5 Update dependencies for improved functionality and performance
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/mongodriver from 1.4.1 to 1.5.1

Release notes

Sourced from github.com/xraph/grove/drivers/mongodriver's releases.

v1.5.1

Changes

  • feat: add verification and tagging for KV extension module in release workflow (c300a12)

Installation

go get github.com/xraph/grove@v1.5.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.5.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.5.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.5.1
go get github.com/xraph/grove/drivers/mongodriver@v1.5.1
go get github.com/xraph/grove/drivers/tursodriver@v1.5.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.5.1
go get github.com/xraph/grove/drivers/esdriver@v1.5.1

Forge extension:

go get github.com/xraph/grove/extension@v1.5.1

KV store:

go get github.com/xraph/grove/kv@v1.5.1

KV Forge extension:

go get github.com/xraph/grove/kv/extension@v1.5.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.5.1

Full Changelog: xraph/grove@v1.5.0...v1.5.1

... (truncated)

Commits
  • c300a12 feat: add verification and tagging for KV extension module in release workflow
  • 702ff97 style: format struct fields for improved readability in Syncer
  • 8bbb7c5 Update dependencies for improved functionality and performance
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/pgdriver from 1.4.1 to 1.5.1

Release notes

Sourced from github.com/xraph/grove/drivers/pgdriver's releases.

v1.5.1

Changes

  • feat: add verification and tagging for KV extension module in release workflow (c300a12)

Installation

go get github.com/xraph/grove@v1.5.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.5.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.5.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.5.1
go get github.com/xraph/grove/drivers/mongodriver@v1.5.1
go get github.com/xraph/grove/drivers/tursodriver@v1.5.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.5.1
go get github.com/xraph/grove/drivers/esdriver@v1.5.1

Forge extension:

go get github.com/xraph/grove/extension@v1.5.1

KV store:

go get github.com/xraph/grove/kv@v1.5.1

KV Forge extension:

go get github.com/xraph/grove/kv/extension@v1.5.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.5.1

Full Changelog: xraph/grove@v1.5.0...v1.5.1

... (truncated)

Commits
  • c300a12 feat: add verification and tagging for KV extension module in release workflow
  • 702ff97 style: format struct fields for improved readability in Syncer
  • 8bbb7c5 Update dependencies for improved functionality and performance
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/grove/drivers/sqlitedriver from 1.4.1 to 1.5.1

Release notes

Sourced from github.com/xraph/grove/drivers/sqlitedriver's releases.

v1.5.1

Changes

  • feat: add verification and tagging for KV extension module in release workflow (c300a12)

Installation

go get github.com/xraph/grove@v1.5.1

Driver sub-modules:

go get github.com/xraph/grove/drivers/pgdriver@v1.5.1
go get github.com/xraph/grove/drivers/mysqldriver@v1.5.1
go get github.com/xraph/grove/drivers/sqlitedriver@v1.5.1
go get github.com/xraph/grove/drivers/mongodriver@v1.5.1
go get github.com/xraph/grove/drivers/tursodriver@v1.5.1
go get github.com/xraph/grove/drivers/clickhousedriver@v1.5.1
go get github.com/xraph/grove/drivers/esdriver@v1.5.1

Forge extension:

go get github.com/xraph/grove/extension@v1.5.1

KV store:

go get github.com/xraph/grove/kv@v1.5.1

KV Forge extension:

go get github.com/xraph/grove/kv/extension@v1.5.1

KV driver sub-modules:

go get github.com/xraph/grove/kv/drivers/badgerdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/boltdriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/dynamodriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/memcacheddriver@v1.5.1
go get github.com/xraph/grove/kv/drivers/redisdriver@v1.5.1

Full Changelog: xraph/grove@v1.5.0...v1.5.1

... (truncated)

Commits
  • c300a12 feat: add verification and tagging for KV extension module in release workflow
  • 702ff97 style: format struct fields for improved readability in Syncer
  • 8bbb7c5 Update dependencies for improved functionality and performance
  • aa4e312 feat(crdt): add Forge WebSocket transport adapter and tests
  • 4956ceb feat(crdt): add selective sync support with SyncFilter in PullRequest
  • 6eade96 feat: ensure advisory locks are released with uncancellable context during mi...
  • af4c028 feat: implement retry mechanism for migration lock acquisition with exponenti...
  • See full diff in compare view

Updates github.com/xraph/vessel from 1.0.0 to 1.0.2

Release notes

Sourced from github.com/xraph/vessel's releases.

Release v1.0.2

Installation

go get github.com/xraph/vessel@v1.0.2

Or for individual packages:

go get github.com/xraph/vessel/errs@v1.0.2
go get github.com/xraph/vessel/log@v1.0.2

Changes

Initial release:

c23529e (HEAD -> main, origin/main) refactor: improve healthCapableNames function for deterministic service name resolution
f59ef0f chore(deps): update go version to 1.25.0 and upgrade go-utils to v1.1.1
0a326d2 refactor: remove unused names function from typeRegistry
643761e feat: add settings.local.json for permission configurations
44e3f00 feat: add ProvideValue function for singleton service registration and deprecate old methods
e8e5544 chore(deps): remove unused uber dependencies from go.mod and go.sum
712063a lint: formatted code
cd0f8a1 refactor: breaking change to make the API stable
916a5bf feat: introduce eager instantiation support in constructor registration
2122099 feat: add support for service aliases in constructor registration
db4a6f0 chore(deps): update go-utils dependency to v0.0.5 in go.sum
17e4617 chore(deps): update go-utils dependency to v0.0.5
aa41455 feat: implement constructor injection framework with In/Out structs
180f346 docs: update benchmark results and performance characteristics in README
ebb498d feat: add middleware support for service resolution and lifecycle management
9e2a6dd chore(deps): remove local replacement for go-utils and update go.sum
8fc60da refactor(error): improve type mismatch error messaging in Resolve functions
7950df4 refactor(di): streamline container creation and improve error messaging
36e2b83 feat(di): Implement Forge Dependency Injection system with service lifecycle management

Documentation

Release v1.0.1

Installation

... (truncated)

Changelog

Sourced from github.com/xraph/vessel's changelog.

[v1.0.2] - 2026-04-13

Initial Release

  • c23529e (HEAD -> main, origin/main) refactor: improve healthCapableNames function for deterministic service name resolution
  • f59ef0f chore(deps): update go version to 1.25.0 and upgrade go-utils to v1.1.1
  • 0a326d2 refactor: remove unused names function from typeRegistry
  • 643761e feat: add settings.local.json for permission configurations
  • 44e3f00 feat: add ProvideValue function for singleton service registration and deprecate old methods
  • e8e5544 chore(deps): remove unused uber dependencies from go.mod and go.sum
  • 712063a lint: formatted code
  • cd0f8a1 refactor: breaking change to make the API stable
  • 916a5bf feat: introduce eager instantiation support in constructor registration
  • 2122099 feat: add support for service aliases in constructor registration
  • db4a6f0 chore(deps): update go-utils dependency to v0.0.5 in go.sum
  • 17e4617 chore(deps): update go-utils dependency to v0.0.5
  • aa41455 feat: implement constructor injection framework with In/Out structs
  • 180f346 docs: update benchmark results and performance characteristics in README
  • ebb498d feat: add middleware support for service resolution and lifecycle management
  • 9e2a6dd chore(deps): remove local replacement for go-utils and update go.sum
  • 8fc60da refactor(error): improve type mismatch error messaging in Resolve functions
  • 7950df4 refactor(di): streamline container creation and improve error messaging
  • 36e2b83 feat(di): Implement Forge Dependency Injection system with service lifecycle management
Commits
  • 79c8c20 chore: Update CHANGELOG.md for v1.0.2
  • c23529e refactor: improve healthCapableNames function for deterministic service name ...
  • f59ef0f chore(deps): update go version to 1.25.0 and upgrade go-utils to v1.1.1
  • See full diff in compare view

Updates go.mongodb.org/mongo-driver/v2 from 2.5.0 to 2.6.0

Release notes

Sourced from go.mongodb.org/mongo-driver/v2's releases.

MongoDB Go Driver 2.6.0

The MongoDB Go Driver Team is pleased to release version 2.6.0 of the official MongoDB Go Driver.

Release Highlights

[!IMPORTANT] Go Driver v2.6 will be the last minor version to support MongoDB 4.2. Go Driver v2.7 will require MongoDB 4.4 or newer.

This release adds support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features. The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.

Two new methods of ClientOptions are available:

  • SetMaxAdaptiveRetries - specifies the maximum number of times the driver should retry operations that fail with a server side overload error. If not invoked, the default is 2. MaxAdaptiveRetries can also be set through the "maxAdaptiveRetries" URI option (e.g. "maxAdaptiveRetries=5").
  • SetEnableOverloadRetargeting - specifies whether the driver should enable overload retargeting for operations that fail with a server side overload error. If not invoked, the default is false. EnableOverloadRetargeting can also be set through the "enableOverloadRetargeting" URI option (e.g. "enableOverloadRetargeting=true").

What's Changed

✨ New Features

Full Changelog: mongodb/mongo-go-driver@v2.5.1...v2.6.0

For a full list of tickets included in this release, please see the list of fixed issues.

Documentation for the Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go Driver is greatly appreciated!

MongoDB Go Driver 2.5.1

The MongoDB Go Driver Team is pleased to release version 2.5.1 of the official MongoDB Go Driver.

Release Highlights

This release fixes two BSON unmarshaling edge cases.

What's Changed

🐛 Fixed

... (truncated)

Commits
  • fd85a83 BUMP v2.6.0
  • 52b385d GODRIVER-3829 Cleanup skip list. (#2369)
  • 71375d7 Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.1...
  • 65f4e94 GODRIVER-3870 Use a generic type parameter for retry func in overload code ex...
  • 00ab776 GODRIVER-3849 Update backpressure errors handling examples. (#2365)
  • fa56c25 Bump github/codeql-action from 4.35.1 to 4.35.2 in the actions group (#2367)
  • 4ee727e GODRIVER-3844 Add maxAdaptiveRetries and enableOverloadRetargeting option...
  • 881269a GODRIVER-3810 Update WithTransaction to raise timeout error. (#2344)
  • c1d47f7 Bump actions/upload-artifact from 7.0.0 to 7.0.1 in the actions group (#2361)
  • 9a15470 GODRIVER-3658 Implement backpressure retry logic. (#2353)
  • Additional commits viewable in compare view

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

…0 updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.3.1001` | `0.3.1020` |
| [github.com/xraph/forge](https://github.com/xraph/forge) | `1.4.1` | `1.6.2` |
| [github.com/xraph/grove](https://github.com/xraph/grove) | `1.4.1` | `1.5.1` |
| [github.com/xraph/grove/drivers/mongodriver](https://github.com/xraph/grove) | `1.4.1` | `1.5.1` |
| [github.com/xraph/grove/drivers/pgdriver](https://github.com/xraph/grove) | `1.4.1` | `1.5.1` |
| [github.com/xraph/grove/drivers/sqlitedriver](https://github.com/xraph/grove) | `1.4.1` | `1.5.1` |
| [go.mongodb.org/mongo-driver/v2](https://github.com/mongodb/mongo-go-driver) | `2.5.0` | `2.6.0` |



Updates `github.com/a-h/templ` from 0.3.1001 to 0.3.1020
- [Release notes](https://github.com/a-h/templ/releases)
- [Commits](a-h/templ@v0.3.1001...v0.3.1020)

Updates `github.com/xraph/farp` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/xraph/farp/releases)
- [Changelog](https://github.com/xraph/farp/blob/main/CHANGELOG.md)
- [Commits](xraph/farp@v1.0.2...v1.1.0)

Updates `github.com/xraph/forge` from 1.4.1 to 1.6.2
- [Release notes](https://github.com/xraph/forge/releases)
- [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md)
- [Commits](xraph/forge@v1.4.1...v1.6.2)

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)

Updates `github.com/xraph/grove` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.5.1)

Updates `github.com/xraph/grove/drivers/mongodriver` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.5.1)

Updates `github.com/xraph/grove/drivers/pgdriver` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.5.1)

Updates `github.com/xraph/grove/drivers/sqlitedriver` from 1.4.1 to 1.5.1
- [Release notes](https://github.com/xraph/grove/releases)
- [Commits](xraph/grove@v1.4.1...v1.5.1)

Updates `github.com/xraph/vessel` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/xraph/vessel/releases)
- [Changelog](https://github.com/xraph/vessel/blob/v1.0.2/CHANGELOG.md)
- [Commits](xraph/vessel@v1.0.0...v1.0.2)

Updates `go.mongodb.org/mongo-driver/v2` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.1020
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/farp
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/forge
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- 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
- dependency-name: github.com/xraph/grove
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/mongodriver
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/pgdriver
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/grove/drivers/sqlitedriver
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/vessel
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: go.mongodb.org/mongo-driver/v2
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 11, 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 May 11, 2026

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

Project Deployment Actions Updated (UTC)
bastion Ready Ready Preview, Comment May 11, 2026 7:55pm

Request Review

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 18, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/minor-and-patch-8d135f6b7d branch May 18, 2026 18:32
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