Releases: seqsense/kinesisvideomanager
Releases · seqsense/kinesisvideomanager
v1.0.0-rc.0
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.7.1
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
New feature
- Add option to dump fragment data on error (#168)
v0.6.1
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
New feature
- mediafragment: add method to remove duplicated fragments (#161)
v0.5.4
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
Fix provider write synchronization (#159)
* Fix provider write synchronization
* Add http client timeout config
* Fix possible deadlock
v0.5.2
Fix Kinesis connection error handling (#157)