Actor v1.0.153 Release Notes

Release Date: 2016-06-06 // almost 8 years ago
  • ๐Ÿš€ Release notes

    • ๐Ÿฑ :shipit: bot's slash commands
    • โšก๏ธ ๐Ÿ› improved integration with Apple Push Notifcation Service(aka apple push). This change added additional system requirements; installation described here: https://developer.actor.im/docs/prerequisites#section-updating-openssl-and-installing-libapr1
    • ๐Ÿฑ ๐Ÿ› improved GCM(aka google push) integration
    • ๐Ÿฑ ๐Ÿš€ overhaul of internal dialog representation
    • ๐Ÿฑ ๐Ÿ› various fixes in call, file and activation modules

    โž• Additional prerequisites

    ๐Ÿš€ This release introduces new system requirements described here: https://developer.actor.im/docs/prerequisites#section-updating-openssl-and-installing-libapr1

    โšก๏ธ How to get this update

    If you use actor-bootstrap

    ๐Ÿ— Make sure you have the latest revision of https://github.com/actorapp/actor-bootstrap, and server/build.sbt file contains correct version of actor-server-sdk, like this:

     libraryDependencies += "im.actor.server" % "actor-server-sdk" % "1.0.153"
    

    If you have the previous version of actor-server, installed via PPA

    execute on your server:

    sudo apt-get update
    sudo apt-get install --only-upgrade actor
    

    If you don't have previous actor-server installation

    ๐Ÿ‘‰ Use automatic installation script on Ubuntu 14.04