Skip to content

0.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 10:27
· 39 commits to main since this release
c936c44

Summary

Release 0.4.6 replaces global fetch with node-fetch library as recommended by Backstage on ADR013.

This standardizes on the HTTP package used by the backend plugin and solves issue #37 that prevents HTTP calls to succeed behind a proxy - used in many organizations. This introduces no changes to existing plugin users except for the ones experiencing the behaviour on #37.

Also fixes a security vulnerability by bumping up version of jose from 4.15.4 to 4.15.5.

Changes

  • fix: replace fetch with node-fetch to comply with ADR013 (#38) by @pcgqueiroz
  • build(deps): Bump jose from 4.15.4 to 4.15.5 (#40) by @dependabot

This release was made possible by the following contributors:

@dependabot, @dependabot[bot], @pcgqueiroz and @t1agob