Releases: crossbario/autobahn-js
Release list
master-202602251332
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
What's Changed
Full Changelog: fork-06863916-oberstet_autobahn_js-fix_601-202602251003...master-202602251332
master-202601130837
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
Full Changelog: master-202601130744...master-202601130837
master-202601130744
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
Full Changelog: master-202601121920...master-202601130744
fork-4f4a36b1-oberstet_autobahn_js-fix_601-202602251028
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
Full Changelog: master-202601130744...fork-4f4a36b1-oberstet_autobahn_js-fix_601-202602251028
fork-06863916-oberstet_autobahn_js-fix_601-202602251003
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
Full Changelog: master-202601130744...fork-06863916-oberstet_autobahn_js-fix_601-202602251003
master-202601121920
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
Full Changelog: master-202601121906...master-202601121920
master-202601121906
Development Build
This is an automated development build from the master branch.
Browser Bundles
Download the browser bundles from the release assets below.
For Production
Use stable releases from npm.
What's Changed
- fixing issue #211 to add compatibility with SystemJS by @2roy999 in #212
- Add withCredentials = true so that cookie is sent in longpoll mode by @wangjia184 in #222
- Add additional check for object prior to property lookup. by @erichaus in #225
- Solution proposal for Issue #220 by @ThomasHornschuh in #221
- Fixing Curie Resolution Failure by @battuashwik in #234
- Fix typo in license sentence by @dandv in #235
- Reorg repo by @oberstet in #240
- Prepare rel by @oberstet in #242
- fix msgpack imports for browsers; forward transport info to onjoin by @oberstet in #244
- Fix broken built repository link by @102 in #247
- Send extra data while authentication by @Kolyunya in #250
- polish for release by @oberstet in #252
- add documentation for pub/sub options by @meejah in #263
- rel_0.12.0 by @oberstet in #273
- new test case by @oberstet in #290
- wip by @oberstet in #291
- put google-closure-compiler in devDeps by @tyv in #295
- rel-17.5.1 by @oberstet in #296
- WAMP-cryptosign support by @oberstet in #301
- V17.5.2 by @oberstet in #302
- Fix typo by @wuhkuh in #303
- Update README.md, fix broken doc links by @duizendnegen in #304
- Typo "conncetion" by @verheyenkoen in #308
- Issue 224 client errors hide away by @samson84 in #318
- Consistently quote documentation strings. by @gruns in #326
- Replaced msgpack-lite with msgpack5 by @agronholm in #330
- Removed broken msgpack ext type support by @agronholm in #331
- Fix capitalization typo: WAMp -> WAMP. by @gruns in #337
- websocket.js - pass more options to ws in nodejs by @wangjia184 in #313
- pass protocols to ws again by @JulZimmermann in #344
- Patch for Issue #358 by @johannwagner in #359
- Introduced TLS Support by @johannwagner in #361
- Missing 'self' in some functions by @marablayev in #366
- Fix unsubscribe by @martin31821 in #364
- Doc: fix WAMP links by @simonihmig in #365
- Correct Grammar by @jshuadvd in #368
- quickfix websocket close code #141 by @markope in #369
- Fix environment detect by @rbkhrv in #370
- Allow a call to be cancelled by @Jopie64 in #371
- Use incrementing IDs for session requests by @JustinTArthur in #377
- Implement websocket transport-level heartbeat by @om26er in #382
- Fix session scope ID counter wrapping. by @JustinTArthur in #385
- Release 18.10.1 by @om26er in #386
- Add 'randombytes' dep and remove 'md5' and 's3 by @om26er in #389
- docker image baking by @oberstet in #391
- change browser entry for rawsocket.js by @joggienl in #394
- Fixed a bug, where wss implies tls client authentication by @johannwagner in #393
- Minor: update abjs browser download link by @om26er in #403
- Check if the system runs inside nwjs.io by @petterisuo in #406
- Enable CI by @om26er in #414
- Add CI badge and Notifications by @om26er in #417
- Embed SealedBox by @om26er in #418
- fixed some small errors in docs by @0xflotus in #420
- error in invocation rule name by @jszczypk in #421
- Initial XBR protocol implementation by @om26er in #424
- Fix wrong procedure name in XBR Seller by @om26er in #426
- Make encrypt function return an array by @om26er in #427
- Fixing seller and buyer by @Ilmiali in #428
- moved from xbr/xbr-protocol by @oberstet in #433
- Stop depending on randombytes by @om26er in #438
- Delay xbr initialization till the provider is set by @om26er in #439
- Release v19.6.2 by @om26er in #441
- Use new eth accounts constructor by @om26er in #444
- Make XBR key rotation in seconds (previously ms) by @om26er in #445
- Release 19.7.1 by @om26er in #446
- XBR use existing key instead of waiting for rotation by @om26er in #447
- bump version to 19.7.2 by @om26er in #448
- scons: attempt to automatically detect JAVA_HOME and JS_COMPILER by @jameshilliard in #450
- Split packaging by @om26er in #453
- Xbr2 by @oberstet in #456
- update abis by @oberstet in #457
- XBR: Implement SimpleBlockchain by @om26er in #460
- sync by @oberstet in #461
- Testnet5 by @oberstet in #463
- add missing XBR deps by @om26er in #464
- cleanup by @oberstet in #465
- sync by @oberstet in #473
- R19101 by @oberstet in #474
- Streamline websocket selection by @om26er in #479
- Fix docker builds by @om26er in #480
- Release 19.12.1 by @om26er in #483
- updates by @oberstet in #487
- update xbr abi files; bump version by @oberstet in #489
- Fixes assert issue when running under different nodejs vm contexts by @lajosbencz in #490
- update xbr abi files; bump package version; update changelog by @oberstet in #492
- add sleep/read_file async helpers by @om26er in #495
- Support read_file only on non-browser environments by @om26er in #496
- Make logging work on more environments by @om26er in #499
- bump version by @om26er in #504
- Use GitHub Actions for CI by @om26er in #500
- Download XBR contracts as part of build by @om26er in #505
- Remove subscriptions when session unsubscribe is called by @svanderweyst-cpr in #509
- Minor doc fix by @om26er in #511
- Remove unused when by @om26er in #513
- Run CI on two latest node LTS(s) by @om26er in #515
- Make whenjs optional by @om26er in #516
- bump version; new make target to download XBR ABI files for building … by @oberstet in #517
- XBR: Add hex helpers by @om26er in https://...
fixes #200
exclude rawsocket from browser build
collects some changes
- collects some patches since the last release
- adds RawSocket transport for Node.js (no documentation, largely untested)