Skip to content

Releases: alerta/alerta

v8.4.1

18 Apr 19:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.4.1

v8.4.0

18 Apr 19:24
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update PyJWT to v2.0.0 by @satterly in #1441
  • feat: add pagination support to collection responses by @satterly in #1443
  • refactor: use more enums and class properties by @satterly in #1444
  • request filter fixes in logging.py by @3IMOH in #1442
  • feat(plugin): add timeout policy plugin to enforce ack and shelve timeouts by @satterly in #1410
  • feat[plugin,webhook]: Add support for custom error responses by @satterly in #1466
  • fix(tests): enforce authentication for forwarder test by @satterly in #1471
  • fix(auth): HMAC was falling thru to catchall if auth required by @satterly in #1470

Full Changelog: v8.3.3...v8.4.0

v8.3.3

06 Jan 14:25
Compare
Choose a tag to compare

v8.3.3 (2021-01-06)

Fix

  • move root logger config key back to top level (#1438)

v8.3.2

02 Jan 22:51
Compare
Choose a tag to compare

v8.3.2 (2021-01-02)

Fix

  • log level not set correctly if DEBUG enabled (#1437)
  • do not override envvar config for GitLab and Keycloak (#1431)

v8.3.1

13 Dec 15:16
Compare
Choose a tag to compare

v8.3.1 (2020-12-13)

Fix

  • search: use phrase token when searching arrays (#1426)
  • tests: only temporarily modify the os.environ (#1423)
  • build: run tests against correct branch
  • read built-in plugin config from env vars (#1422)

Refactor

  • config: simplify config settings from env vars (#1424)

v8.0.1

23 Jun 20:01
Compare
Choose a tag to compare
  • (bug fix) fix environment counts when status results in environments with zero alerts #1252

v4.5.5

31 Oct 19:03
Compare
Choose a tag to compare
  • Python 3 support

v8.3.0

11 Dec 20:53
Compare
Choose a tag to compare

Feat

  • add allowed environments to config endpoint (#1421)
  • add colors for Ack and Shelved statuses (#1420)
  • add syslog logging output format (#1417)

Fix

  • remove redundant logging messages
  • use string enumerated types where possible (#1419)
  • add "X-Request-ID" as CORS header (#1418)
  • add requestId to error responses (#1415)
  • webhook: set alert status from action, not directly (#1409)
  • mongodb: optional query for raw_data and history (#1408)
  • postgres: optional query for raw_data and history (#1407)
  • set alert heartbeat timeout from alert timeout

Perf

  • db: Do not query for rawData or history if not required

v8.2.0

01 Dec 22:34
Compare
Choose a tag to compare
version 8.2.0

v8.1.0

06 Nov 17:08
Compare
Choose a tag to compare