Skip to content

Commit d369c62

Browse files
committed
chore(release): publish
- @scaleway/sdk-account@2.1.0 - @scaleway/sdk-applesilicon@2.1.0 - @scaleway/sdk-audit-trail@2.1.0 - @scaleway/sdk-autoscaling@2.1.0 - @scaleway/sdk-baremetal@2.1.0 - @scaleway/sdk-billing@2.1.0 - @scaleway/sdk-block@2.1.0 - @scaleway/sdk-cockpit@2.1.0 - @scaleway/sdk-container@2.1.0 - @scaleway/sdk-datawarehouse@2.1.0 - @scaleway/sdk-dedibox@2.1.0 - @scaleway/sdk-domain@2.1.0 - @scaleway/sdk-edge-services@2.1.0 - @scaleway/sdk-environmental-footprint@2.1.0 - @scaleway/sdk-file@2.1.0 - @scaleway/sdk-flexibleip@2.1.0 - @scaleway/sdk-function@2.1.0 - @scaleway/sdk-iam@2.1.0 - @scaleway/sdk-inference@2.1.0 - @scaleway/sdk-instance@2.1.0 - @scaleway/sdk-interlink@2.1.0 - @scaleway/sdk-iot@2.1.0 - @scaleway/sdk-ipam@2.1.0 - @scaleway/sdk-jobs@2.1.0 - @scaleway/sdk-k8s@2.1.0 - @scaleway/sdk-kafka@2.1.0 - @scaleway/sdk-key-manager@2.1.0 - @scaleway/sdk-lb@2.1.0 - @scaleway/sdk-marketplace@2.1.0 - @scaleway/sdk-mnq@2.1.0 - @scaleway/sdk-mongodb@2.1.0 - @scaleway/sdk-product-catalog@2.1.0 - @scaleway/sdk-qaas@2.1.0 - @scaleway/sdk-rdb@2.1.0 - @scaleway/sdk-redis@2.1.0 - @scaleway/sdk-registry@2.1.0 - @scaleway/sdk-s2s-vpn@2.1.0 - @scaleway/sdk-secret@2.1.0 - @scaleway/sdk-serverless-sqldb@2.1.0 - @scaleway/sdk-std@2.1.0 - @scaleway/sdk-tem@2.1.0 - @scaleway/sdk-test@2.1.0 - @scaleway/sdk-vpc@2.1.0 - @scaleway/sdk-vpcgw@2.1.0 - @scaleway/sdk-webhosting@2.1.0 - @scaleway/sdk-client@2.1.0 - @scaleway/configuration-loader@2.1.0 - @scaleway/sdk@3.1.0
1 parent 366c334 commit d369c62

File tree

97 files changed

+5155
-1616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+5155
-1616
lines changed

packages/client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1.0 (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- exclude generated config files from biome formatting ([#2661](https://github.com/scaleway/scaleway-sdk-js/issues/2661)) ([e6b1391](https://github.com/scaleway/scaleway-sdk-js/commit/e6b1391483b1ff41d3fcbcb40a89a7f46e934663))
11+
12+
### Features
13+
14+
- publish packages as ESM only ([#2624](https://github.com/scaleway/scaleway-sdk-js/issues/2624)) ([8ab940d](https://github.com/scaleway/scaleway-sdk-js/commit/8ab940deadfbc8fc0d540148c51868dae63a74af))
15+
616
## 2.0.0 (2025-01-XX)
717

818
### ⚠ BREAKING CHANGES

packages/client/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-client",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "Apache-2.0",
55
"description": "Scaleway SDK Client",
66
"keywords": [

packages/configuration-loader/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1.0 (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- exclude generated config files from biome formatting ([#2661](https://github.com/scaleway/scaleway-sdk-js/issues/2661)) ([e6b1391](https://github.com/scaleway/scaleway-sdk-js/commit/e6b1391483b1ff41d3fcbcb40a89a7f46e934663))
11+
12+
### Features
13+
14+
- publish packages as ESM only ([#2624](https://github.com/scaleway/scaleway-sdk-js/issues/2624)) ([8ab940d](https://github.com/scaleway/scaleway-sdk-js/commit/8ab940deadfbc8fc0d540148c51868dae63a74af))
15+
616
## 2.0.0 (2025-01-XX)
717

818
### ⚠ BREAKING CHANGES

packages/configuration-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/configuration-loader",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "Apache-2.0",
55
"description": "Load configuration via file or environment for NodeJS.",
66
"publishConfig": {

packages/sdk/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [3.1.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.76.7...@scaleway/sdk@3.1.0) (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- improve config formatting and exclude sdk index ([#2675](https://github.com/scaleway/scaleway-sdk-js/issues/2675)) ([366c334](https://github.com/scaleway/scaleway-sdk-js/commit/366c334ad282325ec22bce95f6d90d8130081f1f))
11+
- read real exports from packages instead of guessing names to fix TypeScript compilation errors ([#2460](https://github.com/scaleway/scaleway-sdk-js/issues/2460)) ([c8c424e](https://github.com/scaleway/scaleway-sdk-js/commit/c8c424e09d3a365a2592f25abdc0a8d6d86e0f0b))
12+
- **s2s_vpn:** add packages ([#2400](https://github.com/scaleway/scaleway-sdk-js/issues/2400)) ([5703403](https://github.com/scaleway/scaleway-sdk-js/commit/5703403f87dccf9e7f6d8e52c278608c440a6dca))
13+
- **scripts:** move writeFileSync outside loop in generateAlias to fix EUNCOMMIT error in CI ([#2526](https://github.com/scaleway/scaleway-sdk-js/issues/2526)) ([bc6434c](https://github.com/scaleway/scaleway-sdk-js/commit/bc6434c08d27f836b8836407852deeaa3ac19807))
14+
15+
### Features
16+
17+
- **datawarehouse:** update the visibility to public ([#2406](https://github.com/scaleway/scaleway-sdk-js/issues/2406)) ([a38b83e](https://github.com/scaleway/scaleway-sdk-js/commit/a38b83e50f63f7741285fe9ba065bb9af5f7f016))
18+
- **environmental_footprint:** enable v1alpha1 ([#2441](https://github.com/scaleway/scaleway-sdk-js/issues/2441)) ([dec421b](https://github.com/scaleway/scaleway-sdk-js/commit/dec421b7f42d91ec51b63c117764e5c3a606ddf7))
19+
- **kafka:** add v1alpha1 ([#2546](https://github.com/scaleway/scaleway-sdk-js/issues/2546)) ([019c8e2](https://github.com/scaleway/scaleway-sdk-js/commit/019c8e27d7595bfa2c4e55be625731093f708db2))
20+
- publish packages as ESM only ([#2624](https://github.com/scaleway/scaleway-sdk-js/issues/2624)) ([8ab940d](https://github.com/scaleway/scaleway-sdk-js/commit/8ab940deadfbc8fc0d540148c51868dae63a74af))
21+
- sdk export createclient ([#2425](https://github.com/scaleway/scaleway-sdk-js/issues/2425)) ([d8ecf1c](https://github.com/scaleway/scaleway-sdk-js/commit/d8ecf1c4c4e2a497e89d23265752d9d6e3aa73d2))
22+
623
# [3.0.0](https://github.com/scaleway/scaleway-sdk-js/compare/@scaleway/sdk@2.78.0...@scaleway/sdk@3.0.0) (2025-01-XX)
724

825
### ⚠ BREAKING CHANGES

packages/sdk/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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Scaleway SDK TS.",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/account/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.1.0 (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- improve config formatting and exclude sdk index ([#2675](https://github.com/scaleway/scaleway-sdk-js/issues/2675)) ([366c334](https://github.com/scaleway/scaleway-sdk-js/commit/366c334ad282325ec22bce95f6d90d8130081f1f))
11+
12+
### Features
13+
14+
- **account:** add network contract type ([#2442](https://github.com/scaleway/scaleway-sdk-js/issues/2442)) ([74882bb](https://github.com/scaleway/scaleway-sdk-js/commit/74882bb953a0f08a68c348ee43c90d2e9c24c03e))
15+
- **account:** add origin field to the account creation request ([#2587](https://github.com/scaleway/scaleway-sdk-js/issues/2587)) ([dfbea7f](https://github.com/scaleway/scaleway-sdk-js/commit/dfbea7fbb8823f013c1f5a85b9d0a98c21ad6656))
16+
- add extension .js for nodenext ([#2492](https://github.com/scaleway/scaleway-sdk-js/issues/2492)) ([592c46d](https://github.com/scaleway/scaleway-sdk-js/commit/592c46df916c5b8b35f26c13b626eee797970f5d))
17+
- **chore:** add automatic README generation for npm packages ([#2541](https://github.com/scaleway/scaleway-sdk-js/issues/2541)) ([7e8f769](https://github.com/scaleway/scaleway-sdk-js/commit/7e8f769eb14972abb26d6e207844f4a8653e7e90))
18+
- publish packages as ESM only ([#2624](https://github.com/scaleway/scaleway-sdk-js/issues/2624)) ([8ab940d](https://github.com/scaleway/scaleway-sdk-js/commit/8ab940deadfbc8fc0d540148c51868dae63a74af))
19+
620
# 1.2.0 (2025-10-29)
721

822
### Features

packages_generated/account/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-account",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Scaleway SDK account",
55
"license": "Apache-2.0",
66
"files": [

packages_generated/applesilicon/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.1.0 (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- **apple_silicon:** add missing servertype infos for PCU ([#2434](https://github.com/scaleway/scaleway-sdk-js/issues/2434)) ([0c1af30](https://github.com/scaleway/scaleway-sdk-js/commit/0c1af3083bf8f31447caf26d7616eeb311208a05))
11+
- improve config formatting and exclude sdk index ([#2675](https://github.com/scaleway/scaleway-sdk-js/issues/2675)) ([366c334](https://github.com/scaleway/scaleway-sdk-js/commit/366c334ad282325ec22bce95f6d90d8130081f1f))
12+
13+
### Features
14+
15+
- add extension .js for nodenext ([#2492](https://github.com/scaleway/scaleway-sdk-js/issues/2492)) ([592c46d](https://github.com/scaleway/scaleway-sdk-js/commit/592c46df916c5b8b35f26c13b626eee797970f5d))
16+
- **apple_silicon:** add CI-CD runner configuration update API ([#2585](https://github.com/scaleway/scaleway-sdk-js/issues/2585)) ([9b8ee90](https://github.com/scaleway/scaleway-sdk-js/commit/9b8ee90f42e5f4b9e11f676ec941935d3329ea21))
17+
- **apple_silicon:** add CI-CD runner installation APIs ([#2440](https://github.com/scaleway/scaleway-sdk-js/issues/2440)) ([bd2e810](https://github.com/scaleway/scaleway-sdk-js/commit/bd2e810df231e57fa8c077f2e01745e5103add29))
18+
- **apple_silicon:** enable bulk order in public sdk ([#2234](https://github.com/scaleway/scaleway-sdk-js/issues/2234)) ([babbfe9](https://github.com/scaleway/scaleway-sdk-js/commit/babbfe98789b22774f04a43f49a7ce9fb9a43628))
19+
- **apple_silicon:** fix typo in applesilicon SDK comment ([#2238](https://github.com/scaleway/scaleway-sdk-js/issues/2238)) ([be0bbe9](https://github.com/scaleway/scaleway-sdk-js/commit/be0bbe908921b948de70bac7abed592e5957e2ef))
20+
- **applesilicon:** remove support for `runner_configuration` ([#2457](https://github.com/scaleway/scaleway-sdk-js/issues/2457)) ([5119374](https://github.com/scaleway/scaleway-sdk-js/commit/5119374aa5657ee80d994af276adb83c333d11ab))
21+
- **chore:** add automatic README generation for npm packages ([#2541](https://github.com/scaleway/scaleway-sdk-js/issues/2541)) ([7e8f769](https://github.com/scaleway/scaleway-sdk-js/commit/7e8f769eb14972abb26d6e207844f4a8653e7e90))
22+
- publish packages as ESM only ([#2624](https://github.com/scaleway/scaleway-sdk-js/issues/2624)) ([8ab940d](https://github.com/scaleway/scaleway-sdk-js/commit/8ab940deadfbc8fc0d540148c51868dae63a74af))
23+
- update generated APIs ([#2568](https://github.com/scaleway/scaleway-sdk-js/issues/2568)) ([2f69cad](https://github.com/scaleway/scaleway-sdk-js/commit/2f69cadbcd2ad5a9559dafc96e1bb447bbd13ff9))
24+
625
# 1.5.0 (2025-10-29)
726

827
### Bug Fixes

packages_generated/applesilicon/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-applesilicon",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Scaleway SDK applesilicon",
55
"license": "Apache-2.0",
66
"files": [

0 commit comments

Comments
 (0)