From cfc00efe720d7d9baf25012976d45dc92eb0d31b Mon Sep 17 00:00:00 2001 From: Matej Baco Date: Mon, 20 Dec 2021 12:22:24 +0100 Subject: [PATCH] Updated 0.12 breaking changes --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0f67bc5904..fb7e10fb3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,14 @@ - Grouped auth related attributes in project collection. Introduced new attribute `auths` and removed all attributes related to auth methods and `usersAuthLimit` as well, all these are grouped under `auths` attribute - Grouped oAuth related attributes in project collection. Introduced new attribute `providers` and removed all attributes related to OAuth2 providers. All OAuth2 attributes are grouped under `providers` - Project model changed, `userAuth` => `auth` example `userAuthEmailPassword` => `authEmailPassword`, also `userOauth2...` => `provider...` example `userOauth2GithubAppid` => `providerGithubAppid` + +# Version 0.12.0 + +## Breaking Changes (Read before upgrading!) + +- Multiple HealthAPI response models were changed to new (better) schema +- Method `health.getAntiVirus()` hsa been renamed to `health.getAntivirus()` + # Version 0.11.0 ## Features