Skip to content

Commit b4696de

Browse files
chore(main): release iexec-market-api 7.0.0 (#33)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent a35fef5 commit b4696de

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-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":"6.4.1","watcher":"7.0.0"}
1+
{"api":"7.0.0","watcher":"7.0.0"}

api/CHANGELOG.md

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

3+
## [7.0.0](https://github.com/iExecBlockchainComputing/iexec-market-api/compare/iexec-market-api-v6.4.1...iexec-market-api-v7.0.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* iExec Enterprise (eRLC) is no longer supported
9+
10+
### Added
11+
12+
* add engines requirements ([df420fd](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/df420fd442ef2d3bad09ef983cb288dfa51ea114))
13+
* raise orders volume limit to MAX_SAFE_INTEGER ([#36](https://github.com/iExecBlockchainComputing/iexec-market-api/issues/36)) ([549a6f8](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/549a6f88017a4d4a73c106cf83ce8d9c71d22087))
14+
15+
16+
### Changed
17+
18+
* **api:** resolve mongoose connection race condition with asPromise() ([b52a1db](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/b52a1db580ea46dc21dfc45e0acc66d9e81268f4))
19+
* avoid possible withdraw 0 in tests ([e652743](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/e6527436d6a4a3cc5800b3661d3c8f7325c3f42e))
20+
* set default value for BELLECOUR_IEXEC_ADDRESS ([9e0c7bd](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/9e0c7bdfafb61adc51d3f56624bb389e33c244fc))
21+
22+
23+
### Misc
24+
25+
* migrate codebase to esm (migrate to iexec v8 + drop enterprise) ([bd9b536](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/bd9b53695617c43e39ffeb0c005f2e5c6f449559))
26+
327
## v6.4.1
428

529
* fix openapi for `GET /requestorders`

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": "iexec-market-api",
3-
"version": "6.4.1",
3+
"version": "7.0.0",
44
"type": "module",
55
"description": "iexec marketplace api gateway",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)