Releases: eluv-io/common-go
Releases · eluv-io/common-go
v1.0.33
v1.0.32
What's Changed
- add FailingReader, utility failing after reading a given bytes count by @elv-gilles in #54
Full Changelog: v1.0.31...v1.0.32
v1.0.31
v1.0.30
v1.0.29
v1.0.28
v1.0.27 add simple HTTP file server
What's Changed
Full Changelog: v1.0.26...v1.0.27
v1.0.26 fix div by 0 on empty histogram
What's Changed
Full Changelog: v1.0.25...v1.0.26
add custom abort handler to ginutil
What's Changed
- add custom abort handler to ginutil by @lukseven in #43
- Allows to intercept calls to ginutil.Abort() or ginutil.AbortWithStatus() and modify their behavior.
Full Changelog: v1.0.24...v1.0.25
add confirmation token
What's Changed
- eat: add client confirmation for client-signed & editor-signed tokens by @elv-gilles in #36
- provides "app lock" functionality to prevent users from copying and re-using playout URLs
- implemented with short-lived "proof-of-possession" tokens aka
client confirmation tokens
Full Changelog: v1.0.23...v1.0.24