Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 676 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 676 Bytes

3.2.0

  • Expect a Base64 encoded private key of Github App for consistency
  • Improve logs

3.1.1

  • Bug fix for the /health route

3.1.0

  • Modularize the source code
  • Create separate modules for app, helpers, routes & config
  • Update unit tests

3.0.1

  • Fix for v3.0.0
  • Update the Dockerfile
  • Allow overriding the python command attribute to switch b/w pat-auth and app-auth
  • Update readme

3.0.0

  • Add support for Github App based authentication
  • Return git commit ID as buildlabel in the XML

2.2.0

Added /health endpoint

2.1.0

Added Authentication functionality

2.0.0

Multi threading and improved performance

1.0.0

Initial Release