Releases: Scalingo/go-scalingo
Releases · Scalingo/go-scalingo
v6.7.0
What's Changed
- feat: review app event by @yohann-bacha in #334
- Add maintenance windows by @SCedricThomas in #339
- chore(deps): bump github.com/Scalingo/go-utils/errors/v2 from 2.2.0 to 2.3.0 by @dependabot in #342
- chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #343
- Maintenance listing by @SCedricThomas in #344
- feat(maintenance): add maintenance show by @curzolapierre in #347
Full Changelog: v6.6.0...v6.7.0
v6.6.0
What's Changed
- feat: query data of a single pull request by @yohann-bacha in #335
- Bump v6.6.0 by @yohann-bacha in #337
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
- refactor(users): reduce nesting by @Chirab in #323
- feat(client): cache the HTTP clients by @francois2metz in #322
- feat(events): add data to EventLinkScm, create EventUpdateLinkScm by @yohann-bacha in #329
- feat(scm_repo_link): add ManualDeployResponse by @gnuletik in #332
- Bump v6.5.0 by @EtienneM in #333
New Contributors
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- feat(stacks) add support for Deployment
stack_base_image
by @cyrille-sg in #309 - feat(backup): add
StartedAt
andMethod
fields by @EtienneM in #311 - chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 by @dependabot in #315
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #316
- feat: update Go from 1.17 to 1.20 by @EtienneM in #318
- feat(one-off): allow attached one-off to be run asynchronously by @ipfaze in #317
- fix(one-off): renamed oneoffdata to startoneoffdata by @yohann-bacha in #320
- Bump v6.4.0 by @ipfaze in #321
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- feat: allow review apps creation from forks by @yohann-bacha in #300
- BREAKING CHANGE: chore(debt): Remove GithubLinkService in favor of SCMRepoLinkService by @aurelien-reeves-scalingo in #304
- Feat/stack/stack changed event by @cyrille-sg in #305
- feat(deployments): add support for Deployment image_size by @EtienneM in #306
- feat(apps): add support for hds_resource by @EtienneM in #307
- Bump v6.3.0 by @EtienneM in #308
New Contributors
- @yohann-bacha made their first contribution in #300
Full Changelog: v6.2.0...v6.3.0
v6.2.0
v6.1.0
v6.0.1
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