Skip to content

Commit e61742c

Browse files
committed
chore(release): publish
- @scaleway/sdk@1.38.0
1 parent fb3fac2 commit e61742c

File tree

4 files changed

+5614
-2011
lines changed

4 files changed

+5614
-2011
lines changed

packages/clients/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.38.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.37.0...@scaleway/sdk@1.38.0) (2023-10-23)
7+
8+
### Features
9+
10+
- **cockpit:** add traces endpoint ([#941](https://github.com/scaleway/scaleway-sdk-js/issues/941)) ([cbc69a3](https://github.com/scaleway/scaleway-sdk-js/commit/cbc69a382b8e7e37b656203630801732aaf5ced8))
11+
- **ipam:** add v1 API ([#938](https://github.com/scaleway/scaleway-sdk-js/issues/938)) ([915f755](https://github.com/scaleway/scaleway-sdk-js/commit/915f7556babb617a31939dfe875258fb8783433d))
12+
- **secret_manager:** add json type with subtype ([#939](https://github.com/scaleway/scaleway-sdk-js/issues/939)) ([f68b0ac](https://github.com/scaleway/scaleway-sdk-js/commit/f68b0acee995b88de0ee21018739a2a797a4d143))
13+
- **serverless:** validate trigger queries ([#940](https://github.com/scaleway/scaleway-sdk-js/issues/940)) ([aa54478](https://github.com/scaleway/scaleway-sdk-js/commit/aa544782572b2d7d127be93812cf742e9163e449))
14+
- **tem:** add domain reputation score ([#946](https://github.com/scaleway/scaleway-sdk-js/issues/946)) ([1823af4](https://github.com/scaleway/scaleway-sdk-js/commit/1823af404814703349d5d859a451080b188c37a5))
15+
- **vpc_gw:** add field to help clients known which pwg is legacy xor ipam ([#936](https://github.com/scaleway/scaleway-sdk-js/issues/936)) ([a8334bc](https://github.com/scaleway/scaleway-sdk-js/commit/a8334bce5b7bb7111a6d43a729c0ee6822cf4be8))
16+
617
## [1.37.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@1.36.0...@scaleway/sdk@1.37.0) (2023-10-16)
718

819
### 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": "1.37.0",
3+
"version": "1.38.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 = 'v1.37.0'
1+
export const version = 'v1.38.0'
22

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

0 commit comments

Comments
 (0)