Releases: linear-b/gitstream-github-action
Releases · linear-b/gitstream-github-action
2.0.186: bump @linearb/gitstream-core to 2.1.223 (#435)
What's Changed
Bump to in #435
🐛 Bug Fixes
- Fixed API communication issues by adding automatic retry for Gateway Timeout errors
2.0.185: Bump `@linearb/gitstream-core` to `2.1.220` (#430)
What's Changed
Bump to in #430
🐛 Bug Fixes
- Fixed an issue preventing the Python formatter from loading correctly.
2.0.182
What's Changed
Full Changelog: 2.0.181...2.0.182
2.0.181: bump @linearb/gitstream-core to 2.1.216 (#425)
What's Changed
Bump to in #425
✨ New Features
- Added WebAssembly-based Python code formatting that works without requiring Python installation.
🔧 Improvements
- Improved code formatting performance by eliminating external process calls.
- Enhanced reliability with better error handling and graceful degradation when formatting fails.
- Bump from 5 to 6
- Bump from 4 to 5
- Bump from 5.0.0 to 6.0.0
2.0.178: bump @linearb/gitstream-core to 2.1.215 (#421)
What's Changed
Bump to in #421
🔧 Improvements
- Added support for customization tip messages in PR descriptions
2.0.176: bump @linearb/gitstream-core to 2.1.213 (#417)
What's Changed
Bump to in #417
🔧 Improvements
- Added detailed logging for AI requests to help troubleshoot processing issues
🐛 Bug Fixes
- Fixed logger errors that occurred when analytics destination wasn't properly configured
2.0.174: bump @linearb/gitstream-core to 2.1.211 (#413)
What's Changed
Bump to in #413
🐛 Bug Fixes
- Fixed error handling for large pull requests with clearer error messages and better size detection.
🔧 Improvements
- Improved size estimation for large files with more accurate calculations and better error messages.
2.0.173
2.0.168: build(deps): bump axios from 1.8.4 to 1.12.1 (#397)
What's Changed
build(deps): bump axios from 1.8.4 to 1.12.1 in #397
build(deps): bump axios from 1.8.4 to 1.12.1
2.0.166: bump @linearb/gitstream-core to 2.1.208 (#398)
What's Changed
Bump to in #398
Purpose: Add support for custom rule filenames in predefined configuration management content when processing rules engine
Main changes:
- Added support for custom filenames in predefined CM configurations
- Refactored runOneCmFile to accept both preDefinedCm and gsCommandCm parameters
- Updated rule file path handling to use configurable paths instead of hardcoded constants