Skip to content

Releases: linear-b/gitstream-github-action

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

2.0.186: bump @linearb/gitstream-core to 2.1.223 (#435)

24 Nov 12:34
3b2ea0e

Choose a tag to compare

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)

19 Nov 16:32
88759a6

Choose a tag to compare

What's Changed

Bump to in #430

🐛 Bug Fixes

  • Fixed an issue preventing the Python formatter from loading correctly.

2.0.182

06 Nov 11:40
3614828

Choose a tag to compare

What's Changed

  • fix: bundle WASM dependency for Python formatting support by @MishaKav in #426

Full Changelog: 2.0.181...2.0.182

2.0.181: bump @linearb/gitstream-core to 2.1.216 (#425)

05 Nov 13:09
b04bf7e

Choose a tag to compare

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)

02 Nov 09:08
9705b75

Choose a tag to compare

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)

23 Oct 14:19
a84f615

Choose a tag to compare

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)

16 Oct 07:31
77fa1f4

Choose a tag to compare

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.