Skip to content

Releases: Scalingo/go-scalingo

v6.7.0

12 Jul 13:19
f5f6008
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.0...v6.7.0

v6.6.0

15 May 13:59
6c5a488
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.6.0

v6.5.0

18 Apr 14:19
2e5a81f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.5.0

v6.4.0

16 Mar 13:35
fe2ab27
Compare
Choose a tag to compare

What's Changed

  • feat(stacks) add support for Deployment stack_base_image by @cyrille-sg in #309
  • feat(backup): add StartedAt and Method 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

17 Feb 09:31
656b91e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

07 Feb 10:03
f2008e9
Compare
Choose a tag to compare

What's Changed

  • feat(workflows): enable ghaction-dependabot-automerge by @EtienneM in #299
  • feat(status code): handle too many requests exception by @ipfaze in #302
  • release/v6.2.0 by @ipfaze in #303

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

29 Dec 16:24
e8e11e1
Compare
Choose a tag to compare
  • feat(events): Add Detached field for EventRun #292
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3
  • feat(send-signal): new function ContainersKill to request the send-signal api's endpoint #295

v6.0.1

08 Nov 10:03
445215d
Compare
Choose a tag to compare
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
  • chore(deps): replace golang.org/x/net/websocket -> github.com/gorilla/websocket

v6.0.0

28 Sep 13:02
Compare
Choose a tag to compare

BREAKING CHANGES

Linting:

  • App.GitUrlApp.GitURL
  • ContainerStat.CpuUsageContainerStat.CPUUsage
  • LogsArchiveItem.UrlLogsArchiveItem.URL
  • PullRequest.UrlPullRequest.URL
  • PullRequest.HtmlUrlPullRequest.HTMLURL

Making things more homogeneous:

  • PeriodicBackupsConfigDatabaseUpdatePeriodicBackupsConfig
  • PeriodicBackupsConfigParamsDatabaseUpdatePeriodicBackupsConfigParams

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

v5.2.2

26 Sep 08:29
e3a6283
Compare
Choose a tag to compare
  • feat(logs): add timestamp to the logs URL #283