The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Auth API
[6.5.0]
Added
-
OAUTH2 compatible token flow "/token"
Graph API
[7.4.0]
Added
-
timeseries values order and aggregation
-
query for multiple timeseries values
-
allow to create immutable vertices with 'ogit/isPermanent'
[7.3.0]
Added
-
blob flag in OGIT to support attachments on different vertices types
[7.2.0]
Added
-
timeseries write with ttl
[7.1.0]
Deprecated
-
"/me/" calls moved to auth api
Removed
-
"logs" calls
Added
-
attachments versioning
-
immutable timeseries
[7.0.0]
Removed
-
"/_api/" replaced with "/api/version"
-
"/_health/" replaced with "/api/health/7.0/"
-
replaced "/_me" with "/api/graph/7.0/me"
-
replaced "/{id}/picture" with "/me/avatar"
Added
-
split "/_me" into "me/account", "me/avatar", "me/password", "me/profile", "me/roles", "me/teams"
Changed
-
introduce internal data separation properties "ogit/_organization", "ogit/_scope"
-
replace all ids strings with uuids like "ogit/_owner", "ogit/_creator"…
-
removed property "ogit/_reader"
-
do not store history for internal attributes updates
-
introduce "ogit/Auth/Account" and "ogit/Auth/AccountProfile" to replace "ogit/Person" for storing identity information
App API
[7.0.0]
Removed
-
CRUD calls moved to internal app-admin api
Added
-
"/config" call for functional accounts
Auth API
[6.4.0]
Added
-
refresh token
[6.3.0]
Added
-
device auth flow
[6.2.0]
Changed
-
switch token format to JWT
[6.1.0]
Added
-
"/me/" calls moved from graph api
-
token count limit for application per account
Removed
-
"consent" calls
Action-ws API
[1.0.0]
Removed
-
all api version 0.9 calls
Added
-
configChanged push message
-
error push message
Changed
-
add ack/nack handling
Action API
[1.0.0]
Removed
-
all api version 0.9 calls
Added
-
get applicabilities
-
get capabilities
Changed
-
different objects storage