Skip to content

v1.1220.0

Compare
Choose a tag to compare
@wmiaw wmiaw released this 07 Feb 19:52
· 357 commits to master since this release
e98fdb7

MSL Core

  • Minor JavaScript require and script path fixes.
  • #236 Only cache payloads in MessageInputStream if mark is active. This prevents unbounded memory growth in the event of streaming payloads.
  • #240 Improve unit test resource loading code for better compatibility in different development environments.
  • #242 Check for user ID token revocation in UserIdTokenAuthenticationFactory.
  • #248 Check JavaScript MessageOutputStream for initialization readiness before continuing. This fixes a bug where an exception thrown during initialization of a handshake or message containing only an empty payload would prevent subsequent code from executing.

Examples

  • Add Node.js module support to JavaScript example simple client.