Skip to content

Releases: mattermost/mattermost-push-proxy

Release v5.25.0

v5.24.0

24 Apr 12:51
3da98c5
Compare
Choose a tag to compare

What's Changed

  • Add support for Apple APNS AuthKey by @enahum in #101

Full Changelog: v5.23.0...v5.24.0

v5.23.0

27 Apr 09:43
f9e1e09
Compare
Choose a tag to compare

What's Changed

  • Add version flag and build amd64 and arm64 targets by @cpanato in #86
  • replace circleci to use github actions by @cpanato in #88
  • Bump github.com/stretchr/testify from 1.4.0 to 1.7.0 by @dependabot in #94
  • Bump github.com/kyokomi/emoji from 2.2.2+incompatible to 2.2.4+incompatible by @dependabot in #89
  • Bump github.com/gorilla/mux from 1.7.4 to 1.8.0 by @dependabot in #92
  • Bump github.com/gorilla/handlers from 1.4.2 to 1.5.1 by @dependabot in #93
  • Bump github.com/prometheus/common from 0.9.1 to 0.32.1 by @dependabot in #91
  • Bump github.com/prometheus/client_golang from 1.5.1 to 1.12.0 by @dependabot in #90
  • Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by @dependabot in #95
  • Add server_id & team_id to notification payload by @enahum in #87
  • Handle test notifications by @larkox in #96
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #97
  • Remove dependabot integration by @agnivade in #100
  • Add app version if available by @enahum in #102

New Contributors

Full Changelog: v5.22.5...v5.23.0

v5.22.5

12 Oct 14:32
7e3a274
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.22.4...v5.22.5

Release 5.22.4

18 Jun 03:15
309ecf4
Compare
Choose a tag to compare

Features

  • Support for session type push notification added.
  • Logging architecture was revamped. Now we can log to files as well as the console.
    There are 2 new keys in config.json that can be used for this:
"EnableFileLog": false,
"LogFileLocation": "" // path to the log file

Automatic log rotation is performed.

  • Refactored the config to be inside the server struct.
  • Replaced the graceful package by the standard library for graceful HTTP server shutdown.
  • The docker image was cleaned up.

v5.22.3: Use a better docker image (#71)

17 Jun 17:21
3a8acb0
Compare
Choose a tag to compare
And we add another quick fix in the same PR to fix the docker build.
Stripping off the "v" from the version results in a 404 during docker build.

v5.22.2: Use an image with docker installed (#70)

17 Jun 16:00
b432405
Compare
Choose a tag to compare
Using mattermost/mattermost-build-server:20200322_golang-1.14.1 as the default image
causes failure in the docker build step because that image does not have docker installed.

We use the circleCI docker image for this to build the image. There is no need for mattermost
specific stuff for building docker image.

v5.22.1: Remove golangci-lint from build step (#69)

17 Jun 14:51
b91f0e3
Compare
Choose a tag to compare
The lint check is already part of make golangci-lint
which is called explicitly. But making it part of build step
causes the tagged-build to fail because golangci-lint doesn't get installed
as part of make golangci-lint.

We remove it because building doesn't really require linting to succeed.

Release 5.21

27 Apr 09:30
9548bd1
Compare
Choose a tag to compare

Features

  • Adds proxy server support for both iOS and Android clients. To set this, just set the environment variable HTTP_PROXY or HTTPS_PROXY accordingly.
  • Bumps up dependencies to latest.

Fixes

  • Various cleanups in the Makefile

v5.10.0-rc3

22 Nov 09:14
412dff8
Compare
Choose a tag to compare
ID Loaded flag insted of type (#58)