Skip to content

v16.0.0

Compare
Choose a tag to compare
@losizm losizm released this 02 Aug 04:51
61866a6

What's New?

There are a couple interface changes in scamper.websocket package:

  • In WebSocketSession, bufferCapacity is renamed to messageCapacity
  • ReadyState is renamed to SessionState

And one interface change in scamper.client package:

  • In ClientSettings, the cookies parameter of cookieStore method is given a default value of CookieStore()

All other changes are code refactoring.