Skip to content

Commit a35fef5

Browse files
chore(main): release iexec-market-watcher 7.0.0 (#34)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Co-authored-by: pjt <[email protected]>
1 parent 9e0c7bd commit a35fef5

File tree

4 files changed

+27
-4
lines changed

4 files changed

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

watcher/CHANGELOG.md

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

3+
## [7.0.0](https://github.com/iExecBlockchainComputing/iexec-market-api/compare/iexec-market-watcher-v6.4.1...iexec-market-watcher-v7.0.0) (2025-09-23)
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+
* **watcher:** migrate from Agenda to BullMQ for job queuing ([#35](https://github.com/iExecBlockchainComputing/iexec-market-api/issues/35)) ([c79f28f](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/c79f28f6464b39ca641ae3b3863dc67633e4dee6))
14+
15+
16+
### Changed
17+
18+
* avoid possible withdraw 0 in tests ([e652743](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/e6527436d6a4a3cc5800b3661d3c8f7325c3f42e))
19+
* **watcher:** resolve mongoose connection race condition with asPromise() ([97de644](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/97de644090bfb24bd28298bd02b444944a1e1d9e))
20+
21+
22+
### Misc
23+
24+
* migrate codebase to esm (migrate to iexec v8 + drop enterprise) ([bd9b536](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/bd9b53695617c43e39ffeb0c005f2e5c6f449559))
25+
326
## v6.4.1
427

528
* fix openapi for `GET /requestorders`

watcher/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.

watcher/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-watcher",
3-
"version": "6.4.1",
3+
"version": "7.0.0",
44
"type": "module",
55
"description": "watch iexec contract to keep off-chain orderbook up to date",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)