Skip to content

Releases: eluv-io/common-go

v1.0.33

19 Dec 20:06
c418697
Compare
Choose a tag to compare

What's Changed

  • Slow request tracing by @elv-nate in #53
  • additions needed for file-maker feature in content-fabric by @lukseven in #57
  • add sliceutil.First() & sliceutil.Last(), add missing unit test by @lukseven in #56

Full Changelog: v1.0.32...v1.0.33

v1.0.32

03 Dec 16:09
ff54f5a
Compare
Choose a tag to compare

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

04 Nov 19:57
1c830b3
Compare
Choose a tag to compare

What's Changed

  • use noop when limit is non-positive for syncutil.ConcurrencyLimiter by @jslching in #52

Full Changelog: v1.0.30...v1.0.31

v1.0.30

08 Oct 17:56
8b2fb80
Compare
Choose a tag to compare

What's Changed

  • add RecreateDir and CheckAccessTimeEnabled in aferoutil by @jslching in #51

Full Changelog: v1.0.29...v1.0.30

v1.0.29

23 Aug 18:23
7e81178
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.28...v1.0.29

v1.0.28

07 Aug 08:41
e98a3af
Compare
Choose a tag to compare

add safe file writer in #48

v1.0.27 add simple HTTP file server

24 Jul 14:46
bbd3ce7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.26...v1.0.27

v1.0.26 fix div by 0 on empty histogram

24 Jul 14:46
c8681fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.25...v1.0.26

add custom abort handler to ginutil

29 Apr 23:51
37fdf98
Compare
Choose a tag to compare

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

23 Apr 13:55
8ce0ec6
Compare
Choose a tag to compare

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