All Versions
10
Latest Version
Avg Release Cycle
20 days
Latest Release
2823 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

    • ๐Ÿฑ :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

  • 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