Skip to content

Commit

Permalink
Version 1.5.3 (#199)
Browse files Browse the repository at this point in the history
## Changelog
### Fixed

- Config refactoring #173 & #174
- Fix track websocket test #176
- Better S3 credentials handling and validation #177
- Fix issue where egress in state STARTING or ACTIVE would never change to COMPLETED
- Do not log failures due to misconfigured egress requests with "error" severity #183
- Update logging library #185
- Redact upload secrets before sending status events #186
- Fix failure to unload pulseaudio plugin causing eventual pulseaudio failure.

### Added
- Add process manager object to start and manage handler processes #175
- Shutdown service if we hit a fatal error, such as pulseaudio failing #181
- Log Chrome errors #182
  • Loading branch information
biglittlebigben authored Dec 16, 2022
1 parent e545a12 commit 3ef123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.5.2"
const Version = "1.5.3"

0 comments on commit 3ef123e

Please sign in to comment.