Skip to content

Bump github.com/dogmatiq/enginekit from 0.25.0 to 0.26.4#222

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

Version 0.26.4

Added

  • Added generic envelopepb.SetExtension[T](), GetExtension[T](), SetBaggage[T]() and GetBaggage[T]() helpers for attaching and reading extensions/baggage on an envelopepb.Body after packing.
  • Added envelopepb.EventStreamPosition, an extension message that identifies the stream from which an event was obtained, and the event's offset within that stream.

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.4] - 2026-05-16

Added

  • Added generic envelopepb.SetExtension[T](), GetExtension[T](), SetBaggage[T]() and GetBaggage[T]() helpers for attaching and reading extensions/baggage on an envelopepb.Body after packing.
  • Added envelopepb.EventStreamPosition, an extension message that identifies the stream from which an event was obtained, and the event's offset within that stream.

[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
  • 5dc2c6a Bump version to v0.26.4
  • f5661e2 Merge pull request #148 from dogmatiq/event-stream-position-extension
  • 33be67e Simplified typed-nil panic test call sites
  • 0e16100 Tightened SetExtension/SetBaggage to take a typed parameter
  • 7e04297 Added EventStreamPosition extension and generic Set/Get helpers
  • d24bfa3 Merge pull request #149 from dogmatiq/dependabot/go_modules/google.golang.org...
  • 616a1a8 Bump google.golang.org/grpc from 1.81.0 to 1.81.1
  • 4fe2edc Bumped version to v0.26.3
  • 3ae5d0f Removed TODO from setTypeName
  • de0a0c5 Updated go directive to 1.26
  • 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.4.
- [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.4)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/enginekit
  dependency-version: 0.26.4
  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 18, 2026
@github-actions github-actions Bot enabled auto-merge May 18, 2026 10:37
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.

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