Skip to content

Releases: seqsense/kinesisvideomanager

v1.0.0-rc.0

26 Oct 03:45
5935929
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.109 in #309
  • Replace examples dep to parent module by @at-wat in #310
  • New PutMedia API by @at-wat in #308
  • Do not ignore examples on renovate by @at-wat in #313
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.116 in #312
  • Ignore self dependency by @at-wat in #315
  • New GetMedia API by @at-wat in #311
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.120 in #316
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.121 in #317

Full Changelog: v0.9.0...v1.0.0-rc.0

v0.9.0

29 Sep 00:43
9ab5093
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Jul 06:32
531727c
Compare
Choose a tag to compare

New feature

Full Changelog: v0.7.1...v0.8.0

v0.7.1

13 Apr 06:32
666b5f3
Compare
Choose a tag to compare
Fix PutMedia retry buffer corruption on connection error (#173)

io.MultiWriter doesn't write to the second writer if the first writer
returns n != len(buf).

v0.7.0

02 Apr 04:29
bd2dcb1
Compare
Choose a tag to compare

New feature

  • Add option to dump fragment data on error (#168)

v0.6.1

30 Mar 00:29
130c8c4
Compare
Choose a tag to compare
Suppress INVALID_MKV_DATA error and retry on zero Block (#167)

* Suppress INVALID_MKV_DATA error and retry on zero Block
* Filter INVALID_MKV_DATA response

v0.6.0

29 Mar 03:05
9d3e943
Compare
Choose a tag to compare

New feature

  • mediafragment: add method to remove duplicated fragments (#161)

v0.5.4

29 Mar 01:56
95d5240
Compare
Choose a tag to compare
Fix PutMedia retry on Kinesis error (#162)

* Add Kinesis error handling test cases
* Fix Kinesis error retry
* Add dummy http error text to the mock server
* Add test to FragmentEvent

v0.5.3

26 Mar 09:45
7c4639f
Compare
Choose a tag to compare
Fix provider write synchronization (#159)

* Fix provider write synchronization
* Add http client timeout config
* Fix possible deadlock

v0.5.2

25 Mar 12:59
95ed797
Compare
Choose a tag to compare
Fix Kinesis connection error handling (#157)