Skip to content

Commit cdabd20

Browse files
committed
Merge branch 'dev'
2 parents cc82b01 + 37a89e2 commit cdabd20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## 1.8.0 -- 2021-01-25
6+
### Added
7+
- Each actor now has a ``revision`` number property, a monotonically increasing integer that updates every time the
8+
actor's image is updated (including updates with ``force=True``). Workers are also started with the current revision
9+
number and stop processing messages once their revision number is less than the actor's current revision.
10+
11+
### Changed
12+
- The autoscaler algorithm has been updated to be more resilient to runtime exceptions and other issues.
13+
- A bug has been fixed that caused the status of an execution to remain in RUNNING state even after the actor was put
14+
in ERROR state.
15+
- A bug has been fixed that prevented the actor's mailbox queue in RabbitMQ from being deleted when the actor is deleted.
16+
- The channels module has been modified to make more use of the BasicTaskQueue class to decrease the RabbitMQ footprint
17+
of the system. Additionally, we have improved some handling of queues by more aggressively deleting them.
18+
19+
### Removed
20+
- No change.
21+
22+
523
## 1.7.0 - 2020-11-10
624
### Added
725
- Added support for a cron scheduling feature for actors. The cron schedule feature allows users to

0 commit comments

Comments
 (0)