Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/dogmatiq/dogma from 0.16.0 to 0.17.0.

Release notes

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

Version 0.17.0

Added

  • [BC] Added Message.MarshalBinary() and UnmarshalBinary() methods.
  • [BC] Added AggregateRoot.MarshalBinary() and UnmarshalBinary() methods.
  • [BC] Added ProcessRoot.MarshalBinary() and UnmarshalBinary() methods.
  • Added ErrNotSupported to indicate that a feature is not supported. It is currently allowed to be returned by the AggregateRoot marshaling methods.
  • Added NoSnapshotBehavior embeddable type for aggregates that don't support binary snapshots.

Changed

  • [BC] Implementations of Message must now be implemented using pointer receivers, as this is the only implementation pattern that makes sense with the addition of the Message.UnmarshalBinary() method. Accordingly, RegisterCommand(), RegisterEvent() and RegisterTimeout() now require a type parameter that is a pointer.
Changelog

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

[0.17.0] - 2025-10-07

Added

  • [BC] Added Message.MarshalBinary() and UnmarshalBinary() methods.
  • [BC] Added AggregateRoot.MarshalBinary() and UnmarshalBinary() methods.
  • [BC] Added ProcessRoot.MarshalBinary() and UnmarshalBinary() methods.
  • Added ErrNotSupported to indicate that a feature is not supported. It is currently allowed to be returned by the AggregateRoot marshaling methods.
  • Added NoSnapshotBehavior embeddable type for aggregates that don't support binary snapshots.

Changed

  • [BC] Implementations of Message must now be implemented using pointer receivers, as this is the only implementation pattern that makes sense with the addition of the Message.UnmarshalBinary() method. Accordingly, RegisterCommand(), RegisterEvent() and RegisterTimeout() now require a type parameter that is a pointer.
Commits
  • 442a7bb Bump version to v0.17.0.
  • 2dd02ef Merge pull request #204 from dogmatiq/self-marshaling-roots
  • 8b98c16 Remove outdated info about ProcessRoot being equivalent to any.
  • dd30423 Update aggregate.go
  • 3d3cceb Add ADR-28 self-marshaling types.
  • b123874 Add marshaling methods to aggregate and process interfaces.
  • 55b6cda Test style.
  • 349aa0d Improve docs.
  • e7e0892 Add comments linking to embeddable behaviors near the methods they implement.
  • d1c906b Merge pull request #203 from dogmatiq/self-marshaling-messages
  • 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/dogma](https://github.com/dogmatiq/dogma) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/dogmatiq/dogma/releases)
- [Changelog](https://github.com/dogmatiq/dogma/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/dogma@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/dogma
  dependency-version: 0.17.0
  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 8, 2025
@github-actions github-actions bot enabled auto-merge October 8, 2025 06:01
@jmalloc jmalloc requested a review from koden-km October 10, 2025 01:12
@github-actions github-actions bot merged commit b8f4dd5 into main Oct 10, 2025
11 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/dogmatiq/dogma-0.17.0 branch October 10, 2025 01:14
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.

1 participant