Skip to content

Commit ad877a2

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 16b9293 commit ad877a2

File tree

4 files changed

+5630
-2018
lines changed

4 files changed

+5630
-2018
lines changed

packages/clients/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.12.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-15)
7+
8+
### Features
9+
10+
- **billing:** list discounts in v2beta1 and update list consumptions response ([#1099](https://github.com/scaleway/scaleway-sdk-js/issues/1099)) ([be05dd3](https://github.com/scaleway/scaleway-sdk-js/commit/be05dd30f8be3f29b06d64f4ce4c666685d7be66))
11+
- **iam:** add filtering on multiple IDs on listing endpoints ([#1094](https://github.com/scaleway/scaleway-sdk-js/issues/1094)) ([359c80c](https://github.com/scaleway/scaleway-sdk-js/commit/359c80ccab0a56a155bec8dc8bdd726046f3e3ae))
12+
- **instance:** add start_date to server maintenance ([#1101](https://github.com/scaleway/scaleway-sdk-js/issues/1101)) ([828812f](https://github.com/scaleway/scaleway-sdk-js/commit/828812fbbf718ca7736c2bf7046abafbcaeb9f2a))
13+
- **k8s:** add field to hide token from kubeconfig ([#1093](https://github.com/scaleway/scaleway-sdk-js/issues/1093)) ([ba55c0b](https://github.com/scaleway/scaleway-sdk-js/commit/ba55c0b0c95ef2ec1a028f0a6bb8422448669e05))
14+
- **serverless_jobs:** add run options when starting a job ([#1102](https://github.com/scaleway/scaleway-sdk-js/issues/1102)) ([4315f18](https://github.com/scaleway/scaleway-sdk-js/commit/4315f184b7f3503a8eaf168b59d695cc22e2be66))
15+
16+
### Bug Fixes
17+
18+
- **serverless_sqldb:** restore fields in messages ([#1095](https://github.com/scaleway/scaleway-sdk-js/issues/1095)) ([9951323](https://github.com/scaleway/scaleway-sdk-js/commit/9951323e8ed8fdd25a2badcee38514db040a0342))
19+
620
## [2.11.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2024-01-08)
721

822
### Features

packages/clients/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/sdk",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK.",
66
"keywords": [

packages/clients/src/scw/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = 'v2.11.0'
1+
export const version = 'v2.12.0'
22

33
export const userAgent = `scaleway-sdk-js/${version}`

0 commit comments

Comments
 (0)