Skip to content

Releases: gbip/sentry_tunnel

1.0.10

09 Jan 15:28
766a437

Choose a tag to compare

  • Add /healthz endpoint (thanks @Telemaco019)
  • Bump dependencies
  • Add architecture build arg to dockerfile (thanks @richardfelkl)

1.0.9

14 Oct 14:27
d06bc7b

Choose a tag to compare

Improve error handling when remote urls are invalid.

1.0.8

19 Oct 15:40
5bac4b5

Choose a tag to compare

No changes.

1.0.7

19 Oct 15:21

Choose a tag to compare

  • Allow multiple sentry relays in configuration
  • Handle CTRL + C gracefully

1.0.6

19 Oct 12:20

Choose a tag to compare

  • check dsn hostname against the config
  • add 'sentry_key' parameter to handle relay version before 21.6

1.0.5

19 Oct 08:46

Choose a tag to compare

  • Fix error propagation to original client

1.0.4

19 Oct 08:14

Choose a tag to compare

  • Propagate http response from sentry to the original client

1.0.3

19 Oct 07:55

Choose a tag to compare

  • Fix server response mime type
  • Fix sentry forward url

1.0.2

19 Oct 07:38

Choose a tag to compare

  • Fix missing ssl cert in docker image

1.0.1

19 Oct 07:30

Choose a tag to compare

  • Fix content length verification set to 1 kb. Uses 1 mb now.