Skip to content

Commit 83b3535

Browse files
committed
chore(release): publish
- @scaleway/sdk@2.16.0
1 parent dd0aa44 commit 83b3535

File tree

4 files changed

+5462
-1958
lines changed

4 files changed

+5462
-1958
lines changed

packages/clients/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.15.0...@scaleway/sdk@2.16.0) (2024-02-12)
7+
8+
### Features
9+
10+
- **ipam:** add llm_deployment resource ([#1134](https://github.com/scaleway/scaleway-sdk-js/issues/1134)) ([46c52d3](https://github.com/scaleway/scaleway-sdk-js/commit/46c52d31ce1ef6ac2148d0dca47f3eaa4ec409aa))
11+
- **serverless_jobs:** returns a list of job runs when starting a job definition ([#1140](https://github.com/scaleway/scaleway-sdk-js/issues/1140)) ([e9e03b8](https://github.com/scaleway/scaleway-sdk-js/commit/e9e03b83dcb2236c9ef2f387a1e2de45c8884e1a))
12+
- **serverless:** deprecate /logs and /metrics endpoints ([#1139](https://github.com/scaleway/scaleway-sdk-js/issues/1139)) ([50451b5](https://github.com/scaleway/scaleway-sdk-js/commit/50451b56e882ad6e4dd5c3ff465ec9ee1cc24a6e))
13+
614
## [2.15.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.14.0...@scaleway/sdk@2.15.0) (2024-02-05)
715

816
### 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.15.0",
3+
"version": "2.16.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.15.0'
1+
export const version = 'v2.16.0'
22

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

0 commit comments

Comments
 (0)