Actor v1.0.153 Release Notes
Release Date: 2016-06-06 // almost 7 years ago-
๐ Release notes
- ๐ฑ
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
- ๐ฑ