Skip to content

Releases: dogmatiq/browser

Version 0.1.12

05 Dec 00:19
v0.1.12
0da3a26
Compare
Choose a tag to compare
Version 0.1.12 Pre-release
Pre-release
  • Updated to Go v1.23

Version 0.1.11

12 Aug 03:02
v0.1.11
cea91f9
Compare
Choose a tag to compare
Version 0.1.11 Pre-release
Pre-release
  • Updated dogmatiq/configkit to v0.12.3.

Version 0.1.10

06 Aug 03:10
v0.1.10
a8c7d9c
Compare
Choose a tag to compare
Version 0.1.10 Pre-release
Pre-release

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

05 Aug 23:34
v0.1.9
feab101
Compare
Choose a tag to compare
Version 0.1.9 Pre-release
Pre-release

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

19 Jan 06:56
v0.1.8
66fdfb7
Compare
Choose a tag to compare
Version 0.1.8 Pre-release
Pre-release
  • Bumped configkit to v0.12.2

Version 0.1.7

27 Sep 03:04
v0.1.7
ddac562
Compare
Choose a tag to compare
Version 0.1.7 Pre-release
Pre-release
  • Build on Go v1.21

Version 0.1.6

04 May 21:34
v0.1.6
0e1f9f2
Compare
Choose a tag to compare
Version 0.1.6 Pre-release
Pre-release
  • Add support for Dogma v0.12.0 Routes() configuration

Version 0.1.5

03 Mar 05:28
v0.1.5
6b49d39
Compare
Choose a tag to compare
Version 0.1.5 Pre-release
Pre-release
  • 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

03 Mar 03:31
v0.1.4
a7ff894
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release
  • Fix another misnamed environment variable, all environment variables are now named as they were in v0.1.1

Version 0.1.3

03 Mar 03:08
v0.1.3
f2ac4ea
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release
  • Return environment variable naming to match v0.1.1, as the change in v0.1.2 was not intended.