Skip to content

Releases: stratdev3/SimpleW

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

v11.5.0

15 Jan 08:18
1e8067d
Compare
Choose a tag to compare

Maintenance

breakingChange

  • rename SimpleW.SetTokenWebUserCallback() method to SimpleW.SetToken() and reorder parameters (#3).
  • rename Controller.OnBeforeHandler() method to Controller.OnBeforeMethod().

bug

  • fix(AutoIndex): do not show ".." in root path (#10).

feature

  • feature(WebSocket): handle multiple socket endpoints and not just once (#9).
  • documentation