Skip to content

Releases: alerta/alerta

v9.1.0

28 Mar 09:19

Choose a tag to compare

Feat

  • add counters for rejected, rate-limited, and blackout alerts (#2049)
  • auth: add CAS authentication provider (#2045)
  • Allow LDAP users with no email set to log in (#2038)
  • add SMTP_SKIP_SSL_VERIFY option (#1955)
  • add pagination support to environments endpoint (#2029)

Fix

  • remove default query limit cap on internal Postgres queries (#2051)
  • blackout matching fails when service/tags are NULL after update (#2050)
  • unack fails when ack entry evicted from history by HISTORY_LIMIT (#2048)
  • security: restrict self-update endpoint to allowlisted fields (#2047)
  • add missing StrEnum dependency, replace print with logging, fix schema injection (#2046)
  • mongodb querybuilder missing the valid_filter_params check (#2039)
  • security: parameterize Postgres query parser to prevent SQL injection (#2040)
  • deps: replace pkg_resources with importlib.metadata (#2041)
  • db: change keys.count field type from integer to bigint (#1976)

v9.0.4

04 Sep 18:23

Choose a tag to compare

What's Changed

Full Changelog: v9.0.3...v9.0.4

v9.0.3

12 Apr 08:50

Choose a tag to compare

What's Changed

Full Changelog: v9.0.2...v9.0.3

v9.0.2

12 Apr 08:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.1...v9.0.2

v9.0.1

09 Apr 08:18

Choose a tag to compare

What's Changed

  • Allow locating alerta routing component in any distribution package by @vmgm in #1832
  • add db schema by @Pierre-Louis-Boutruche in #1839
  • Add support for ACTION_UNACK to ISA 18.2 alarm model by @jjdmol in #1715
  • Fix return value from db.set_status by @JuniorJPDJ in #1852
  • token_endpoint_auth_methods_supported is optional by @PeterSurda in #1856

New Contributors

Full Changelog: v9.0.0...v9.0.1

v9.0.0

17 Mar 22:04

Choose a tag to compare

v9.0.0 (2023-03-17)

Feat

  • Add support for AuthProxy auth (#1657)
  • show/hide API server version info (#1821)
  • plugin: add alertname in labels when annotations.alertname (#1801)
  • Add userAgent to audit log (#1656)

Fix

  • Bulk operations did not work properly (#1825)
  • Replace FLASK_ENV with FLASK_DEBUG (#1824)
  • Change ORDER BY no-op for Postgres 15 (#1820)
  • security: do not expose exception errors to end users (#1811)
  • auth: auth bypass via registering when AUTH_PROVIDER != basic (#1782)
  • plugin: fixes an issue if the last plugin in the order (#1798)
  • Do not 400 error if content type not application/json (#1756)
  • Keycloak url base (#1683)
  • Audit log should handle empty body on http delete (#1655)

Refactor

  • db: Use Psql 9.6 syntax for ADD COLUMN (#1653)

Perf

  • Add load test workflow

v8.7.0

06 Dec 10:54

Choose a tag to compare

What's Changed

Full Changelog: v8.6.5...v8.7.0

v8.6.5

05 Dec 23:08

Choose a tag to compare

What's Changed

Full Changelog: v8.6.4...v8.6.5

v8.6.4

01 Dec 01:28

Choose a tag to compare

What's Changed

Full Changelog: v8.6.3...v8.6.4

v8.6.3

25 Nov 11:09

Choose a tag to compare

What's Changed

Full Changelog: v8.6.2...v8.6.3