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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
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)
4
+
## 1.5.0 - 2019-10-29
5
5
### Added
6
+
- Added an endpoint `PUT /actors/aliases/{alias}` for updating the
7
+
definition of an alias. Requires `UPDATE` permission for the alias as well as for the actor to which the alias should be defined.
6
8
7
9
### Changed
10
+
- Fixed a bug where nonces defined for aliases would not be honored when using the alias in the URL (they were only honored when using the actor id assigned to the alias).
11
+
- Fixed issue where autoscaler did not properly scale down worker pools for actors with the `sync` hint. They are now scaled down to 1.
12
+
- The permission check on all on all `/aliases/{alias}` endpoints has been updated to require UPDATE on the associated `actor_id`.
8
13
- 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
14
- 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
-
15
+
- Fixed error messaging when using a nonce and the API endpoint+HTTP verb combination do not exist.
16
+
- The admin role is now recognized when checking access to certain objects in some edge cases, including when a nonce is used.
11
17
12
18
### Removed
13
-
-No change.
19
+
-It is no longer possible to create an alias nonce for permission levels UPDATE.
0 commit comments