Releases: finos/git-proxy
Releases · finos/git-proxy
Version 1.14.0
What's Changed
- fix(deps): update dependency eslint to ^9.27.0 - website - website/package.json by @renovate in #1004
- chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml by @renovate in #1015
- chore: create meeting_minutes.md by @TheJuanAndOnly99 in #1014
- feat: implements config loader to enable remote or external configs by @dcoric in #935
- chore: bump by minor to v1.14.0 by @JamieSlome in #1021
New Contributors
Full Changelog: v1.13.0...v1.14.0
Version 1.13.0
What's Changed
- docs(readme): fix markdown in README by @StingRayZA in #1012
- feat: integrate gitleaks by @06kellyjac in #1010
- chore: bump by minor to v1.13.0 by @JamieSlome in #1013
New Contributors
- @StingRayZA made their first contribution in #1012
Full Changelog: v1.12.0...v1.13.0
Version 1.12.0
What's Changed
- chore: switch @typescript-eslint/no-explicit-any to off instead of warn by @JamieSlome in #992
- chore(deps): update dependency @finos/git-proxy to ^1.11.0 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json by @renovate in #990
- fix(deps): update dependency axios to ^1.9.0 - git-proxy-cli - packages/git-proxy-cli/package.json by @renovate in #993
- fix(deps): update npm - website - website/package.json by @renovate in #995
- feat: rate limiter config by @kriswest in #999
- docs: Update README.md by @JamieSlome in #1000
- chore(deps): update dependency node to v20 - workflows - .github/workflows/unused-dependencies.yml by @renovate in #996
- fix(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate in #1001
- chore(deps): update github-actions - workflows - .github/workflows/ci.yml by @renovate in #1003
- feat: report illegal commit messages by @kriswest in #1006
- ci: generate js and definitions from ts and place in original location by @06kellyjac in #1007
- chore: bump by minor to v1.12.0 by @JamieSlome in #1009
Full Changelog: v1.11.0...v1.12.0
Version 1.11.0
What's Changed
- refactor(ts): refactor
proxy
to TS by @jescalada in #960 - docs: add note on npx proxy configuration by @kriswest in #974
- fix: selectively disable TLS by @YongNotYoung in #781
- fix(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate in #959
- chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml by @renovate in #988
- chore: run npm audit fix by @JamieSlome in #989
- chore: bump by minor to v1.11.0 by @JamieSlome in #991
New Contributors
- @kriswest made their first contribution in #974
- @YongNotYoung made their first contribution in #781
Full Changelog: v1.10.0...v1.11.0
Version 1.10.0
What's Changed
- fix: dashboard not displaying push data by @fabiovincenzi in #957
- chore(deps): update dependency @finos/git-proxy to ^1.9.3 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json by @renovate in #956
- fix(deps): update dependency axios to ^1.8.4 - git-proxy-cli - packages/git-proxy-cli/package.json by @renovate in #958
- feat: implement auto approval with pre-receive hooks by @fabiovincenzi in #954
- chore: bump by minor to v1.10.0 by @JamieSlome in #969
Full Changelog: v1.9.3...v1.10.0
Version 1.9.3
What's Changed
- fix(deps): update npm - website - website/package.json by @renovate in #887
- chore(deps): update github-actions - workflows - .github/workflows/ci.yml by @renovate in #951
- chore(deps): update dependency @finos/git-proxy to ^1.9.2 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json by @renovate in #952
- feat: Implemented search and pagination in Dashboard by @darkhorse-420 in #804
- chore: bump by minor to 1.9.3 by @JamieSlome in #953
New Contributors
- @darkhorse-420 made their first contribution in #804
Full Changelog: v1.9.2...v1.9.3
Version 1.9.2
What's Changed
- fix(deps): update dependency axios to ^1.8.3 - git-proxy-cli - packages/git-proxy-cli/package.json by @renovate in #933
- chore(deps): update cypress-io/github-action action to v6.7.16 - workflows - .github/workflows/ci.yml by @renovate in #940
- chore(deps): update dependency @finos/git-proxy to ^1.9.1 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json by @renovate in #941
- fix: clean up .remote folder after tests and extend timeout by @jescalada in #945
- fix: missing query parameter in file db by @fabiovincenzi in #944
- chore: bump by patch to 1.9.2 by @JamieSlome in #949
Full Changelog: v1.9.1...v1.9.2
Version 1.9.1
What's Changed
- feat: Add support for executing pre-receive hooks by @fabiovincenzi in #908
- chore: bump by patch to 1.9.1 by @JamieSlome in #939
New Contributors
- @fabiovincenzi made their first contribution in #908
Full Changelog: v1.9.0...v1.9.1
Version 1.9.0
What's Changed
- feat: Preliminary OIDC implementation by @jescalada in #906
- chore: bump by minor to 1.9.0 by @JamieSlome in #937
New Contributors
- @jescalada made their first contribution in #906
Full Changelog: v1.8.1...v1.9.0
Version 1.8.1
What's Changed
- fix(deps): update npm - license-inventory - experimental/license-inventory/package.json by @renovate in #885
- chore(deps): update github-actions - workflows - .github/workflows/ci.yml by @renovate in #912
- feat(experimental): init li cli for adding data to li by @06kellyjac in #901
- chore(experimental): add rimraf for publish by @06kellyjac in #914
- chore(deps): update dependency @finos/git-proxy to ^1.8.0 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json by @renovate in #913
- fix(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate in #915
- chore(deps): update step-security/harden-runner action to v2.11.0 - workflows - .github/workflows/experimental-inventory-cli-publish.yml by @renovate in #916
- chore(deps): update dependency globals to v16 - license-inventory - experimental/license-inventory/package.json by @renovate in #919
- fix: Database query built from user-controlled sources by @JamieSlome in #896
- chore(experimental): bump node version for license inventory publish by @06kellyjac in #921
- fix(deps): update npm - website - website/package.json by @06kellyjac in #899
- chore(deps): update dependency @eslint/compat to ^1.2.7 - license-inventory - experimental/license-inventory/package.json by @renovate in #922
- chore(deps): update github-actions - workflows - .github/workflows/scorecard.yml by @renovate in #923
- chore(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate in #924
- chore(deps): update npm - license-inventory - experimental/license-inventory/package.json by @renovate in #925
- chore(experimental): add required dep tslib by @06kellyjac in #926
- fix(deps): update dependency bcryptjs to v3 - - package.json by @renovate in #920
- chore(deps): update github-actions - workflows - .github/workflows/ci.yml by @renovate in #930
- fix(deps): update npm - li-cli - experimental/li-cli/package.json by @renovate in #931
- chore(deps): update github-actions - workflows - .github/workflows/ci.yml by @renovate in #932
- chore: bump by patch to 1.8.1 by @JamieSlome in #936
Full Changelog: v1.8.0...v1.8.1