livekit / ingress

Ingest streams (RTMP/WHIP) or files (HLS, MP4) to LiveKit WebRTC
Apache License 2.0
71 stars 25 forks source link

Update go deps #72

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Eyevinn/mp4ff require minor v0.35.0 -> v0.39.0
github.com/pion/interceptor require patch v0.1.18 -> v0.1.24
github.com/pion/rtp require patch v1.8.1 -> v1.8.2
github.com/pion/webrtc/v3 require patch v3.2.20 -> v3.2.21
github.com/prometheus/client_golang require minor v1.16.0 -> v1.17.0
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.3
github.com/urfave/cli/v2 require patch v2.25.1 -> v2.25.7
github.com/yutopp/go-flv require minor v0.2.0 -> v0.3.1
golang.org/x/image require minor v0.7.0 -> v0.13.0
google.golang.org/grpc require minor v1.58.3 -> v1.59.0

Release Notes

Eyevinn/mp4ff (github.com/Eyevinn/mp4ff) ### [`v0.39.0`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.39.0) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.38.1...v0.39.0) ##### Changed - TfraEntry Time and MoofOffset types changed to unsigned - TfraEntr attribute name SampleDelta corrected to SampleNumber ##### Added - MediaSegment and Fragment have new StartPos attribute - mp4.File now has Mfra pointer - MfraBox has new method FindEntry - MediaSegment, Fragment, and Trun method CommonSampleDuration - Added two MSS UUID constants ##### Fixed - mp4ff-wvttlister works with Unified Streaming wvtt ismt file - Fragment.GetFullSamples() allows tfdt to be absent - Fragment.GetFullSamples() defaults to offset being moof - mp4ff-wvttlister works for Unified Streaming wvtt asset - mp4crop now crops elst entries - mp4crop now handles multiple sample durations correctly - HEVC SPS parsing details ### [`v0.38.1`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.38.1) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.38.0...v0.38.1) ##### Fixed - ReadMP4File() failed when mfro not present ### [`v0.38.0`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.38.0) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.37.0...v0.38.0) ##### Added - Loudness boxes `ludt`, `tlou`, and `alou` - Description boxes `desc`, `©cpy`, `©nam`, `©ART` boxes - `GenericContainerBox` struct - new `DecFileFlags` provide option to `DecodeFile` to look for mfra box ##### Changed - Made `©too` use `GenericContainerBox` - SidxBox got new attribute `AnchorPoint` ##### Fixed - DecodeFile uses sidx or mfra data to find segment boundaries ### [`v0.37.0`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.37.0) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.36.0...v0.37.0) ##### Added - Pointer to stpp sample entry in StsdBox - Doc strings for pointers in StsdBox ##### Fixed - discard of parsing HEVC SPS data - `SttsBox.GetSampleNrAtTime` now supports a final zero sample duration ### [`v0.36.0`](https://togithub.com/Eyevinn/mp4ff/releases/tag/v0.36.0) [Compare Source](https://togithub.com/Eyevinn/mp4ff/compare/v0.35.0...v0.36.0) ##### Changed - SEI NAL unit parser reports ErrRbspTrailingBitsMissing error together with NAL units - mp4ff-nallister reports error and SEI data when `rbsp_trailing_bits` are missing - AVC SPS HRD parameter name corrected to DpbOutputDelayLengthMinus1 ##### Fixed - Add WriteFlag method to SliceWriter interface (present in FixedSliceWriter) - Parsing of AVC SEI pic_timing with HRD parameters - mp4ff-nallister handles AVC SEI pic_timing with HRD parameters if SPS is present - fix error in TimeOffset output of SEI 136 ##### Added - Support for SEI message 1 pic_timing for AVC - Example `combine-segs` that shows how to multiplex init and media segments into multi-track segments
pion/interceptor (github.com/pion/interceptor) ### [`v0.1.24`](https://togithub.com/pion/interceptor/releases/tag/v0.1.24) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.23...v0.1.24) #### What's Changed - Do not send empty NACK packets by [@​adriancable](https://togithub.com/adriancable) in [https://github.com/pion/interceptor/pull/211](https://togithub.com/pion/interceptor/pull/211) **Full Changelog**: https://github.com/pion/interceptor/compare/v0.1.23...v0.1.24 ### [`v0.1.23`](https://togithub.com/pion/interceptor/releases/tag/v0.1.23) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.22...v0.1.23) #### Changelog - [`69a58bb`](https://togithub.com/pion/interceptor/commit/69a58bb) Update AUTHORS.txt - [`2d3d6ab`](https://togithub.com/pion/interceptor/commit/2d3d6ab) Fix wrap around on out of order packet ### [`v0.1.22`](https://togithub.com/pion/interceptor/releases/tag/v0.1.22) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.21...v0.1.22) #### What's Changed - Fix totalLost count error in receiverStream by [@​kcaffrey](https://togithub.com/kcaffrey) in [https://github.com/pion/interceptor/pull/209](https://togithub.com/pion/interceptor/pull/209) **Full Changelog**: https://github.com/pion/interceptor/compare/v0.1.21...v0.1.22 ### [`v0.1.21`](https://togithub.com/pion/interceptor/releases/tag/v0.1.21) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.20...v0.1.21) #### What's Changed - Option to limit max NACKs per lost packet by [@​adriancable](https://togithub.com/adriancable) in [https://github.com/pion/interceptor/pull/208](https://togithub.com/pion/interceptor/pull/208) #### New Contributors - [@​adriancable](https://togithub.com/adriancable) made their first contribution in [https://github.com/pion/interceptor/pull/208](https://togithub.com/pion/interceptor/pull/208) **Full Changelog**: https://github.com/pion/interceptor/compare/v0.1.20...v0.1.21 ### [`v0.1.20`](https://togithub.com/pion/interceptor/releases/tag/v0.1.20) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.19...v0.1.20) #### What's Changed - Update module github.com/pion/rtp to v1.8.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/pion/interceptor/pull/206](https://togithub.com/pion/interceptor/pull/206) - TWCC: Fix small receive delta rounding by [@​kcaffrey](https://togithub.com/kcaffrey) in [https://github.com/pion/interceptor/pull/207](https://togithub.com/pion/interceptor/pull/207) - Partial rewrite of TWCC sender by [@​kcaffrey](https://togithub.com/kcaffrey) in [https://github.com/pion/interceptor/pull/198](https://togithub.com/pion/interceptor/pull/198) - Don't use out-of-order packets to calculate RTPTime for sender reports by [@​cptpcrd](https://togithub.com/cptpcrd) in [https://github.com/pion/interceptor/pull/197](https://togithub.com/pion/interceptor/pull/197) #### New Contributors - [@​cptpcrd](https://togithub.com/cptpcrd) made their first contribution in [https://github.com/pion/interceptor/pull/197](https://togithub.com/pion/interceptor/pull/197) **Full Changelog**: https://github.com/pion/interceptor/compare/v0.1.19...v0.1.20 ### [`v0.1.19`](https://togithub.com/pion/interceptor/releases/tag/v0.1.19) [Compare Source](https://togithub.com/pion/interceptor/compare/v0.1.18...v0.1.19) #### Changelog - [`47036fc`](https://togithub.com/pion/interceptor/commit/47036fc) Update module github.com/pion/transport/v2 to v3
pion/rtp (github.com/pion/rtp) ### [`v1.8.2`](https://togithub.com/pion/rtp/releases/tag/v1.8.2) [Compare Source](https://togithub.com/pion/rtp/compare/v1.8.1...v1.8.2) #### Changelog - [`bfe92b9`](https://togithub.com/pion/rtp/commit/bfe92b9) Optimize the performance of H264 packaging - [`67d2b3e`](https://togithub.com/pion/rtp/commit/67d2b3e) Move pkg into codecs/av1 - [`3fbe548`](https://togithub.com/pion/rtp/commit/3fbe548) Update CI configs to v0.10.11
pion/webrtc (github.com/pion/webrtc/v3) ### [`v3.2.21`](https://togithub.com/pion/webrtc/releases/tag/v3.2.21) [Compare Source](https://togithub.com/pion/webrtc/compare/v3.2.20...v3.2.21) #### Changelog - [`48303e5`](https://togithub.com/pion/webrtc/commit/48303e5) Fix DataChannel.handleOpen
prometheus/client_golang (github.com/prometheus/client_golang) ### [`v1.17.0`](https://togithub.com/prometheus/client_golang/releases/tag/v1.17.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.16.0...v1.17.0) #### What's Changed - \[CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). [#​1325](https://togithub.com/prometheus/client_golang/issues/1325) - \[FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. [#​1313](https://togithub.com/prometheus/client_golang/issues/1313) - \[ENHANCEMENT] Enable detection of a native histogram without observations. [#​1314](https://togithub.com/prometheus/client_golang/issues/1314)
Commits - Merge v1.16.0 to main by [@​bwplotka](https://togithub.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1293](https://togithub.com/prometheus/client_golang/pull/1293) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1297](https://togithub.com/prometheus/client_golang/pull/1297) - ci: define minimal permissions to GitHub workflows by [@​diogoteles08](https://togithub.com/diogoteles08) in [https://github.com/prometheus/client_golang/pull/1295](https://togithub.com/prometheus/client_golang/pull/1295) - Do not allocate memory when there's no constraints by [@​Okhoshi](https://togithub.com/Okhoshi) in [https://github.com/prometheus/client_golang/pull/1296](https://togithub.com/prometheus/client_golang/pull/1296) - Bump golang.org/x/sys from 0.8.0 to 0.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1306](https://togithub.com/prometheus/client_golang/pull/1306) - Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1307](https://togithub.com/prometheus/client_golang/pull/1307) - histogram: Enable detection of a native histogram without observations by [@​beorn7](https://togithub.com/beorn7) in [https://github.com/prometheus/client_golang/pull/1314](https://togithub.com/prometheus/client_golang/pull/1314) - Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1305](https://togithub.com/prometheus/client_golang/pull/1305) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1302](https://togithub.com/prometheus/client_golang/pull/1302) - Fix data-race in metric without `code` and `method` but with `WithLabelFromCtx` by [@​tigrato](https://togithub.com/tigrato) in [https://github.com/prometheus/client_golang/pull/1318](https://togithub.com/prometheus/client_golang/pull/1318) - Add missing tick "\`" in README by [@​ZiViZiViZ](https://togithub.com/ZiViZiViZ) in [https://github.com/prometheus/client_golang/pull/1321](https://togithub.com/prometheus/client_golang/pull/1321) - Bump golang.org/x/sys from 0.9.0 to 0.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1320](https://togithub.com/prometheus/client_golang/pull/1320) - Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1319](https://togithub.com/prometheus/client_golang/pull/1319) - docs: trivial grammar fixes to improve readability in promauto Godoc by [@​sengi](https://togithub.com/sengi) in [https://github.com/prometheus/client_golang/pull/1322](https://togithub.com/prometheus/client_golang/pull/1322) - Add Go 1.21 support by [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/1325](https://togithub.com/prometheus/client_golang/pull/1325) - Bump client_model by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1323](https://togithub.com/prometheus/client_golang/pull/1323) - histogram docs: Fixed minor nit. by [@​bwplotka](https://togithub.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1324](https://togithub.com/prometheus/client_golang/pull/1324) - Update building by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/1326](https://togithub.com/prometheus/client_golang/pull/1326) - Bump golang.org/x/sys from 0.10.0 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1331](https://togithub.com/prometheus/client_golang/pull/1331) - Bump github.com/prometheus/client_golang from 1.15.1-0.20230416215738-0963f595c689 to 1.16.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1329](https://togithub.com/prometheus/client_golang/pull/1329) - Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in /examples/middleware by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1328](https://togithub.com/prometheus/client_golang/pull/1328) - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1284](https://togithub.com/prometheus/client_golang/pull/1284) - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1330](https://togithub.com/prometheus/client_golang/pull/1330) - Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1304](https://togithub.com/prometheus/client_golang/pull/1304) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1332](https://togithub.com/prometheus/client_golang/pull/1332) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1338](https://togithub.com/prometheus/client_golang/pull/1338) - Cleanup golangci-lint errcheck by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/1339](https://togithub.com/prometheus/client_golang/pull/1339) - Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1348](https://togithub.com/prometheus/client_golang/pull/1348) - Extend Counters, Summaries and Histograms with creation timestamp by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1313](https://togithub.com/prometheus/client_golang/pull/1313) - Fix typos in comments, tests, and errors by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1346](https://togithub.com/prometheus/client_golang/pull/1346) - Deprecated comment should begin with "Deprecated:" by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1347](https://togithub.com/prometheus/client_golang/pull/1347) - Add changelog entry for 1.17 by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1352](https://togithub.com/prometheus/client_golang/pull/1352)
#### New Contributors * @​diogoteles08 made their first contributi[https://github.com/prometheus/client_golang/pull/1295](https://togithub.com/prometheus/client_golang/pull/1295)l/1295 * @​tigrato made their first contributi[https://github.com/prometheus/client_golang/pull/1318](https://togithub.com/prometheus/client_golang/pull/1318)l/1318 * @​ZiViZiViZ made their first contributi[https://github.com/prometheus/client_golang/pull/1321](https://togithub.com/prometheus/client_golang/pull/1321)l/1321 * @​sengi made their first contributi[https://github.com/prometheus/client_golang/pull/1322](https://togithub.com/prometheus/client_golang/pull/1322)l/1322 * @​ArthurSens made their first contributi[https://github.com/prometheus/client_golang/pull/1323](https://togithub.com/prometheus/client_golang/pull/1323)l/1323 * @​alexandear made their first contributi[https://github.com/prometheus/client_golang/pull/1348](https://togithub.com/prometheus/client_golang/pull/1348)l/1348 **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0
sirupsen/logrus (github.com/sirupsen/logrus) ### [`v1.9.3`](https://togithub.com/sirupsen/logrus/releases/tag/v1.9.3) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.9.2...v1.9.3) - Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines https://github.com/sirupsen/logrus/commit/f9291a534cac1466d26414fd9e326381cd64ecef (re-apply [https://github.com/sirupsen/logrus/pull/1376](https://togithub.com/sirupsen/logrus/pull/1376)) - Fix panic in Writer https://github.com/sirupsen/logrus/commit/d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3 ### [`v1.9.2`](https://togithub.com/sirupsen/logrus/releases/tag/v1.9.2) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.9.1...v1.9.2) - Revert [https://github.com/sirupsen/logrus/pull/1376](https://togithub.com/sirupsen/logrus/pull/1376), which introduced a regression in v1.9.1 **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2 ### [`v1.9.1`](https://togithub.com/sirupsen/logrus/releases/tag/v1.9.1) [Compare Source](https://togithub.com/sirupsen/logrus/compare/v1.9.0...v1.9.1) #### What's Changed - Fix data race in hooks.test package by [@​FrancoisWagner](https://togithub.com/FrancoisWagner) in [https://github.com/sirupsen/logrus/pull/1362](https://togithub.com/sirupsen/logrus/pull/1362) - Add instructions to use different log levels for local and syslog by [@​tommyblue](https://togithub.com/tommyblue) in [https://github.com/sirupsen/logrus/pull/1372](https://togithub.com/sirupsen/logrus/pull/1372) - This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by [@​ozfive](https://togithub.com/ozfive) in [https://github.com/sirupsen/logrus/pull/1376](https://togithub.com/sirupsen/logrus/pull/1376) - Use text when shows the logrus output by [@​xieyuschen](https://togithub.com/xieyuschen) in [https://github.com/sirupsen/logrus/pull/1339](https://togithub.com/sirupsen/logrus/pull/1339) #### New Contributors - [@​FrancoisWagner](https://togithub.com/FrancoisWagner) made their first contribution in [https://github.com/sirupsen/logrus/pull/1362](https://togithub.com/sirupsen/logrus/pull/1362) - [@​tommyblue](https://togithub.com/tommyblue) made their first contribution in [https://github.com/sirupsen/logrus/pull/1372](https://togithub.com/sirupsen/logrus/pull/1372) - [@​ozfive](https://togithub.com/ozfive) made their first contribution in [https://github.com/sirupsen/logrus/pull/1376](https://togithub.com/sirupsen/logrus/pull/1376) - [@​xieyuschen](https://togithub.com/xieyuschen) made their first contribution in [https://github.com/sirupsen/logrus/pull/1339](https://togithub.com/sirupsen/logrus/pull/1339) **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1
urfave/cli (github.com/urfave/cli/v2) ### [`v2.25.7`](https://togithub.com/urfave/cli/releases/tag/v2.25.7) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.6...v2.25.7) #### What's Changed - Fix: fix v2 broken tests by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1757](https://togithub.com/urfave/cli/pull/1757) - Fix:(issue\_1755) Ensure that timestamp flag destination is set correctly by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1756](https://togithub.com/urfave/cli/pull/1756) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7 ### [`v2.25.6`](https://togithub.com/urfave/cli/releases/tag/v2.25.6) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.5...v2.25.6) #### What's Changed - Fix:(issue\_1668) Add test case for sub command of sub command completion by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1747](https://togithub.com/urfave/cli/pull/1747) - Update dependencies for v2 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1749](https://togithub.com/urfave/cli/pull/1749) - Document slice flags as part of examples (v2) by [@​carhartl](https://togithub.com/carhartl) in [https://github.com/urfave/cli/pull/1751](https://togithub.com/urfave/cli/pull/1751) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6 ### [`v2.25.5`](https://togithub.com/urfave/cli/releases/tag/v2.25.5) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.4...v2.25.5) #### What's Changed - Fix:(issue\_1737) Set bool count by taking care of num of aliases by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1740](https://togithub.com/urfave/cli/pull/1740) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5 ### [`v2.25.4`](https://togithub.com/urfave/cli/releases/tag/v2.25.4) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.3...v2.25.4) #### What's Changed - Bug/fix issue 1703 by [@​jojje](https://togithub.com/jojje) in [https://github.com/urfave/cli/pull/1728](https://togithub.com/urfave/cli/pull/1728) - Fix:(issue\_1734) Show categories for subcommands by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1735](https://togithub.com/urfave/cli/pull/1735) - Fix:(issue\_1610). Keep RunAsSubcommand behaviour as before by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1736](https://togithub.com/urfave/cli/pull/1736) - Fix:(issue\_1731) Add fix for checking if aliases are set by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1732](https://togithub.com/urfave/cli/pull/1732) - Fix func name referenced in doc comment by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1738](https://togithub.com/urfave/cli/pull/1738) #### New Contributors - [@​jojje](https://togithub.com/jojje) made their first contribution in [https://github.com/urfave/cli/pull/1728](https://togithub.com/urfave/cli/pull/1728) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4 ### [`v2.25.3`](https://togithub.com/urfave/cli/releases/tag/v2.25.3) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.2...v2.25.3) #### What's Changed - Fix `incorrectTypeForFlagError` for unknowns by [@​danhunsaker](https://togithub.com/danhunsaker) in [https://github.com/urfave/cli/pull/1708](https://togithub.com/urfave/cli/pull/1708) #### New Contributors - [@​danhunsaker](https://togithub.com/danhunsaker) made their first contribution in [https://github.com/urfave/cli/pull/1708](https://togithub.com/urfave/cli/pull/1708) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3 ### [`v2.25.2`](https://togithub.com/urfave/cli/releases/tag/v2.25.2) [Compare Source](https://togithub.com/urfave/cli/compare/v2.25.1...v2.25.2) #### What's Changed - Fix missing required flag error uses flag name and not alias by [@​nirhaas](https://togithub.com/nirhaas) in [https://github.com/urfave/cli/pull/1709](https://togithub.com/urfave/cli/pull/1709) - Remove redundant variable declarations by [@​huiyifyj](https://togithub.com/huiyifyj) in [https://github.com/urfave/cli/pull/1714](https://togithub.com/urfave/cli/pull/1714) - Fix:(issue 1689) Match markdown output with help output by [@​dearchap](https://togithub.com/dearchap) in [https://github.com/urfave/cli/pull/1723](https://togithub.com/urfave/cli/pull/1723) #### New Contributors - [@​nirhaas](https://togithub.com/nirhaas) made their first contribution in [https://github.com/urfave/cli/pull/1709](https://togithub.com/urfave/cli/pull/1709) - [@​huiyifyj](https://togithub.com/huiyifyj) made their first contribution in [https://github.com/urfave/cli/pull/1714](https://togithub.com/urfave/cli/pull/1714) **Full Changelog**: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2
yutopp/go-flv (github.com/yutopp/go-flv) ### [`v0.3.1`](https://togithub.com/yutopp/go-flv/releases/tag/v0.3.1) [Compare Source](https://togithub.com/yutopp/go-flv/compare/v0.3.0...v0.3.1) #### What's Changed - Fix the return error of the Encode function by [@​autoexpect](https://togithub.com/autoexpect) in [https://github.com/yutopp/go-flv/pull/9](https://togithub.com/yutopp/go-flv/pull/9) **Full Changelog**: https://github.com/yutopp/go-flv/compare/v0.3.0...v0.3.1 ### [`v0.3.0`](https://togithub.com/yutopp/go-flv/compare/v0.2.0...v0.3.0) [Compare Source](https://togithub.com/yutopp/go-flv/compare/v0.2.0...v0.3.0)
grpc/grpc-go (google.golang.org/grpc) ### [`v1.59.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.59.0): Release 1.59.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.58.3...v1.59.0) ### Behavior Changes - balancer: grpc will switch to case-sensitive balancer names soon; log a warning if a capital letter is encountered in an LB policy name ([#​6647](https://togithub.com/grpc/grpc-go/issues/6647)) - server: allow applications to send arbitrary data in the `grpc-status-details-bin` trailer ([#​6662](https://togithub.com/grpc/grpc-go/issues/6662)) - client: validate `grpc-status-details-bin` trailer and pass through the trailer to the application directly ([#​6662](https://togithub.com/grpc/grpc-go/issues/6662)) ### New Features - tap (experimental): Add Header metadata to tap handler ([#​6652](https://togithub.com/grpc/grpc-go/issues/6652)) - Special Thanks: [@​pstibrany](https://togithub.com/pstibrany) - grpc: channel idleness enabled by default with an `idle_timeout` of `30m` ([#​6585](https://togithub.com/grpc/grpc-go/issues/6585)) ### Documentation - examples: add an example of flow control behavior ([#​6648](https://togithub.com/grpc/grpc-go/issues/6648)) ### Bug Fixes - xds: fix hash policy header to skip "-bin" headers and read content-type header as expected ([#​6609](https://togithub.com/grpc/grpc-go/issues/6609))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.