Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Releases: actorapp/actor-platform

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 03 Aug 20:36

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

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 06 Jun 17:28

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

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 14 Mar 15:35
  • πŸ› Various bug fixes and stability improvements

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 28 Feb 13:01
  • πŸš€ 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

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 09 Feb 01:50
  • πŸ› 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

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 05 Feb 16:28
  • πŸ› 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

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 03 Feb 22:26
  • πŸ› Fixed migration

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 03 Feb 19:57
  • πŸš€ Increased unread messages counter performance
  • πŸš€ Delay RPC Requests ACKs as there is no need to send ACK if response came up quickly

Actor Server

Choose a tag to compare

@actor-bot actor-bot released this 02 Feb 17:09
  • πŸ› 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

Choose a tag to compare

@actor-bot actor-bot released this 01 Feb 14:49
  • πŸ› Don't allow deleted users to log in