Skip to content

Releases: bhftbootcamp/Libwebsockets.jl

v2.0.0

30 Oct 21:54
1bc8347

Choose a tag to compare

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)

v1.3.2

23 Oct 12:00
847f851

Choose a tag to compare

Libwebsockets v1.3.2

Diff since v1.3.1

Restoring LwsTokens functionality

Merged pull requests:

v1.3.1

23 Oct 10:25
e2b829c

Choose a tag to compare

Libwebsockets v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

22 Oct 20:56
4eb0da3

Choose a tag to compare

Libwebsockets v1.3.0

Diff since v1.2.0

Lws refcount fix

Merged pull requests:

v1.2.0

09 Oct 10:19
2a4b870

Choose a tag to compare

Libwebsockets v1.2.0

Diff since v1.1.0

Merged pull requests:

v1.1.0

10 Jul 10:07
89bcd46

Choose a tag to compare

Libwebsockets v1.1.0

Diff since v1.0.5

Socks5 support in lws context

Merged pull requests:

v1.0.5

02 Jun 12:16
c98ca0f

Choose a tag to compare

Libwebsockets v1.0.5

Diff since v1.0.4

Libwebsockets log functions

Merged pull requests:

v1.0.4

09 Apr 18:32
150b91d

Choose a tag to compare

Libwebsockets v1.0.4

Diff since v1.0.3

Make LwsSortedUsecList immutable. Added lws_rx_flow_control, lws_retry_get_delay_ms, lws_rx_flow_control

Merged pull requests:

  • Updated Libwebsockets links (#9) (@gryumov)
  • Make LwsSortedUsecList immutable. Added lws_rx_flow_control, lws_retry_get_delay_ms, lws_rx_flow_control (#10) (@stepanplaunov)

Closed issues:

  • Auto-generate C bindings using Clang.jl (#3)

v1.0.3

13 Feb 09:34
953a905

Choose a tag to compare

Libwebsockets v1.0.3

Diff since v1.0.2

  • Add lws_remaining_packet_payload for payload tracking

Merged pull requests:

  • Add lws_remaining_packet_payload for payload tracking (#8) (@AlexKlo)

v1.0.2

17 Jan 16:03

Choose a tag to compare

Libwebsockets v1.0.2

Diff since v1.0.1

Fix struct and functions for extensions

Merged pull requests:

  • Disable logging in tests and example (#6) (@AlexKlo)
  • Fix struct and functions for extensions (#7) (@AlexKlo)