Skip to content

Releases: grafana/smtprelay

v2.1.3

09 Sep 14:15
9445d79
Compare
Choose a tag to compare

2.1.3 (2024-09-06)

Dependencies

  • docker: bump golang from 1.22-alpine to 1.23-alpine (#156) (2dd628e)
  • go: bump github.com/grafana/pyroscope-go/godeltaprof (#158) (7ecbd62)
  • go: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3 (#170) (ce4a641)
  • go: bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 (#161) (aeae268)
  • go: Bump supported Go version to 1.23.1 (#173) (f0b6d5f)

v2.1.2

23 Jul 19:22
98f51c3
Compare
Choose a tag to compare

2.1.2 (2024-07-23)

Bug Fixes

v2.1.1

23 Jul 18:13
5dd38d8
Compare
Choose a tag to compare

2.1.1 (2024-07-23)

Bug Fixes

Dependencies

  • actions: bump golangci/golangci-lint-action from 5 to 6 (ff49647)
  • docker: alpine from 3.19 to 3.20 (#138) (301397c)
  • go: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (f737c49)
  • go: Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#139) (d3db2f3)
  • go: bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#144) (9600621)
  • go: bump go.opentelemetry.io/contrib/samplers/jaegerremote (#150) (a0f2b41)
  • go: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#145) (7fb6df9)
  • go: bump golang.org/x/crypto from 0.22.0 to 0.23.0 (0c43641)
  • go: Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#140) (7ff89ce)
  • go: bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#151) (513ef63)
  • go: bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#152) (f60506f)
  • go: go.opentelemetry.io/otel from 1.26.0 to 1.27.0 (#137) (c8a88c6)

v2.1.0

29 Apr 18:04
v2.1.0
1f07318
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/grafana/pyroscope-go/godeltaprof from 0.1.6 to 0.1.7 by @dependabot in #80
  • Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #81
  • Bump github.com/prometheus/common from 0.46.0 to 0.49.0 by @dependabot in #103
  • Bump golang.org/x/crypto from 0.18.0 to 0.20.0 by @dependabot in #101
  • Bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.16.0 to 0.18.0 by @dependabot in #97
  • Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #93
  • Bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #105
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #104
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.22.0 to 1.24.0 by @dependabot in #96
  • Bump golang from 1.21-alpine to 1.22-alpine by @dependabot in #87
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #108
  • Add a native histogram 'smtprelay_relay_duration_seconds' by @hairyhenderson in #109
  • Fix lint errors by @hairyhenderson in #110
  • Allow disabling tracing with OTEL_SDK_DISABLED by @hairyhenderson in #113
  • Bump github.com/prometheus/common from 0.49.0 to 0.51.1 by @dependabot in #112
  • Bump github.com/prometheus/common from 0.51.1 to 0.52.2 by @dependabot in #114
  • Bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #115
  • Bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0 by @dependabot in #116
  • Bump github.com/prometheus/common from 0.52.2 to 0.53.0 by @dependabot in #122
  • Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #128
  • Bump go.opentelemetry.io/otel from 1.25.0 to 1.26.0 by @dependabot in #125

Full Changelog: v2.0.3...v2.1.0

v2.0.3

22 Jan 20:40
v2.0.3
644a548
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Jan 17:01
v2.0.2
8a12f22
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Jan 16:43
v2.0.1
b8ef148
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Jan 14:28
v2.0.0
5e535fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v2.0.0

v1.5.1

18 Dec 20:00
v1.5.1
085deab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

05 Oct 15:20
d399838
Compare
Choose a tag to compare

Adds flags to set configurable limits (#19)
The flags with their defaults are:
max_message_size = 51200000
max_connections = 100
max_recipients = 100
read_timeout = 60s
write_timeout = 60s
data_timeout = 5m