v6.0.0
BREAKING CHANGES
Linting:
App.GitUrl
→App.GitURL
ContainerStat.CpuUsage
→ContainerStat.CPUUsage
LogsArchiveItem.Url
→LogsArchiveItem.URL
PullRequest.Url
→PullRequest.URL
PullRequest.HtmlUrl
→PullRequest.HTMLURL
Making things more homogeneous:
PeriodicBackupsConfig
→DatabaseUpdatePeriodicBackupsConfig
PeriodicBackupsConfigParams
→DatabaseUpdatePeriodicBackupsConfigParams
What's Changed
- Add ability to add/remove database features by @Soulou in #285
- review(285) Create mock for DatabasesService, document file and normalize naming by @Soulou in #286
- chore(linter) Fix linter offense on App, ContainerStat, LogsArchiveItem and PullRequest public structs by @johnsudaar in #288
- feature(data_access_consent) Add support for data_access_consent by @johnsudaar in #287
Full Changelog: v5.2.2...v6.0.0