Skip to content

Conversation

@connec
Copy link
Owner

@connec connec commented Mar 19, 2025

  • 070d9a9 chore: fix new clippy lints

    This included a rewrite of a doc comment that referred to a value that is
    not present in our API (the CausingEntity is part of the ChangeSource
    enum).

  • 6fdf578 feat: add Client::resume_apply_stack

    This essentially runs the apply_stack logic, except that the change set
    creation is skipped.

    One curiosity is that this could be ran against a stack that settled some
    time in the past and it would still replay the events from the operation.
    This suggests the naming might not be quite right, but the functionality
    could be useful.

  • d03eeeb chore: upgrade actions/cache

    v2 is no longer available.

connec added 3 commits March 19, 2025 19:50
This included a rewrite of a doc comment that referred to a value that is
not present in our API (the `CausingEntity` is part of the `ChangeSource`
enum).
This essentially runs the `apply_stack` logic, except that the change set
creation is skipped.

One curiosity is that this could be ran against a stack that settled some
time in the past and it would still replay the events from the operation.
This suggests the naming might not be quite right, but the functionality
could be useful.
`v2` is no longer available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants