1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Updated 0.12 breaking changes

This commit is contained in:
Matej Baco 2021-12-20 12:22:24 +01:00
parent a6b19775e9
commit cfc00efe72

View file

@ -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<AuthMethod>` => `auth<AuthMethod>` example `userAuthEmailPassword` => `authEmailPassword`, also `userOauth2<Provider>...` => `provider<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