Skip to content

Commit aa0ee02

Browse files
committedJun 25, 2017
Add batch capabilities to the API. Add protocol documentation. Merged heroiclabs#77
Make User ID available in Runtime After authentication invocations
1 parent 2929f7e commit aa0ee02

16 files changed

+1059
-285
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
### Changed
9+
- Restructure and stabilize API messages.
10+
- Add batch operations Friends social graph.
11+
12+
### Fixed
13+
- Invocation type was always set to "Before" in After Runtime scripts.
14+
- User ID was not passed to context in After Authentication invocations.
15+
- Authentication runtime invocation messages were named with leading "." and trailing "_".
16+
817
## [0.13.1] - 2017-06-08
918
### Added
1019
- Runtime Base64 and Base16 conversion util functions.

0 commit comments

Comments
 (0)
Please sign in to comment.