Skip to content

v2.0.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@kriswest kriswest released this 01 Sep 11:30
· 342 commits to main since this release
1ae25b3

This is a release candidate for GitProxy v2 which adds support for SCM providers other than GitHub, (including Gitlab and basic git servers) and prevents proxying for requests for unknown git repositories.

Breaking changes are included in #1043 ( feat(key on repo url): support git hosts other than GitHub + multiple forks) and (also in v2.0.0-rc2) in #973 (associate commits by email).

What's Changed

  • test: Implement fuzz tests for processors by @jescalada in #1115
  • chore(deps): update github-actions - workflows - .github/workflows/unused-dependencies.yml by @renovate[bot] in #1156
  • chore: update npm release workflow to handle pre-releases by @jescalada in #1159
  • feat(key on repo url): support git hosts other than GitHub + multiple forks by @kriswest in #1043
  • chore: bump version to rc.2 by @jescalada in #1162
  • fix: flaky fuzz test errors by @jescalada in #1158
  • feat: JWT apiAuthentication UI integration by @jescalada in #1096
  • test: fix Cypress test data dependency by @jescalada in #1154
  • feat: implement formatting checks to CI by @fabiovincenzi in #1153
  • feat: don't forward requests for unknown repos by @kriswest in #1164
  • fix(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate[bot] in #1114
  • chore(deps): update amannn/action-semantic-pull-request action to v6 - workflows - .github/workflows/pr-lint.yml by @renovate[bot] in #1157
  • fix(deps): update npm - - package.json by @renovate[bot] in #1135
  • fix: mongoDB client impl issues by @kriswest in #1167
  • fix: return 200 status codes on rejection to ensure error message renders in git client by @kriswest in #1178
  • fix: render committer and author email links instead of estimated profile links by @kriswest in #1179
  • fix: display errors when adding a new repo by @andypols in #1120

Full Changelog: v2.0.0-rc.1...v2.0.0-rc2