Releases: dogmatiq/browser
Releases · dogmatiq/browser
Version 0.1.12
- Updated to Go v1.23
Version 0.1.11
- Updated
dogmatiq/configkit
to v0.12.3.
Version 0.1.10
Added
- Added
/health
endpoint.
Changed
- Do not log HTTP requests for
/assets
and/health
endpoints.
Fixed
- Fixed panic when response from GitHub API is
nil
.
Version 0.1.9
Changed
- Bumped Go runtime to v1.22
Fixed
- Marked GitHub app environment variables as "sensitive", so they will not be printed to
STDOUT
when they are invalid.
Version 0.1.8
- Bumped
configkit
to v0.12.2
Version 0.1.7
- Build on Go v1.21
Version 0.1.6
- Add support for Dogma v0.12.0
Routes()
configuration
Version 0.1.5
- Generate read-only installation tokens that can be used to access private Git repositories for the duration of analysis. This makes the
GITHUB_USER_TOKEN
environment variable unnecessary.
Version 0.1.4
- Fix another misnamed environment variable, all environment variables are now named as they were in v0.1.1
Version 0.1.3
- Return environment variable naming to match v0.1.1, as the change in v0.1.2 was not intended.