Skip to content

Bump github.com/dogmatiq/enginekit from 0.25.0 to 0.26.3#221

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dogmatiq/enginekit-0.26.3
Open

Bump github.com/dogmatiq/enginekit from 0.25.0 to 0.26.3#221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dogmatiq/enginekit-0.26.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/dogmatiq/enginekit from 0.25.0 to 0.26.3.

Release notes

Sourced from github.com/dogmatiq/enginekit's releases.

Version 0.26.3

Changed

  • envelopepb.Unpack() is now generic: Unpack[T dogma.Message](https://github.com/dogmatiq/enginekit/blob/HEAD/env) (T, error). T may be a message interface such as dogma.Command or a concrete message type.

Version 0.26.2

Added

  • Added envelopepb.MultiEnvelope.All().

Version 0.26.1

Fixed

  • Fixed AggregateRootStub.MarshalBinary() / UnmarshalBinary() round-trip. The stub now uses the Dogma message registry to serialize event type IDs alongside binary data, allowing concrete types to be reconstructed on unmarshal.

Added

  • Added MarshalBinaryFunc and UnmarshalBinaryFunc fields to AggregateRootStub and ProcessRootStub, allowing tests to override the default marshal/unmarshal behavior.

Version 0.26.0

Changed

  • [BC] Renamed "timeout" to "deadline" throughout, per Dogma v0.24.0.

Removed

  • [BC] Removed enginetest.Run() blackbox engine tests.
Changelog

Sourced from github.com/dogmatiq/enginekit's changelog.

[0.26.3] - 2026-05-09

Changed

  • envelopepb.Unpack() is now generic: Unpack[T dogma.Message](https://github.com/dogmatiq/enginekit/blob/main/env) (T, error). T may be a message interface such as dogma.Command or a concrete message type.

[0.26.2] - 2026-05-08

Added

  • Added envelopepb.MultiEnvelope.All().

[0.26.1] - 2026-05-07

Fixed

  • Fixed AggregateRootStub.MarshalBinary() / UnmarshalBinary() round-trip. The stub now uses the Dogma message registry to serialize event type IDs alongside binary data, allowing concrete types to be reconstructed on unmarshal.

Added

  • Added MarshalBinaryFunc and UnmarshalBinaryFunc fields to AggregateRootStub and ProcessRootStub, allowing tests to override the default marshal/unmarshal behavior.

[0.26.0] - 2026-05-05

Changed

  • [BC] Renamed "timeout" to "deadline" throughout, per Dogma v0.24.0.

Removed

  • [BC] Removed enginetest.Run() blackbox engine tests.
Commits
  • 4fe2edc Bumped version to v0.26.3
  • 3ae5d0f Removed TODO from setTypeName
  • de0a0c5 Updated go directive to 1.26
  • 9219242 Use slog.GroupAttrs instead of hand-rolled equivalent
  • 60b5b63 Reformatted changelog entry
  • b586634 Added changelog entry for Unpack[T] genericization
  • a875b25 Merge pull request #146 from dogmatiq/genericize-unpack
  • ea56ec3 Updated Unpack doc comment to describe type parameter
  • b0c9eaa Genericized Unpack to Unpack[T dogma.Message]
  • d625200 Bumped version to v0.26.2
  • 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/dogmatiq/enginekit](https://github.com/dogmatiq/enginekit) from 0.25.0 to 0.26.3.
- [Release notes](https://github.com/dogmatiq/enginekit/releases)
- [Changelog](https://github.com/dogmatiq/enginekit/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/enginekit@v0.25.0...v0.26.3)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/enginekit
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 11, 2026
@github-actions github-actions Bot enabled auto-merge May 11, 2026 08:23
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