Skip to content

Commit 0332f75

Browse files
chore(main): release iapp-api 1.0.0
1 parent a836e4c commit 0332f75

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"api":"0.3.2","cli":"1.3.1"}
1+
{"api":"1.0.0","cli":"1.3.1"}

api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.3.2...iapp-api-v1.0.0) (2025-12-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `POST /sconify` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; `POST /sconify/build` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; websocket API request `SCONIFY` is dropped, websocket API request `SCONIFY_BUILD` must be used instead; template `Python` is dropped, template `Python3.13` must be used instead; sconeVersion `v5` or `undefined` is dropped, sconeVersion `v5.9` must be used instead; sconeProd `false` or `undefined` is dropped, sconeProd `true` must be used instead.
9+
10+
### Changed
11+
12+
* drop support for deprecated APIs ([#254](https://github.com/iExecBlockchainComputing/iapp/issues/254)) ([a836e4c](https://github.com/iExecBlockchainComputing/iapp/commit/a836e4cff321085792b264a75db6d7697bad5363))
13+
314
## [0.3.2](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.3.1...iapp-api-v0.3.2) (2025-08-21)
415

516

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iapp-api",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)