You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## 1.2.0 - 2019-07-15
5
+
### Added
6
+
- Added actor events subsystem with events agent that reads from the events queue.
7
+
- Added support for actor links to send an actor's events to another actor.
8
+
- Added support for an actor webhook property for sending an actor's events as an HTTP POST to an endpoint.
9
+
- Added timing data to messages POST processing.
10
+
11
+
### Changed
12
+
- Executions now change to status "RUNNING" as soon as a worker starts the corresponing actor container.
13
+
- Force halting an execution fails if the status is not RUNNING.
14
+
- Reading and managing nonces associated with aliases requires permissions on both the alias and the actor.
15
+
- Spawner now sets actor to READY state before setting worker to READY state to prevent autoscaler from stopping worker before actor is update to READY.
16
+
- Updated ActorMsgQueue to use a new, simpler class, TaskQueue, removing dependency on channelpy.
17
+
18
+
### Removed
19
+
- No change.
20
+
21
+
4
22
## 1.1.0 - 2019-06-18
5
23
### Added
6
24
- Added support for sending synchronous messages to an actor.
0 commit comments