Skip to content

Bump github.com/dogmatiq/enginekit from 0.17.0 to 0.18.1#177

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/dogmatiq/enginekit-0.18.1
Oct 10, 2025
Merged

Bump github.com/dogmatiq/enginekit from 0.17.0 to 0.18.1#177
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/github.com/dogmatiq/enginekit-0.18.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps github.com/dogmatiq/enginekit from 0.17.0 to 0.18.1.

Release notes

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

Version 0.18.1

Changed

  • Relaxed type constraint on message.TypeFor() to allow any type that implements dogma.Message (not just those with pointer receivers). This allows use of TypeFor() in generic code that does not itself have a pointer constraint.

Version 0.18.0

Added

  • Added MarshalBinary() and UnmarshalBinary() methods to all stub types.
  • Added envelopepb.Envelope.TypeId field, which stores the UUID that uniquely identifies the message type.

Changed

  • Changed message stubs to use pointer receivers.
  • [BC] message.TypeFor() now requires its type parameter to be a pointer.

Removed

  • [BC] Removed marshaler package. Messages, aggregate roots and process roots are now responsible for their own marshaling.
  • [BC] Removed envelopepb.Transcoder.
  • [BC] Removed stubs.Marshaler.
  • [BC] Removed envelopepb.Envelope.MediaType.
Changelog

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

[0.18.1] - 2025-10-10

Changed

  • Relaxed type constraint on message.TypeFor() to allow any type that implements dogma.Message (not just those with pointer receivers). This allows use of TypeFor() in generic code that does not itself have a pointer constraint.

[0.18.0] - 2025-10-10

Added

  • Added MarshalBinary() and UnmarshalBinary() methods to all stub types.
  • Added envelopepb.Envelope.TypeId field, which stores the UUID that uniquely identifies the message type.

Changed

  • Changed message stubs to use pointer receivers.
  • [BC] message.TypeFor() now requires its type parameter to be a pointer.

Removed

  • [BC] Removed marshaler package. Messages, aggregate roots and process roots are now responsible for their own marshaling.
  • [BC] Removed envelopepb.Transcoder.
  • [BC] Removed stubs.Marshaler.
  • [BC] Removed envelopepb.Envelope.MediaType.
Commits
  • 7e44763 Relax type constraint in TypeFor().
  • fe1d092 Bump version to v0.18.0.
  • 4c63793 Merge pull request #98 from dogmatiq/dogma-v0.17.0
  • 817c0be Add additional tests for packer failures.
  • 6baaa5b Update to Dogma v0.17.x
  • 65dd66f Merge pull request #96 from dogmatiq/dependabot/go_modules/github.com/dogmati...
  • cad72b7 Regenerate primo protobuf files.
  • 3544fe9 Bump github.com/dogmatiq/primo from 0.3.1 to 0.3.2
  • bb60034 Merge pull request #95 from dogmatiq/dependabot/go_modules/google.golang.org/...
  • a84a159 Bump google.golang.org/grpc from 1.75.1 to 1.76.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.17.0 to 0.18.1.
- [Release notes](https://github.com/dogmatiq/enginekit/releases)
- [Changelog](https://github.com/dogmatiq/enginekit/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/enginekit@v0.17.0...v0.18.1)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/enginekit
  dependency-version: 0.18.1
  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 Oct 10, 2025
@github-actions github-actions bot enabled auto-merge October 10, 2025 06:01
@github-actions github-actions bot merged commit 75be723 into main Oct 10, 2025
9 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/dogmatiq/enginekit-0.18.1 branch October 10, 2025 06:03
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