Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Oct 21:54
1bc8347

Libwebsockets v2.0.0

Diff since v1.3.2

Breaking changes

  • Removed all exported constants that are not directly related to the underlying LWS library.

New features

  • Added support for the following functions:
    • lws_parse_uri
    • lws_get_opaque_user_data
    • lws_set_opaque_user_data
    • lws_uv_initloop
    • lws_set_protocol

Merged pull requests:

  • Refactor (libwebsockets): unify naming and extend function bindings (#23) (@luigikav)
  • Update README.md (#24) (@gryumov)