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.md

  • Cleanup DockerFile and 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-core to version v3.8.4

  • Configured sharding for Session

v1.15.3#

  • Upgraded service-core to version v3.7.1

v1.14.3#

  • Server instance ownerUid is now set as hostUid of 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-services

  • Fixed issue that prevented multiple sessions without a hostUid to be created

v1.14.0#

  • Added allow_multiple_sessions configuration option to disable one session per type/host requirement

  • Implemented 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-core to v3.2.2

v1.12.6#

  • Fixed issue with partial updates not working as desired

v1.12.5#

  • Update 2nd level cache when updateData endpoint is executed

v1.12.4#

  • Fixed issue with session leave that caused object to be updated properly

  • Fixed issue with session leave that did not clean up user data

v1.12.3#

  • Fixed issue with data not being properly merged when updateData endpoint called

  • Added automatic retry logic to updateData endpoint

  • Upgrading to latest ts/node

  • Improved unit tests

v1.12.2#

  • Implemented retry logic and request back off to fix concurrency issues with join and leave session 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-core version v2.45.0