Session Services Release Notes#
v3.1.0#
Upgrade to latest dependencies, including fixes for scripting
Added more Openapi documentation decorators for auto generation of api docs
Add support for CORS Origin leveraging regex using format
/https://.*.domain.*/
v3.0.1#
Upgrade to latest dependencies, including fixes for scripting
v3.0.0#
Upgraded to latest dependencies including all core libraries
Updated to latest
LICENSE.mdCleanup
DockerFileand image size
v2.1.0#
Ported code to allow WebSocket rpc/messaging
v2.0.0#
Upgraded to latest dependencies including all core libraries
v1.16.0#
Upgraded
service-coreto versionv3.8.4Configured sharding for Session
v1.15.3#
Upgraded
service-coreto versionv3.7.1
v1.14.3#
Server instance
ownerUidis now set ashostUidof session on assignment
v1.14.2#
Fixed issue when assigning server instances to sessions that did not give proper permissions to edit the session
v1.14.1#
Fixed issue with session assign server request passing the wrong data to
server-instance-servicesFixed issue that prevented multiple sessions without a
hostUidto be created
v1.14.0#
Added
allow_multiple_sessionsconfiguration option to disable one session per type/host requirementImplemented proper validation of user joins when session is set to FRIENDS_ONLY
Implemented proper validation of user joins when session is set to FRIENDS_EXTENDED
Upgraded to
service-coretov3.2.2
v1.12.6#
Fixed issue with partial updates not working as desired
v1.12.5#
Update 2nd level cache when
updateDataendpoint is executed
v1.12.4#
Fixed issue with session
leavethat caused object to be updated properlyFixed issue with session
leavethat did not clean up user data
v1.12.3#
Fixed issue with
datanot being properly merged whenupdateDataendpoint calledAdded automatic retry logic to
updateDataendpointUpgrading to latest
ts/nodeImproved unit tests
v1.12.2#
Implemented retry logic and request back off to fix concurrency issues with
joinandleavesession endpoints
v1.12.0#
Allow trusted roles to write global session data
Improved and fixed issues with some unit tests
v1.10.0#
Implemented team cleanup when user leaves a session
Upgrading to
service-coreversionv2.45.0