Skip to content

Releases: linear-b/gitstream-github-action

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

/:\ gitStream v2

13 May 08:53
ce6434b

Choose a tag to compare

We're thrilled to announce the release of /:\ gitStream v2, a significant update that brings native JavaScript action support to enhance your GitHub workflows. This release introduces a seamless upgrade from v1 to v2

What's New

We've migrated from Docker-based actions to native JavaScript actions. This change offers several benefits:

  • Improved Performance
    Native JavaScript actions typically have faster execution times compared to Docker-based actions, leading to quicker workflow runs
    Faster execution is because there is no need to download the docker

  • Simplified Configuration
    You no longer need to deal with Docker-related configurations. The property update_times_a_day is gone.

  • Enhanced Compatibility
    Same configuration for v1 and v2. Choose whatever you want, run with docker or native`, by changing the version number only.

How to Upgrade

To upgrade to gitStream v2, simply follow these steps:

  • go to the cm repo or dedicated repo, go to file .github/workflows/gitstream.yml
    change the old line uses: linear-b/gitstream-github-action@v1, to a new one uses: linear-b/gitstream-github-action@v2
  • if you used the cache in v1, just remove this property update_times_a_day: 6

Breaking Changes

🚀 There are no breaking changes 🚀
No breaking changes have been introduced with this release, allowing for a seamless transition and uninterrupted workflow continuity

Self-Hosted Runners

/:\ gitStream v2 also introduces support for self-hosted runners, giving you greater control over your workflow environment. When using self-hosted runners, please ensure that the following dependencies are installed on your machine:

git: Git is required for cloning repositories and managing version control more info
git-lfs: Git LFS (Large File Storage) is necessary if your repositories utilize Git LFS for managing large files efficiently more info
Python 3.x: Python is required for certain gitStream functionalities. We recommend installing Python 3.x to ensure compatibility with the latest features more info and more info

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.

2.0.173

09 Oct 12:58
9780615

Choose a tag to compare

What's Changed

fix: update action versions in action.yml for consistency and stability in #408

🔧 Improvements

  • Enhanced security by pinning all action dependencies to specific commit hashes

🐛 Bug Fixes

  • Improved error message clarity when YAML syntax errors occur