awslabs / amazon-kinesis-client-net

This package provides an interface to the Amazon Kinesis Client Library (KCL) MultiLangDaemon for the .NET Framework.
Apache License 2.0
62 stars 60 forks source link

Bump Stateless from 5.13.0 to 5.15.0 #229

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps Stateless from 5.13.0 to 5.15.0.

Changelog

Sourced from Stateless's changelog.

5.15.0 - 2023.12.29

Changed

  • Updated net6.0 build target to net8.0 #551
  • New abstract method, GetInitialTransition, added to GraphStyleBase to remove DOT graph implementation from StateGraph #557
    • Classes that are derived from GraphStyleBase and are being migrated from an earlier release of Stateless will need to implement this method.

Added

  • Added license information and README file to NuGet package #539, #553

5.14.0 - 2023.11.14

Added

  • Enable Source Link & Deterministic Builds #501
  • Added optional RetainSynchronizationContext property #519
  • Update example apps to net6.0 #520
  • Bump solution Visual Studio version to 2022 #526
  • Remove obsolete TargetFrameworks #524
  • Added FireAsync(TriggerWithParameters, params object[]) overload #536

Fixed

  • StateMachineInfo.InitialState.Transitions throws if AddRelationships not called #514
  • Trigger information is missing for OnEntryFromAsync #511
  • Fixed typos & redundant parentheses #512, #521, #522
  • Change mechanism for losing the synchronization context #528
  • InvalidOperationException thrown from call to FireAsync #532
  • Added missing guard function parameter support from InternalTransitionAsyncIf #530
  • Using PermitIf on a state with substates leads to reentry #544
Commits


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 show 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)
dependabot[bot] commented 4 months ago

Superseded by #234.