Skip to content

Tags: replit/crosis

Tags

v13.7.0

Toggle v13.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[wsv2] Rely on the metadata to provide the full url (#221)

We have so many places where the magic string `/wsv2/${token}` is
constructed and it's hard to keep track of all of them.

This change now makes the crosis library rely on the explicitly provided
URL instead of re-inventing the wheel.

v13.2.0

Toggle v13.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
13.2.0 (#198)

v13.1.1

Toggle v13.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[deps] Bump minimum protocol version to mitigate some lock file warni…

…ngs. (#195)

* Bump minimum Crosis version to mitigate some lock file warnings.

* Bump patch too.

v13.1.0

Toggle v13.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak the consumer + Crosis both sides aborted check to allow Crosis …

…to unilaterally abort. (#193)

* Eliminate the aborted check on both sides.

* Restore the option to return aborted; add invariant check.

* Types.

* Clearer docs.

* clarify type comment on Aborted

* linty

* v13.1.0. (#194)

v13.0.0

Toggle v13.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[13.0.0] (#190)

* Bump incompatible protocol.

* Add required userId.

* Prevent openChannel() from returning an unusable channel.

* Split test into the two conditions, handle them both with an await.

This is a change of behavior, but its the change of behavior we intended back in 10.0.0. You can't get a channel callback without a valid channel anymore, so we have to actually wait for it to open to see `firstChannel`.

* to 13.0.0