Skip to content

v0.2.11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 12:33

🚀 Enhancements

  • Amount of endpoints that can be registered on node-cluster was increased (#272)
  • Allow seeds inside IFrame, before it was possible only on the main thread. This change was done mainly for sandboxes (like this example https://codesandbox.io/s/scalecube-js-tutorial-bwtl7) and embed widget (#256)
  • New package for RSocket Gateway Client (split server/client)(#284)

🐛 Bug Fix

  • Added missing dependency rxjs for @scalecube/api (#257)
  • Unsubscribe (from serviceCall or Gateway) not canceling serviceCall and from the service (#265)
  • GetAddress util when path is empty, port swap with path (#275)

⚡ Performance

  • Decreased bundle size for browsers
Version Type Bundle Size Minified Size Gzipped Size
0.2.9 CommonJS 307.72 KB 125.77 KB 29.4 KB
0.2.9 IFFE 123.94 KB 123.25 KB 29.14 KB
0.2.10 CommonJS 177.02 KB 85.33 KB 20.32 KB
0.2.10 IFFE 197.25 KB 79.14 KB 20.57 KB

📝 Documentation

  • What is SC + CodeSandbox
  • Update readme (#258)
  • Fix examples in readme (#266)
  • Change links to documentation in readmes (#274)

🏠 Internal