All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
2428 days ago

Changelog History

  • v3.0.0 Changes

    August 03, 2016

    🚀 Release notes

    • 🍱 :shipit: 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

    ➕ 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
    • 🍱 :shipit: Flexible activation config
    • 🍱 :shipit: EventBus service
    • ⬆️ 🚀 Upgrade botkit(stability improvements)
    • 🍱 :shipit: Unified error handling in rpc services
    • ⚡️ 🐛 Optimize bot updates
    • 🍱 🐛 Correct sender in kick/leave from group service messages
    • 🍱 :shipit: 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
    • 🍱 :shipit: Dialogs archiving logic
    • 🍱 :shipit: 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
    • 🍱 :shipit: 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