POST /room can take an additional "debug" parameter in the request body to start rmb's that can attach debuggers with (golang actors only at the moment)
[2.10.0-6] - 2023-05-23
add score start/end to returned pagination next page
[2.10.0-5] - 2023-05-19
add room filtering by using sort criteria's value range (ie. search by range of room start time)
[2.10.0-4] - 2023-05-18
add pagination for query list of sessions
[2.10.0-3] - 2023-05-15
add timeout to rmb-loader request because rmb-loader sometimes can take 30 sec to return response which cause lobby's lambda to timeout and leave task in unloaded state even though it is loaded in task
[2.10.0-2] - 2023-05-03
create multiple rmb pool, each with a different size of container (CPU, memory)
[2.9.0-6] - 2023-05-01
Remove ability to refund/remove session items
fix task being treated as abandoned because room was removed from db after 30 secs and task stop event was not generated for the session and lead to incorrect reporting
[2.9.0-5] - 2023-04-18
Remove log group config in main.tf that's not needed anymore due to lobby using shared redis
[2.9.0-4] - 2023-04-12
Added logic to handle dangling task id's in the TASK_LOOKUP_KEY
[2.9.0-3] - 2023-04-12
added a message for when abandoned tasks were deemed abandoned, but were found to actually be in use
added check if task is assigned before stopping it
[2.9.0-2] - 2023-04-04
fix undefined actor_tag still adds remote actor config
[2.8.0-3] - 2023-02-17
triggers inventory session refund/consume when a session ends
[2.8.0-2] - 2023-02-17
add feature to launch rmb and actor using branch name instead of rmb and actor tags
[2.7.0-9] - 2023-02-02
update rmb-loader version that can support loading unity actor
[2.7.0-8] - 2023-02-02
add reason why room was destroyed when logging room_destroyed event
[2.7.0-7] - 2022-12-12
GET /room takes query param license and state (room state) as filter for the query