Skip to content

build(deps): bump github.com/origadmin/runtime from 0.2.18 to 0.2.19#6

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/origadmin/runtime-0.2.19
Open

build(deps): bump github.com/origadmin/runtime from 0.2.18 to 0.2.19#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/origadmin/runtime-0.2.19

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps github.com/origadmin/runtime from 0.2.18 to 0.2.19.

Release notes

Sourced from github.com/origadmin/runtime's releases.

v0.2.19

0.2.19 (2026-03-17)

Features

  • app: extend App protobuf with project metadata and instance info (ab74f5e)
  • bootstrap: add automatic config decoding into target struct (3357a50)
  • component: add fluent interface methods for scope and tags in Locator (9d7eee6)
  • component: add RequirementResolver and Skip method to enhance component configuration (48acb1d)
  • component: implement default instance mapping and global resolver dispatch (530a04e)
  • config: add file filtering capability to file source configuration (df13040)
  • config: migrate to Kratos native config loader with enhanced operations (593e6b3)
  • configutil: add ExtractName and ExtractType functions for item name and type extraction (5bfbb11)
  • container: add component skip check and requirement resolver option (89750a4)
  • container: add support for default entries in registration options (84c3438)
  • container: enhance component instantiation with nil instance handling and on-demand creation (cdeeb54)
  • container: implement generic config resolution with default resolvers (a67eaef)
  • engine: add component tagging system with perspective-based visibility (e909e73)
  • engine: refactor component registration with scope support and iterator (309d341)
  • log: add global logger with thread-safe access (28959e3)
  • nats: add StreamConfig and auto_provision to NATS config (d593bc3)
  • nats: add StreamConfig and auto_provision to NATS config (2fe5f06)
  • runtime: add context utilities for option management (876da1e)
  • runtime: enhance configuration binding with dimension reduction support (f0ee64d)
  • runtime: introduce component contract system with registry refactoring (a420f7d)

Bug Fixes

  • container: correct instance lookup and locator scope handling (0257361)
  • examples: remove unnecessary ID parameter and fix logger reference (566b8e8)
  • middleware: return default clients for nil metadata configuration (fa18f31)
  • protoutil: replace proto.Marshal/Unmarshal with protojson in protoutil (28ab6fa)
Changelog

Sourced from github.com/origadmin/runtime's changelog.

0.2.19 (2026-03-17)

Features

  • app: extend App protobuf with project metadata and instance info (ab74f5e)
  • bootstrap: add automatic config decoding into target struct (3357a50)
  • component: add fluent interface methods for scope and tags in Locator (9d7eee6)
  • component: add RequirementResolver and Skip method to enhance component configuration (48acb1d)
  • component: implement default instance mapping and global resolver dispatch (530a04e)
  • config: add file filtering capability to file source configuration (df13040)
  • config: migrate to Kratos native config loader with enhanced operations (593e6b3)
  • configutil: add ExtractName and ExtractType functions for item name and type extraction (5bfbb11)
  • container: add component skip check and requirement resolver option (89750a4)
  • container: add support for default entries in registration options (84c3438)
  • container: enhance component instantiation with nil instance handling and on-demand creation (cdeeb54)
  • container: implement generic config resolution with default resolvers (a67eaef)
  • engine: add component tagging system with perspective-based visibility (e909e73)
  • engine: refactor component registration with scope support and iterator (309d341)
  • log: add global logger with thread-safe access (28959e3)
  • nats: add StreamConfig and auto_provision to NATS config (d593bc3)
  • nats: add StreamConfig and auto_provision to NATS config (2fe5f06)
  • runtime: add context utilities for option management (876da1e)
  • runtime: enhance configuration binding with dimension reduction support (f0ee64d)
  • runtime: introduce component contract system with registry refactoring (a420f7d)

Bug Fixes

  • container: correct instance lookup and locator scope handling (0257361)
  • examples: remove unnecessary ID parameter and fix logger reference (566b8e8)
  • middleware: return default clients for nil metadata configuration (fa18f31)
  • protoutil: replace proto.Marshal/Unmarshal with protojson in protoutil (28ab6fa)
Commits
  • 4ac0e5e chore(main): release 0.2.19
  • 7d087b2 chore(deps): update go module dependencies
  • 566b8e8 fix(examples): remove unnecessary ID parameter and fix logger reference
  • 620785b refactor(runtime): reorder fields in component registration and config structs
  • 0257361 fix(container): correct instance lookup and locator scope handling
  • b5b31bc refactor(comp): remove unused iterator interface dependency
  • cdeeb54 feat(container): enhance component instantiation with nil instance handling a...
  • fa18f31 fix(middleware): return default clients for nil metadata configuration
  • 519f652 refactor(engine): replace deprecated WithDefaultEntry and WithResolverOption ...
  • 5bfbb11 feat(configutil): add ExtractName and ExtractType functions for item name and...
  • Additional commits viewable 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/origadmin/runtime](https://github.com/origadmin/runtime) from 0.2.18 to 0.2.19.
- [Release notes](https://github.com/origadmin/runtime/releases)
- [Changelog](https://github.com/origadmin/runtime/blob/main/CHANGELOG.md)
- [Commits](origadmin/runtime@v0.2.18...v0.2.19)

---
updated-dependencies:
- dependency-name: github.com/origadmin/runtime
  dependency-version: 0.2.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants