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

Bump commanded from 1.2.0 to 1.4.1 #380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps commanded from 1.2.0 to 1.4.1.

Changelog

Sourced from commanded's changelog.

v1.4.1

Enhancements

  • Retry command execution when the aggregate process is down (#494).

Bug fixes

  • Remove duplicate apply function call when receiving missed events published to an aggregate's event stream (364c877).
  • Fix typespec typo in Commanded.Application (#503).

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
  • 7be1943 Release v1.4.1
  • a7509c2 Use :test Mix env for GitHub workflow
  • b9b90bf Merge pull request #503 from qdentity/fix-typespec
  • ebc8d69 Fix typespec typo in Commanded.Application
  • a9ecb22 Require at least Elixir v1.10
  • 99186ae Use Erlang v25.0.4 and Elixir v1.14.0-otp-25
  • 1d5d9b6 Update CHANGELOG
  • 364c877 Remove duplicate event apply when receiving missed events published to aggreg...
  • df59965 Include #494 in CHANGELOG
  • dea5ed7 Merge pull request #501 from yordis/typespec-1
  • 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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: commanded
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Sep 8, 2022
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.

0 participants