All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
3157 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
August 03, 2016๐ 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
- ๐ฑ
-
v1.0.153 Changes
June 06, 2016๐ 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
- ๐ฑ
-
v1.0.152 Changes
March 14, 2016- ๐ฑ ๐ Various bug fixes and stability improvements
-
v1.0.151 Changes
February 28, 2016- ๐ฑ ๐ 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
-
v1.0.150 Changes
February 09, 2016- ๐ฑ ๐ Don't allow deleted users to sign in
- ๐ฑ
Dialogs archiving logic
- ๐ฑ
Skip message in history in case if it can't be parsed
-
v1.0.149 Changes
February 05, 2016- ๐ฑ ๐ 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
-
v1.0.148 Changes
February 03, 2016- ๐ฑ ๐ Fixed migration
-
v1.0.147 Changes
February 03, 2016- ๐ ๐ Increased unread messages counter performance
- ๐ฑ ๐ Delay RPC Requests ACKs as there is no need to send ACK if response came up quickly
-
v1.0.146 Changes
February 02, 2016- ๐ฑ ๐ 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
-
v1.0.145 Changes
February 01, 2016- ๐ฑ ๐ Don't allow deleted users to log in