@auto-engineer/release-automation 1.67.0 → 1.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @auto-engineer/release-automation
|
|
2
2
|
|
|
3
|
+
## 1.68.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`465e8cb`](https://github.com/BeOnAuto/auto-engineer/commit/465e8cb4ef9ebc43a3ecb3ce979f2cd19631310d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: emit PipelineRestarted event on RestartPipeline command
|
|
8
|
+
- **pipeline**: add SQLite persistence with dual-write and replay on startup
|
|
9
|
+
- **pipeline**: session-based status tracking
|
|
10
|
+
- **pipeline**: parallelize emit mapping commands with Promise.all
|
|
11
|
+
- **pipeline**: pipeline server v2 with POST /command, GET /health, /registry, /events SSE
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`b8c20b7`](https://github.com/BeOnAuto/auto-engineer/commit/b8c20b7c68bbea8aba9974b5d70193fb608bf014) Thanks [@osamanar](https://github.com/osamanar)! - - Bumped Turbo build tool to a newer version
|
|
16
|
+
|
|
3
17
|
## 1.67.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|