Skip to content

Releases: stratdev3/SimpleW

v14.0.1

22 Jul 18:43
1c6dc69
Compare
Choose a tag to compare

Maintenance

fix

  • fix possible null exception in BroadcastSSESessions() (#37)

feature

  • feature: support CORS in MakeServerSentEventsResponse() (#40)

v14.0.0

20 Jul 21:18
4da82dc
Compare
Choose a tag to compare

Maintenance

feature

  • create a documentation website
  • feature: support Server Sent Events SSE (#34)
  • chore: update nuget package informations (description, tags, logo, url)

breakingChange

  • refactor: rename all properties WebUsers to WebSocketUsers in ISimpleWServer (#36)

v13.1.0

21 Apr 20:52
41210f4
Compare
Choose a tag to compare

Maintenance

fix

  • fix payload parsing for 64 byte payloads (#32), PR by baris-btcturk

feature

v13.0.0

14 Feb 22:57
98c402e
Compare
Choose a tag to compare

Maintenance

fix

  • fix: possible header mismatch when upgrading to websocket connection (#27)

feature

  • chore: bump to NET8 (#26)

v12.0.1

26 Dec 11:02
75e49bd
Compare
Choose a tag to compare

Maintenance

feature

  • backport fix from Microsoft.IO.RecyclableMemoryStream v3.0.1 to v2.3.2
  • update HttpMultipartDataParser v8.4.0

v12.0.0

01 May 22:29
e1474da
Compare
Choose a tag to compare

Maintenance

feature

  • support HTTPS protocol using the new SimpleWSServer() class.

v11.9.0

15 Feb 15:26
aebaa3b
Compare
Choose a tag to compare

Maintenance

breakingChange

  • the getWebUserCallback delegate set with SimpleW.SetToken() is new call by Controller.JwtToWebUser() to redress Controller.webuser on each request.

v11.8.0

14 Feb 15:06
fe6949c
Compare
Choose a tag to compare

Maintenance

breakingChange

  • refactor: remove unused expiration parameter from NetCoreServerExtension.ValidateJwt() (#19)
  • refactor: remove unused Controller.TokenExpiration property (#18)

feature

  • refactor: change jwt default create expiration from 30min to 15min (#20)

v11.7.0

03 Feb 22:29
98875e6
Compare
Choose a tag to compare

Maintenance

breakingChange

  • rename WebSocketMessage.data to WebSocketMessage.body (#17)

feature

  • documentation

v11.6.0

02 Feb 11:18
54ca536
Compare
Choose a tag to compare

Maintenance

breakingChange

  • remove NetCoreServerExtension.GetBearer() method.

feature

  • Controller.GetJwt() is now virtual and can be overrided in subclass.
  • documentation