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
Fixed issue where the actor's token attribute was not being processed correctly causing tokens to be generated even for actors for which the attribute was false.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## 1.5.0 - 2019-09-16 (target 2019-11-01)
5
+
### Added
6
+
7
+
### Changed
8
+
- Fixed issue where the actor's token attribute was not being processed correctly causing tokens to be generated even for actors for which the attribute was false.
9
+
- Fixed issue where hypyerlinks in response model for executions were not generated correctly, showing the actor's internal database id instead of the human readable id.
10
+
11
+
12
+
### Removed
13
+
- No change.
14
+
15
+
4
16
## 1.4.0 - 2019-09-16
5
17
### Added
6
18
- Added `hints` attribute to the actor data model, a list of strings representing metadata about an actor. "Official"
0 commit comments