Skip to content

Releases: eluv-io/common-go

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

v1.0.23 add httputil.ContentRange, bitcode links, ioutil.LimitedWriter

18 Apr 19:03
57687f1
Compare
Choose a tag to compare

What's Changed

  • add httputil.ContentRange, bitcode links, ioutil.LimitedWriter by @lukseven in #42

Full Changelog: v1.0.22...v1.0.23

v1.0.22 fix races, add Float64Query, update auth token doc

18 Apr 15:54
bc9739a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.21...v1.0.22

Add histogram, improve stackutil

27 Mar 16:33
6443330
Compare
Choose a tag to compare

What's Changed

  • add goutil.Log to log goroutine info by @jslching in #34
  • stackutil improvements, goutil.Go(), timeutil.WarnSlowOp() by @lukseven in #37
  • Move duration histogram from content-fabric by @elv-nate in #39
  • Histogram ignores values above upper bound of bin by @elv-nate in #40

Full Changelog: v1.0.20...v1.0.21

v1.0.20

13 Nov 16:45
7e722d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.19...v1.0.20