Releases: linear-b/gitstream-github-action
Releases · linear-b/gitstream-github-action
2.0.199: bump @linearb/gitstream-core to 2.1.234 (#458)
What's Changed
Bump to in #458
🐛 Bug Fixes
- Fixed incorrect payload size reporting in error messages for oversized PR requests
2.0.198: bump @linearb/gitstream-core to 2.1.233 (#457)
What's Changed
Bump to in #457
🔧 Improvements
- Automation conditions now work with numbers and comparison operators
- Fixed false validation errors in rule expressions
2.0.197: Bump `@linearb/gitstream-core` to `2.1.232` (#455)
What's Changed
Bump to in #455
🐛 Bug Fixes
- Fixed Markdown headers being incorrectly removed when processing documentation and comments.
2.0.196: bump @linearb/gitstream-core to 2.1.231 (#451)
What's Changed
Bump to in #451
🐛 Bug Fixes
- Fixed validation for configuration files containing ternary expressions and complex Jinja blocks
- Added support for string concatenation in array elements
- Remove retry on Bad Gateway for AI
2.0.195: Bump `@linearb/gitstream-core` to `2.1.230` (#450)
2.0.194: bump @linearb/gitstream-core to 2.1.229 (#448)
What's Changed
Bump to in #448
✨ New Features
- Added ability to monitor commit statuses in watchers to track build results and other code checks.
2.0.193: Bump `@linearb/gitstream-core` to `2.1.228` (#447)
2.0.189: Bump `@linearb/gitstream-core` to `2.1.227` (#442)
What's Changed
Bump to in #442
✨ New Features
- Chain automations together by using outputs from action (aka actions output)
- Include or exclude specific users from automation rules
🐛 Bug Fixes
- Fixed AI code reviews timing out due to temporary network issues
- Fixed handling of multiline commit messages to preserve formatting properly
🔧 Improvements
- Improved error handling and logging for AI-powered automation actions
- Optimized automation processing for better performance
- Streamlined internal workflow by removing unused caching mechanism for faster execution
- Internal improvements and code optimizations
2.0.188: Optimize cm repo clone by using shallow clone with depth=1 (#436)
What's Changed
LINBEE-20702: Optimize cm repo clone with shallow depth in #436
🔧 Improvements
- Faster clone time for cm repo/org by fetching only the latest commit.