File tree 4 files changed +5177
-1866
lines changed
4 files changed +5177
-1866
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.36.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.35.0...@scaleway/sdk@2.36.0 ) (2024-07-01)
7
+
8
+ ### Features
9
+
10
+ - ** container:** add of sandbox ([ #1338 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1338 ) ) ([ 65f3c66] ( https://github.com/scaleway/scaleway-sdk-js/commit/65f3c66eba15435463302e1f9e5b0b3ab26fb010 ) )
11
+ - ** secret_manager:** add ListSecretTypes endpoint ([ #1340 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1340 ) ) ([ 21b069f] ( https://github.com/scaleway/scaleway-sdk-js/commit/21b069fb4eb72ce7374f75642f11d54847e8a52a ) )
12
+
13
+ ### Bug Fixes
14
+
15
+ - ** inference:** change namespace ([ #1339 ] ( https://github.com/scaleway/scaleway-sdk-js/issues/1339 ) ) ([ 9ff7b6d] ( https://github.com/scaleway/scaleway-sdk-js/commit/9ff7b6dde0d1969f11828a5d70d237d1419f5247 ) )
16
+
6
17
## [ 2.35.0] ( https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.34.0...@scaleway/sdk@2.35.0 ) (2024-06-24)
7
18
8
19
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scaleway/sdk" ,
3
- "version" : " 2.35 .0" ,
3
+ "version" : " 2.36 .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.35 .0'
1
+ export const version = 'v2.36 .0'
2
2
3
3
export const userAgent = `scaleway-sdk-js/${ version } `
You can’t perform that action at this time.
0 commit comments