Releases: Scalingo/go-scalingo
Releases · Scalingo/go-scalingo
4.14.0
- fix(apps): typo on the
UpdatedAt
field of the Apps #220
- fix(token): correctly deserialize the
ID
#222
- feat(token): add the
LastUsedAt
field #222
- feat(deployments): add the
DeploymentListWithPagination
method #221
- feat(addon): add the
ProvisionedAt
and DeprovisionedAt
fields #224
4.13.1
- build(deps): bump github.com/golang/mock from 1.5.0 to 1.6.0
- Add
DeploymentUUID
to the deployment event and fix a typo #216
- build(deps): replace deprecated github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt
- chore: update from Go 1.13 to 1.17
4.13.0
- feat(domain): add SSL status #207
- feat: add user agent to auth and DB API requests #206
- feat(event): add support for notifier events #205
- Add
ContainersStop
to stop a running one-off container #204
- Add
AppsContainersPs
to list all application's containers #204 and #208
- Add
AppsContainerTypes
and deprecate AppsPs
#204 and #208
4.11.1
Rename DeployEvent*
structures to DeploymentEvent*
#201
4.11.0
- Add
DeployEvent
structure which represents a deployment stream event sent on the websocket #200
4.10.0
- Remove headers from
Request
of http.parseJSON
returned error
#199
- Add missing fields
Plan.SKU
(corresponding catalogue name)
#198 thanks @mackwic
4.8.1
- Add support for database_type_versions#show endpoint
- Go module v4