0.46
·
1843 commits
to master
since this release
- Add ability to bind and unbind of the acceptor TCP socket at runtime.
- Add an authentication timeout, so that if an implementor of the AuthenticationStrategy never accepts or rejects then the connection will eventually be rejected.
- Provide logon sequence number and sequence index to the SessionExistsHandler in order to give it more flexibility as to how to handle logons.
- Fix a bug where a number format exception in the session parser wouldn't be handled properly if it happened in the library.
- Rename soleLibraryMode to initialAcceptedSessionOwner and convert it to an enum.
- Rename the PersistenceLevel enum values to something easier to understand. Deprecate the old options and leave them working for now.