Skip to content

Releases: treeform/ws

0.6.0

25 May 05:01

Choose a tag to compare

ws 0.6.0

This release modernizes ws' CI and docs workflow, adds more websocket test coverage, and keeps the package metadata current.

Highlights

  • Migrated CI to the Nimby-based workflow used by the current Treeform package template.
  • Updated GitHub Actions to current checkout/setup actions, added workflow_dispatch, and expanded CI coverage to Ubuntu, macOS, and Windows.
  • Added docs publishing through GitHub Pages with the current setup action and peaceiris/actions-gh-pages@v4.
  • Updated README links to the GitHub Pages API reference and cleaned up typos/examples.
  • Added disconnector and reconnect test programs.
  • Fixed GC-safety handling in chat-style websocket tests for newer Nim versions.
  • Relaxed the Nim requirement from nim > 1.0.0 to nim >= 1.0.0.

Merged PRs

  • #54 Migrate CI to Nimby

Other Changes Since 0.5.0

  • Fixed a {.gcsafe.} issue in tests.
  • Updated the GitHub Action doc generator.
  • Added and updated README documentation.

Full changelog: 0.5.0...0.6.0

0.5.0

19 Nov 20:04

Choose a tag to compare

Full Changelog: 0.4.4...0.5.0

0.4.4

23 Jul 03:22

Choose a tag to compare

0.4.4

0.4.3

20 Aug 15:17

Choose a tag to compare

0.4.3

0.4.2

07 Aug 15:28

Choose a tag to compare

0.4.2

0.4.1

18 Jun 23:59

Choose a tag to compare

0.4.1

0.4.0: Httpbeast Support (#16)

04 Dec 16:55
116964a

Choose a tag to compare

* Make masking work like the spec.
* Add jester sender
* Add HTTP Beast support.
* Fix tests.
* v0.4.0

0.3.3

12 Nov 22:57

Choose a tag to compare

v0.3.3

0.3.2

10 Nov 18:10

Choose a tag to compare

Fix Issue with SslError.

0.3.1

08 Nov 19:35

Choose a tag to compare

Better Exception Handling.