Releases: rikulo/socket.io-client-dart
Releases · rikulo/socket.io-client-dart
Release 3.1.6
3.1.6
Bug fix:
- #442 Restore the
HttpClientAdapterclass andOptionBuilder.setHttpClientAdapter()that were unintentionally removed in 3.1.5 (a SemVer-breaking change in a patch release). They are now deprecated thin compatibility shims that bridge onto the package:web_socket transport viasetWebSocketConnector, and will be removed in 4.0.0. Migrate toOptionBuilder.setWebSocketConnector(). - #441 fix:
NoSuchMethodErrorwhen the server replies with an empty ack (no payload) while atimeout/ackTimeoutis set (e.g. viaemitWithAckAsyncorsocket.timeout(x).emit(...)).
Release 3.1.5
3.1.5
New Feature:
- #435 feat!: unify the WebSocket transport with
package:web_socketfor a single native/web implementation. Custom implementations can be supplied throughsetWebSocketConnector(e.g.CupertinoWebSocket/OkHttpWebSocket);setExtraHeaderscontinues to work out of the box on native (dart:io) platforms via the default connector (browsers still cannot send custom headers on the WebSocket handshake). - #437 Added
OptionBuilder.disableWithCredentials()to mirrorenableWithCredentials().
Bug fix:
Release 3.1.4
Release 3.1.3
Release 3.1.2
Release 3.1.1
3.1.1
New Feature:
- #416 Add Support for Custom HttpClient Configuration
Full Changelog: v3.1.0+2...v3.1.1
Release 3.1.0+2
Release 3.1.0+1 hotfix
Release 3.1.0
3.1.0
Bug fix:
What's Changed
- Bump socket_io_common from 3.0.1 to 3.0.2 by @mostafasany in #411
- Updates for web wasm support (fix for #392 and #404) by @lelejacko in #412
New Contributors
- @mostafasany made their first contribution in #411
- @lelejacko made their first contribution in #412
Full Changelog: v3.0.2...v3.1.0