v0.5.0
🗒️ Some input pipelines will now parse with a non-nil error, that didn't before. Code that calls Parse
should check for the new error type provided by the warning
package before aborting, since the parsed pipeline could still be accepted by Buildkite.
What's Changed
- Remove newlines from ordered.Map JSON by @DrJosh9000 in #25
- System for reporting warnings (soft errors) by @DrJosh9000 in #27
- Bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.20 by @dependabot in #28
- fix: Env test flakes on Windows by @DrJosh9000 in #29
- Bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21 by @dependabot in #30
Full Changelog: v0.4.1...v0.5.0