Closed renovate[bot] closed 5 months ago
This PR contains the following updates:
v1.4.3
v1.4.4
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
:eyes: Found the following differences in the sql schema:
This PR contains the following updates:
v1.4.3
->v1.4.4
Release Notes
gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)
### [`v1.4.4`](https://togithub.com/gabriel-vasile/mimetype/releases/tag/v1.4.4) [Compare Source](https://togithub.com/gabriel-vasile/mimetype/compare/v1.4.3...v1.4.4) #### What's Changed ##### Security fixes: Update `golang.org/x/net` to latest. Fixes: [CVE-2023-45288](https://deps.dev/advisory/osv/GO-2024-2687) ##### Performance improvements: - Change tar detection to use checksum instead of legal ranges of values in [https://github.com/gabriel-vasile/mimetype/pull/466](https://togithub.com/gabriel-vasile/mimetype/pull/466) - ftyp: exit asap to prevent mem allocs in [https://github.com/gabriel-vasile/mimetype/pull/517](https://togithub.com/gabriel-vasile/mimetype/pull/517) - Improve x-subrip detection performance in [https://github.com/gabriel-vasile/mimetype/pull/524](https://togithub.com/gabriel-vasile/mimetype/pull/524) - improve performance for text detection in [https://github.com/gabriel-vasile/mimetype/pull/532](https://togithub.com/gabriel-vasile/mimetype/pull/532) - Using io.ReadAll instead of ioutil.ReadAll by [@phihungtf](https://togithub.com/phihungtf) in [https://github.com/gabriel-vasile/mimetype/pull/525](https://togithub.com/gabriel-vasile/mimetype/pull/525) Benchmarks: ```bash before: BenchmarkText/application/x-ndjson-8 663314 2027 ns/op 4306 B/op 6 allocs/op BenchmarkSliceRand-8 688160 1690 ns/op 728 B/op 75 allocs/op BenchmarkSrt-8 946042 1089 ns/op 4240 B/op 5 allocs/op after: BenchmarkText/application/x-ndjson-8 1930292 678.6 ns/op 160 B/op 4 allocs/op BenchmarkSliceRand-8 1232066 1173 ns/op 160 B/op 4 allocs/op BenchmarkSrt-8 3235448 368.8 ns/op 64 B/op 2 allocs/op ``` #### New Contributors - [@phihungtf](https://togithub.com/phihungtf) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/525](https://togithub.com/gabriel-vasile/mimetype/pull/525) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.3...v1.4.4Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.