Skip to content

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

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

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
Copy link
Copy Markdown
Contributor

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

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

@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
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 43adf61 to d3e2281 Compare May 8, 2026 15:27
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