Skip to content

Bump github.com/dogmatiq/dogma from 0.16.0 to 0.17.1#689

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/github.com/dogmatiq/dogma-0.17.1
Open

Bump github.com/dogmatiq/dogma from 0.16.0 to 0.17.1#689
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/github.com/dogmatiq/dogma-0.17.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

Version 0.17.1

Added

  • Added RegisteredMessageTypeOf()

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.1] - 2025-10-10

Added

  • Added RegisteredMessageTypeOf()

[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
  • a537365 Add RegisteredMessageTypeOf()
  • 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.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.16.0 to 0.17.1.
- [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.1)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/dogma
  dependency-version: 0.17.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 09:01
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

A newer version of github.com/dogmatiq/dogma exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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