Releases: replit/river
Releases · replit/river
Release list
v0.219.0
Changes
- Handle fatal connection attempt errors @jackyzha0 (#385)
v0.218.0
Changes
- Add eager token construction option for faster connections @Monkatraz (#381)
- Add rehandshakes via expiry fn @Monkatraz (#380)
v0.217.2
Changes
- Check for malformed ctx.from ids in clients @Monkatraz (#379)
- ci: remove pull_request_target trigger from release-drafter @ryantm (#377)
🤖 Dependencies
- build(deps): bump ws from 8.17.1 to 8.20.1 @dependabot (#378)
- build(deps-dev): bump postcss from 8.5.3 to 8.5.14 @dependabot (#373)
v0.217.1
What's Changed
- Upgrade to TypeBox 1.x by @jackyzha0 in #374
- Fix Refine error messages and JSON Pointer escaping by @jackyzha0 in #375
Full Changelog: v0.216.1...v0.217.1
v0.216.1
Changes
- client: defaultCallOptions on createClient (0.216.1) @jackyzha0 (#372)
v0.216.0
Changes
- Add a router that allows for protobuf defined services @Monkatraz (#371)
v0.215.1
What's Changed
- Add resetBudget() to LeakyBucketRateLimit by @darshkpatel in #369
- build(deps): bump minimatch by @dependabot[bot] in #362
- build(deps-dev): bump vite from 6.4.1 to 6.4.2 by @dependabot[bot] in #367
- build(deps): bump picomatch by @dependabot[bot] in #366
- build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #365
- build(deps-dev): bump rollup from 4.36.0 to 4.59.0 by @dependabot[bot] in #361
- bump to 0.216.0, add resetBudget test by @darshkpatel in #370
Full Changelog: v0.215.0...v0.215.1
v0.215.0
Changes
- encode before incrementing seq + putting in send buffer (#363)
v0.214.0
Changes
- add ctx.deferCleanup @jackyzha0 (#360)
v0.213.1
Changes
- impl createPartialContext for tests @jackyzha0 (#358)