EOSCore 1.8.6

Lobby

  • New function: “EOSLobbyAddNotifyJoinLobbyAccepted
  • New function: “EOSLobbyRemoveNotifyJoinLobbyAccepted

Sessions

  • Create EOS Session node now accepts custom attributes when creating a session
  • Find EOS Sessions can now filter sessions based on custom attributes, it can also get all custom attributes from a session

CloudWatch 1.0.8

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.

CloudTrail 1.0.9

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.

S3 1.1.6

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.
  • Fixed setting ACL parameter when invoking the “PutObject” function
    Thanks to Graw for reporting this