Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: svix/svix-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.2
Choose a base ref
...
head repository: svix/svix-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 3, 2023

  1. Remove reconnection interval in relay mode

    Daniel Lyne authored and svix-james committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2449e63 View commit details
    Browse the repository at this point in the history
  2. Relay: Improved Error Channel Usage

    Use `stopRead` and `stopWrite` channels to communicate
    with sender / receive loops about . If channel close is initiated,
    as indicated by a message to `stopRead` or `stopWrite`, don't send
    errors on the error channel, which won't be read at that point anyway. Furthermore, add a small amount of buffering to the channels just to avoid possibility that a single message could inadvertently cause blocking.
    jaymell authored and svix-james committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    497eb98 View commit details
    Browse the repository at this point in the history
  3. Update changelog. (#94)

    tasn authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d9aadb4 View commit details
    Browse the repository at this point in the history
Loading