Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 02:05
· 1 commit to main since this release
91af09e

Major Changes

  • de2fe5c: significant updates to sessions:

    • improvement of session-client
    • session-client can now be terminated by static method
    • improvement of session-manager
    • individual session logic now encapsulated in dedicated class
    • session-manager killOrigin returns set of senders
    • session-manager now primarily concerned with port lifecycles

Minor Changes

  • de2fe5c: Transport session reliability improvements.

    • No external API change.
    • Remove singleton restriction of CRSessionClient.
    • Don't retain port reference to respect object transfer rules.

Patch Changes

  • 3827b67: improve and document stream implementation. no external change
  • de2fe5c: avoid global session timeouts
  • 987547a: improved tests, no external change