Releases: anycable/xk6-cable
Releases · anycable/xk6-cable
0.7.0
Compare
Sorry, something went wrong.
No results found
palkan
released this
07 Sep 22:55
Features
Add channel.ackDuration() to get the number of milliseconds it took to receive a subscription confirmation/rejection.
Add client.subscribeAsync to issue a subscribe command without waiting for the confirmation.
This is useful when you want to test the scenario when you have many subscription initiated at the page load / client initialization.
0.5.0
Compare
Sorry, something went wrong.
No results found
palkan
released this
13 Feb 18:08
Features
Added channel.receiveAll(timeout) to read all messages arrived in a give time period.
Added msg.__timeout__ fields with the UTC seconds of the time message was consumed by the client (the actual time of receiving).
You can see both these new features in action in the AnyCable benchmark here .
v0.4.0
Compare
Sorry, something went wrong.
No results found
palkan
released this
11 Feb 01:07
Added channel.onMessage support
v0.3.0
Compare
Sorry, something went wrong.
No results found
Changed
Update k6 dependency to latest v0.38.3 release. (@skryukov )
Full Changelog : v0.2.0...v0.3.0
v0.2.0
Compare
Sorry, something went wrong.
No results found
Changed
Update k6 dependency to latest v0.35.0 release. (@skryukov )
Full Changelog : v0.1.0...v0.2.0
v0.1.0
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Fix setting logging level. (@palkan )
Full Changelog : v0.0.3...v0.1.0
v0.0.3
Compare
Sorry, something went wrong.
No results found
Added
Ability to change logging level with logLevel option. (@palkan )
Full Changelog : v0.0.2...v0.0.3
v0.0.2
Compare
Sorry, something went wrong.
No results found
Added
New channel.ignoreReads() method, that allows skipping collecting incoming messages. (@palkan )
More examples. (@palkan )
Changed
Use buffered channels to receive messages. (@palkan )
Full Changelog : v0.0.1...v0.0.2
v0.0.1
Compare
Sorry, something went wrong.
No results found