Skip to content

Releases: linear-b/gitstream-github-action

2.0.199: bump @linearb/gitstream-core to 2.1.234 (#458)

15 Dec 13:54
168fc94

Choose a tag to compare

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)

11 Dec 11:38
5bbac81

Choose a tag to compare

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)

07 Dec 16:40
9e74e70

Choose a tag to compare

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)

04 Dec 15:33
63f2db8

Choose a tag to compare

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)

04 Dec 08:19
e6ff417

Choose a tag to compare

What's Changed

Bump to in #450

🔧 Improvements

  • Internal improvements and fixes

2.0.194: bump @linearb/gitstream-core to 2.1.229 (#448)

02 Dec 15:24
0c67f75

Choose a tag to compare

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)

02 Dec 13:10
cdc4d4b

Choose a tag to compare

What's Changed

Bump to in #447

🔧 Improvements

  • Internal improvements and fixes

2.0.189: Bump `@linearb/gitstream-core` to `2.1.227` (#442)

27 Nov 15:54
50e6dcd

Choose a tag to compare

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)

25 Nov 14:50
92d0e81

Choose a tag to compare

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.

2.0.187

25 Nov 13:37
ce6434b

Choose a tag to compare

What's Changed

LINBEE-20702: Optimize git clone performance with shallow-since in #432

🔧 Improvements

  • Faster workflow execution by fetching only 6 months of git history instead of full repository
  • Reduced disk usage and clone times for repositories with large histories