Skip to content

Commit 57a03a3

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.34.0
1 parent 3a61fcc commit 57a03a3

File tree

4 files changed

+5082
-1827
lines changed

4 files changed

+5082
-1827
lines changed

packages/clients/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.34.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.33.0...@scaleway/sdk@2.34.0) (2024-06-17)
7+
8+
### Features
9+
10+
- **tem:** add filters on list webhooks events endpoint ([#1313](https://github.com/scaleway/scaleway-sdk-js/issues/1313)) ([3a61fcc](https://github.com/scaleway/scaleway-sdk-js/commit/3a61fccb3189e0e58bb48dae90c870eb2b7ddc1d))
11+
12+
### Bug Fixes
13+
14+
- **dedibox:** change ip_id from string to uint64 ([#1311](https://github.com/scaleway/scaleway-sdk-js/issues/1311)) ([55cf7fb](https://github.com/scaleway/scaleway-sdk-js/commit/55cf7fb603625a011bed5e4f6215a6c5177f22f3))
15+
- **ipam/v1:** allow source field to be null in responses ([#1315](https://github.com/scaleway/scaleway-sdk-js/issues/1315)) ([ca272ea](https://github.com/scaleway/scaleway-sdk-js/commit/ca272ea92c5bbe7a3efa3e16ecff2af1118ba47a))
16+
- **lb:** change default value for assign_flexible_ip ([#1312](https://github.com/scaleway/scaleway-sdk-js/issues/1312)) ([b46948e](https://github.com/scaleway/scaleway-sdk-js/commit/b46948eeb84afba8069179259c70517588c3eb3f))
17+
618
## [2.33.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.32.0...@scaleway/sdk@2.33.0) (2024-06-10)
719

820
### 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.33.0",
3+
"version": "2.34.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.33.0'
1+
export const version = 'v2.34.0'
22

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

0 commit comments

Comments
 (0)