File tree 4 files changed +5011
-1804
lines changed
4 files changed +5011
-1804
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.55.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.54.0...@scaleway/sdk@2.55.0 ) (2024-11-18)
7
+
8
+ ### Features
9
+
10
+ - ** block:** improve arguments configuration ([ #1576 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1576 ) ) ([ aa34b25] ( https://github.com/scaleway/scaleway-sdk-js/commit/aa34b256c86d21e27737ad460939a9c5462ea9e8 ) )
11
+ - ** iam:** add send_welcome_email in CreateUser ([ #1569 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1569 ) ) ([ be1f311] ( https://github.com/scaleway/scaleway-sdk-js/commit/be1f311818a4612359ae49afde001855dc4268b7 ) )
12
+ - ** mongodb:** add DeleteEndpoint ([ #1575 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1575 ) ) ([ cbd4509] ( https://github.com/scaleway/scaleway-sdk-js/commit/cbd4509d1872d561beabe5d1fa02fa1f9bcb8ab9 ) )
13
+ - ** webhosting:** add hosting resource summary ([ #1573 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1573 ) ) ([ 54c1f2e] ( https://github.com/scaleway/scaleway-sdk-js/commit/54c1f2e4c203c4cacac269b7d67e0cffbee209ea ) )
14
+
6
15
## [ 2.54.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.53.0...@scaleway/sdk@2.54.0 ) (2024-11-11)
7
16
8
17
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 2.54 .0" ,
3
+ "version" : " 2.55 .0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Scaleway SDK." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
- export const version = 'v2.54 .0'
1
+ export const version = 'v2.55 .0'
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments