v0.5.2

nextauthjs/next-authv0.5.2Dec 5, 2024by ekzhang

AI Summary

This release enhances the GitHub Actions integration and configuration flexibility of the bore tunneling tool. It adds support for more targets in CI/CD workflows, allows users to define port ranges via environment variables, exposes the local port for external access, and improves logging with NO_COLOR support.

Key Highlights

  • Expanded targets for GitHub Actions workflows
  • Configurable port range (min/max) via environment variables
  • Local port exposure
  • NO_COLOR support for tracing

New Features

  • Added more targets to GitHub action flow
  • Added minimum and maximum port as environment variable
  • Exposed local port as env value
  • Updated tracing-subscriber to support NO_COLOR

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