v0.5.2

browserbase/stagehandv0.5.2Dec 5, 2024by ekzhang

AI Summary

Adds configuration options for GitHub Actions flows, allows setting minimum and maximum ports via environment variables, and exposes local ports as environment values.

Key Highlights

  • Add more targets in GitHub Action flow
  • Add minimum and maximum port as environment variable
  • Expose local port as env value
  • Update tracing-subscriber to support NO_COLOR environment variable

New Features

  • GitHub Action target expansion
  • Environment variable port configuration
  • NO_COLOR support in tracing

Full Release Notes

## What's Changed
* feat:add more target in github action flow by @czyt in https://github.com/ekzhang/bore/pull/120
* 🔧 Adding minimum and maximum port as environment variable by @ricardoapaes in https://github.com/ekzhang/bore/pull/136
* Expose local port as env value by @archer884 in https://github.com/ekzhang/bore/pull/132
* Update tracing-subscriber to support NO_COLOR environment variable by @silasalberti in https://github.com/ekzhang/bore/pull/146

## New Contributors
* @czyt made their first contribution in https://github.com/ekzhang/bore/pull/120
* @ricardoapaes made their first contribution in https://github.com/ekzhang/bore/pull/136
* @archer884 made their first contribution in https://github.com/ekzhang/bore/pull/132
* @silasalberti made their first contribution in https://github.com/ekzhang/bore/pull/146

**Full Changelog**: https://github.com/ekzhang/bore/compare/v0.5.1...v0.5.2