Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/5.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikki Attea committed Apr 13, 2020
2 parents 1787cd7 + 3f1b697 commit f31c77a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ displayed inline.

### Changed
- Warning messages from Resty library are now suppressed in sensuctl.
## [5.19.1] - 2020-04-13

### Fixed
- Require that pipe handlers have a command set.
Expand All @@ -24,6 +25,10 @@ and sensu-agent start.
- Keepalives can now be published via the HTTP API.
- Token substitution templates can now express escape-quoted strings.
- [Web] Fixes issue where labels with links could lead to a crash.
- Fixed a bug where keepalives would not always fire correctly when using
the postgres event store.
- The REST API now uses a timeout of 3 seconds by default when querying
etcd health.
- sensu-agent will not longer allow configuring keepalive timeouts less than
the keepalive interval.
- Eventd can no longer mistake keepalive events for checks with TTL.
Expand Down Expand Up @@ -58,8 +63,6 @@ doesn't exist.
- Subscriptions can no longer be empty strings (#2932)
- The proper HTTP status codes are returned for unauthenticated & permission
denied errors in the REST API.
- Fixed a bug where keepalives would not always fire correctly when using
the postgres event store.

## [5.18.1] - 2020-03-10

Expand Down

0 comments on commit f31c77a

Please sign in to comment.