Skip to content

Bump github.com/dogmatiq/dogma from 0.23.0 to 0.24.0#218

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/dogmatiq/dogma-0.24.0
Closed

Bump github.com/dogmatiq/dogma from 0.23.0 to 0.24.0#218
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/dogmatiq/dogma-0.24.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/dogmatiq/dogma from 0.23.0 to 0.24.0.

Release notes

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

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.
Changelog

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

[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.
Commits
  • 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
  • a03fe23 Add ADR-35: rename timeout to deadline
  • 9e75d15 Merge pull request #210 from dogmatiq/adr/process-root-mutation
  • 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 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.23.0 to 0.24.0.
- [Release notes](https://github.com/dogmatiq/dogma/releases)
- [Changelog](https://github.com/dogmatiq/dogma/blob/main/CHANGELOG.md)
- [Commits](dogmatiq/dogma@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/dogmatiq/dogma
  dependency-version: 0.24.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 May 6, 2026
@github-actions github-actions Bot enabled auto-merge May 6, 2026 06:52
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

Superseded by #219.

@dependabot dependabot Bot closed this May 7, 2026
auto-merge was automatically disabled May 7, 2026 06:52

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/dogmatiq/dogma-0.24.0 branch May 7, 2026 06:52
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