Skip to content

Bump github.com/dogmatiq/enginekit from 0.19.16 to 0.26.4#438

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

Bump github.com/dogmatiq/enginekit from 0.19.16 to 0.26.4#438
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 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/dogmatiq/enginekit from 0.19.16 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.

Version 0.25.0

Added

  • Added MarshalText() and UnmarshalText() methods to uuidpb.UUID and identitypb.Identity, implementing the encoding.TextMarshaler and encoding.TextUnmarshaler interfaces.
  • Added Latch.WaitContext().
  • Added Future.Wait().

... (truncated)

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.

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 19, 2026
@github-actions github-actions Bot enabled auto-merge May 19, 2026 00:56
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/dogmatiq/enginekit-0.26.4 branch from beccd46 to 4aaa548 Compare May 19, 2026 00:59
Bumps [github.com/dogmatiq/enginekit](https://github.com/dogmatiq/enginekit) from 0.19.16 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.19.16...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 force-pushed the dependabot/go_modules/github.com/dogmatiq/enginekit-0.26.4 branch from 4aaa548 to bb8fd26 Compare June 9, 2026 15:26
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #441.

@dependabot dependabot Bot closed this Jun 10, 2026
auto-merge was automatically disabled June 10, 2026 15:22

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/dogmatiq/enginekit-0.26.4 branch June 10, 2026 15:22
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