Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps commanded from 1.2.0 to 1.4.0.

Changelog

Sourced from commanded's changelog.

v1.4.0

Enhancements

  • Allow a process manager to stop after dispatching a command (#460).
  • Replace use Mix.Config with import Config in config files (#467).
  • Event handler concurrency (#486).
  • Remove elixir_uuid dependency (#493).
  • Support and test for OTP 25 (#489).

v1.3.1

Bug fixes

  • Event Handler not calling init/1 callback function on restart (#463).
  • Call process manager init/1 function on process restart (#464).

v1.3.0

Enhancements

  • Allow command identity to be provided during dispatch (#406).
  • Define Commanded.Telemetry module to emit consistent telemetry events (#414).
  • Telemetry [:commanded, :aggregate, :execute] events (#407).
  • Telemetry [:commanded, :event, :handle] events (#408).
  • Telemetry [:commanded, :process_manager, :handle] events (#418).
  • Telemetry [:commanded, :application, :dispatch] (#423).
  • Graceful shutdown of event handlers (#431).
  • Ensure command dispatch metadata is a map (#432).
  • Retry command execution on node down (#429).
  • Dispatch returning resultant events (#444).
  • Get aggregate state (#448).
  • Support telemetry v1.0 (#456).
Commits
  • 855d7aa chore: improve typespec
  • 4efe4a4 Release v1.4.0
  • 4abd9ff Include #493 and #489 in CHANGELOG
  • 9b7e894 Merge pull request #472 from lucazulian/fix-telemetry-event-documentation
  • d848192 Merge pull request #493 from commanded/feature/remove-elixir-uuid-dependency
  • 9dfd559 Implement Commanded.UUID module to generate random, version 4 UUIDs
  • eca808e Fix issue with aggregate lifespan when taking a state snapshot
  • 9726f9c Merge pull request #489 from qdentity/otp25
  • e78f64b Merge pull request #492 from thetamind/router-moduledoc-format
  • 719b2a9 Merge pull request #491 from qdentity/docs-fix
  • 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 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 [commanded](https://github.com/commanded/commanded) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/commanded/commanded/releases)
- [Changelog](https://github.com/commanded/commanded/blob/master/CHANGELOG.md)
- [Commits](commanded/commanded@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: commanded
  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 elixir Pull requests that update Elixir code labels Sep 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2022

Superseded by #380.

@dependabot dependabot bot closed this Sep 8, 2022
@dependabot dependabot bot deleted the dependabot/hex/commanded-1.4.0 branch September 8, 2022 00:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Development

Successfully merging this pull request may close these issues.

1 participant