Skip to content

Commit a2f74a3

Browse files
0.8.3
1 parent 826bcc3 commit a2f74a3

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/remove-ci-trace-auto-enable.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- 0e1c9e0: Fix trace logs interfering with output when CI=true
8+
- Removed automatic trace log enabling when CI environment variable is set
9+
- Trace logs no longer pollute stderr in CI/CD environments (GitHub Actions, GitLab CI, etc.)
10+
- Added COMMAND_STREAM_TRACE environment variable for explicit trace control
11+
- COMMAND_STREAM_TRACE=true explicitly enables tracing
12+
- COMMAND_STREAM_TRACE=false explicitly disables tracing (overrides COMMAND_STREAM_VERBOSE)
13+
- COMMAND_STREAM_VERBOSE=true continues to work as before
14+
- JSON parsing works reliably in CI environments
15+
16+
Fixes #135
17+
318
## 0.8.2
419

520
### Patch Changes

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "command-stream",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Modern $ shell utility library with streaming, async iteration, and EventEmitter support, optimized for Bun runtime",
55
"type": "module",
66
"main": "src/$.mjs",

0 commit comments

Comments
 (0)