v0.0.29-alpha.0
- fix: add Metadata flag when sending stream payload which has metadata by @viglucci in https://github.com/rsocket/rsocket-js/pull/200
- Add support for throwing errors with custom error code by @palamccc in https://github.com/rsocket/rsocket-js/pull/272
- fix: build script supports Windows by @viglucci in https://github.com/rsocket/rsocket-js/pull/276
- @palamccc made their first contribution in https://github.com/rsocket/rsocket-js/pull/272
Skips 0.0.28
due to defunct versions published. See #275.
Full Changelog: https://github.com/rsocket/rsocket-js/compare/v0.0.27...v0.0.29-alpha.0
rsocket-graphql-apollo-link@1.0.0-alpha.1
- chore: add simple webpack example by @viglucci in https://github.com/rsocket/rsocket-js/pull/246
- chore: add additional routing example by @viglucci in https://github.com/rsocket/rsocket-js/pull/258
- fix: FRAME_TYPE_OFFSET typo by @sudongyuerin (https://github.com/rsocket/rsocket-js/pull/216, https://github.com/rsocket/rsocket-js/pull/259)
- feat: apollo graphql link and server by @viglucci in https://github.com/rsocket/rsocket-js/pull/225
- rsocket-graphql-apollo-link@1.0.0-alpha.1
- rsocket-graphql-apollo-server@1.0.0-alpha.1
Full Changelog: https://github.com/rsocket/rsocket-js/compare/rsocket-adapter-rxjs@1.0.0-alpha.4...rsocket-graphql-apollo-link@1.0.0-alpha.1
rsocket-adapter-rxjs@1.0.0-alpha.4
- fixes request channel to drop second element by @OlegDokuka in https://github.com/rsocket/rsocket-js/pull/244
Full Changelog: https://github.com/rsocket/rsocket-js/compare/rsocket-adapter-rxjs@1.0.0-alpha.3...rsocket-adapter-rxjs@1.0.0-alpha.4
1.0.0-alpha.3
- Optional metadata for rxjs requesters by @viglucci in https://github.com/rsocket/rsocket-js/pull/241
Full Changelog: https://github.com/rsocket/rsocket-js/compare/1.0.0-alpha.2...1.0.0-alpha.3
- rsocket-adapter-rxjs@1.0.0-alpha.3
- rsocket-composite-metadata@1.0.0-alpha.3
- rsocket-core@1.0.0-alpha.3
- rsocket-examples@1.0.0-alpha.3
- rsocket-messaging@1.0.0-alpha.3
- rsocket-tcp-client@1.0.0-alpha.3
- rsocket-tcp-server@1.0.0-alpha.3
- rsocket-websocket-client@1.0.0-alpha.3
- rsocket-websocket-server@1.0.0-alpha.3
rsocket-composite-metadata@1.0.0-alpha.2
- fix/custom metadata header alloc by @viglucci in https://github.com/rsocket/rsocket-js/pull/231
https://www.npmjs.com/package/rsocket-composite-metadata/v/1.0.0-alpha.2
Full Changelog: https://github.com/rsocket/rsocket-js/compare/rsocket-composite-metadata@1.0.0-alpha.1...rsocket-composite-metadata@1.0.0-alpha.2
1.0.0-alpha.1 - TypeScript, RxJS Adapter, Messaging API & More
Changes in this release are made in accordance with #158.
This version represents a prerelease and as such appropriate caution and care should be taken before consideration for use in production environments.
- rsocket-core@1.0.0-alpha.1
- rsocket-messaging@1.0.0-alpha.1
- rsocket-composite-metadata@1.0.0-alpha.1
- rsocket-tcp-client@1.0.0-alpha.1
- rsocket-tcp-server@1.0.0-alpha.1
- rsocket-websocket-client@1.0.0-alpha.1
- rsocket-websocket-server@1.0.0-alpha.1
- rsocket-adapter-rxjs@1.0.0-alpha.1
Existing packages were either ported directly to or received substantial alterations while rewriting to TypeScript.
The below packages may have received significant changes which would constitute a "breaking change". Existing consumers should review the examples for guidance on migrating to the new APIs and patterns.
- rsocket-core
- rsocket-tcp-client
- rsocket-tcp-server
- rsocket-websocket-client
- rsocket-websocket-server
The rsocket-flowable
package is A) no longer used internally to rsocket-
packages and B) no longer included in the monorepo. As such, rsocket-flowable
will be marked as deprecated in NPM at a later date.
0.x.x
versions of rsocket-core
supported a Serializers API which presented pre-configured serialization behavior for payloads. This API has been dropped in 1.0.0-alpha.x
.
See #158 for motivation.
Please report any bugs or feedback via a new GitHub issue.