This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
Releases: actorapp/actor-platform
Releases Β· actorapp/actor-platform
Actor Server
Release notes
- a lot of new group features
- π various bugfixes
- π server dependencies updates
New groups π
This release focused on group features, including:
- private and public channels;
- short names for public groups. Just like user can have nickname, group can have short names assigned by owner. Short name can be used to find group in global search, or invite people with nice invite url.
- shared history for public groups;
- multiple group admins;
- ownership transfer;
- fine grained permission settings for admins/members. Owner of group decides what members can/can't do;
- optimized performance for big groups.
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" % "3.0.0"
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
Actor Server
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
Actor Server
- π Various bug fixes and stability improvements
Actor Server
- π Faster encryption
- Flexible activation config
- EventBus service
- π Upgrade botkit(stability improvements)
- Unified error handling in rpc services
- π Optimize bot updates
- π Correct sender in kick/leave from group service messages
- Actor bots sends activation code, if user was online recently
- π WebRTC fixes
Actor Server
- π Don't allow deleted users to sign in
- Dialogs archiving logic
- Skip message in history in case if it can't be parsed
Actor Server
- π Encryption service fixes
- π Allow Range HTTP Header in files
- Strip bad messages from history
- π Return keys in ResponseSendEncryptedPackage event if own keys aren't present
Actor Server
- π Fixed migration
Actor Server
- π Increased unread messages counter performance
- π Delay RPC Requests ACKs as there is no need to send ACK if response came up quickly
Actor Server
- π Count messages from public groups in global counter
- π Don't remove whitespaces from file names
- π π Upgrade Akka to 2.4.2-RC2 β files uploading fix, memory leak fix and performance boost
Actor Server
- π Don't allow deleted users to log in