Skip to content

Bump github.com/dogmatiq/dogma from 0.18.0 to 0.25.0 - #433

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

Bump github.com/dogmatiq/dogma from 0.18.0 to 0.25.0#433
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dogmatiq/dogma-0.25.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/dogmatiq/dogma from 0.18.0 to 0.25.0.

Release notes

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

Version 0.25.0

Changed

  • [BC] ViaAggregate() and ViaProcess() now require the root type to be a pointer, enforced via type constraints.
  • [BC] StatelessProcessRoot methods now use pointer receivers.

Version 0.24.0

This release introduces ProcessScope.Mutate(), which replaces direct mutation of the process root, giving the engine an explicit signal that state has changed. Existing process handlers that mutate their root directly are now incorrect but will still compile — review all process handlers carefully.

It also renames the "timeout" concept to "deadline", aligning with Go's convention that a deadline is a specific point in time rather than a duration. The semantics are unchanged.

Added

  • [BC] Added ProcessScope.Mutate() method.

Changed

  • [BC] Renamed Timeout to Deadline.
  • [BC] Renamed TimeoutValidationScope to DeadlineValidationScope.
  • [BC] Renamed ProcessMessageHandler.HandleTimeout() to HandleDeadline().
  • [BC] Renamed ProcessTimeoutScope to ProcessDeadlineScope.
  • [BC] Renamed ProcessScope.ScheduleTimeout() to ScheduleDeadline().
  • [BC] Renamed NoTimeoutMessagesBehavior to NoDeadlineMessagesBehavior.
  • [BC] Renamed SchedulesTimeout() to SchedulesDeadline().
  • [BC] Renamed SchedulesTimeoutRoute to SchedulesDeadlineRoute.
  • [BC] Renamed SchedulesTimeoutOption to SchedulesDeadlineOption.
  • [BC] Renamed RegisterTimeout() to RegisterDeadline().
  • [BC] Renamed RegisterTimeoutOption to RegisterDeadlineOption.

Version 0.23.0

This release genericizes AggregateMessageHandler and ProcessMessageHandler by their root type, providing compile-time type safety for aggregate roots and process roots.

Changed

  • [BC] StatelessProcessRoot is now an exported struct type instead of a package-level variable.
  • [BC] The following types and functions are now parameterized by their concrete AggregateRoot or ProcessRoot type:
    • AggregateMessageHandler
    • AggregateCommandScope
    • ProcessMessageHandler
    • ProcessScope
    • ProcessEventScope
    • ProcessTimeoutScope
    • NoTimeoutMessagesBehavior
    • ViaAggregate()
    • ViaProcess()

... (truncated)

Changelog

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

[0.25.0] - 2026-05-07

Changed

  • [BC] ViaAggregate() and ViaProcess() now require the root type to be a pointer, enforced via type constraints.
  • [BC] StatelessProcessRoot methods now use pointer receivers.

[0.24.0] - 2026-05-05

This release introduces ProcessScope.Mutate(), which replaces direct mutation of the process root, giving the engine an explicit signal that state has changed. Existing process handlers that mutate their root directly are now incorrect but will still compile — review all process handlers carefully.

It also renames the "timeout" concept to "deadline", aligning with Go's convention that a deadline is a specific point in time rather than a duration. The semantics are unchanged.

Added

  • [BC] Added ProcessScope.Mutate() method.

Changed

  • [BC] Renamed Timeout to Deadline.
  • [BC] Renamed TimeoutValidationScope to DeadlineValidationScope.
  • [BC] Renamed ProcessMessageHandler.HandleTimeout() to HandleDeadline().
  • [BC] Renamed ProcessTimeoutScope to ProcessDeadlineScope.
  • [BC] Renamed ProcessScope.ScheduleTimeout() to ScheduleDeadline().
  • [BC] Renamed NoTimeoutMessagesBehavior to NoDeadlineMessagesBehavior.
  • [BC] Renamed SchedulesTimeout() to SchedulesDeadline().
  • [BC] Renamed SchedulesTimeoutRoute to SchedulesDeadlineRoute.
  • [BC] Renamed SchedulesTimeoutOption to SchedulesDeadlineOption.
  • [BC] Renamed RegisterTimeout() to RegisterDeadline().
  • [BC] Renamed RegisterTimeoutOption to RegisterDeadlineOption.

[0.23.0] - 2026-04-25

This release genericizes AggregateMessageHandler and ProcessMessageHandler by their root type, providing compile-time type safety for aggregate roots and process roots.

Changed

  • [BC] StatelessProcessRoot is now an exported struct type instead of a package-level variable.
  • [BC] The following types and functions are now parameterized by their concrete AggregateRoot or ProcessRoot type:
    • AggregateMessageHandler

... (truncated)

Commits
  • 8419a8c Bump version to v0.25.0
  • 568b38d Require pointer types for aggregate and process roots
  • df30989 Bump version to v0.24.0
  • 3d26b0b Update changelog with unreleased changes
  • 8f7cf4f Merge pull request #213 from dogmatiq/rename/timeout-to-deadline
  • 25410ad Fix reference to renamed t variable.
  • c8c5de3 Improve consistency of docs.
  • 8562de4 Remove noise from ADR.
  • a045a27 Rename deadline parameter from t to d
  • 05eb12c Rename 'timeout' to 'deadline' across the API
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 7, 2026
@github-actions
github-actions Bot enabled auto-merge May 7, 2026 15:39
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/dogmatiq/dogma-0.25.0 branch from 43adf61 to d3e2281 Compare May 8, 2026 15:27
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/dogmatiq/dogma-0.25.0 branch from d3e2281 to c7faeec Compare May 15, 2026 15:29
Bumps [github.com/dogmatiq/dogma](https://github.com/dogmatiq/dogma) from 0.18.0 to 0.25.0.
- [Release notes](https://github.com/dogmatiq/dogma/releases)
- [Changelog](https://github.com/dogmatiq/dogma/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/dogma@v0.18.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/dogma
  dependency-version: 0.25.0
  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/dogma-0.25.0 branch from c7faeec to fc11e5a Compare May 19, 2026 00:59
@jmalloc jmalloc closed this Aug 10, 2026
auto-merge was automatically disabled August 10, 2026 22:29

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/dogmatiq/dogma-0.25.0 branch August 10, 2026 22:29
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