Open renovate[bot] opened 1 year ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/net |
v0.21.0 -> v0.31.0 |
golang.org/x/sys |
v0.17.0 -> v0.27.0 |
golang.org/x/text |
v0.14.0 -> v0.20.0 |
This PR contains the following updates:
v1.4.1
->v1.4.7
Release Notes
gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)
### [`v1.4.7`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.7) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7) #### What's Changed - remove torrent testdata; closes [#398](https://redirect.github.com/gabriel-vasile/mimetype/issues/398) by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/597](https://redirect.github.com/gabriel-vasile/mimetype/pull/597) - add support for CBOR files by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/598](https://redirect.github.com/gabriel-vasile/mimetype/pull/598) - Remove macho fixtures by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/602](https://redirect.github.com/gabriel-vasile/mimetype/pull/602) - remove most of the files from testdata by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/603](https://redirect.github.com/gabriel-vasile/mimetype/pull/603) - Bump golang.org/x/net from 0.30.0 to 0.31.0 in the gomod group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/605](https://redirect.github.com/gabriel-vasile/mimetype/pull/605) - rename application/javascript to text/javascript by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/604](https://redirect.github.com/gabriel-vasile/mimetype/pull/604) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7 ### [`v1.4.6`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.6) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.5...v1.4.6) #### What's Changed - Improve ftyp detection in [https://github.com/gabriel-vasile/mimetype/pull/564](https://redirect.github.com/gabriel-vasile/mimetype/pull/564) - CSV/TSV use a pool of buffered readers to avoid allocs by in [https://github.com/gabriel-vasile/mimetype/pull/573](https://redirect.github.com/gabriel-vasile/mimetype/pull/573) - feat: Add parquet file detection by [@kwkelly](https://redirect.github.com/kwkelly) in [https://github.com/gabriel-vasile/mimetype/pull/578](https://redirect.github.com/gabriel-vasile/mimetype/pull/578) - add application/xml as alias of text/xml in [https://github.com/gabriel-vasile/mimetype/pull/581](https://redirect.github.com/gabriel-vasile/mimetype/pull/581) - retract v1.4.4; closes [#575](https://redirect.github.com/gabriel-vasile/mimetype/issues/575) in [https://github.com/gabriel-vasile/mimetype/pull/591](https://redirect.github.com/gabriel-vasile/mimetype/pull/591) - action for benchmarking detectors in [https://github.com/gabriel-vasile/mimetype/pull/590](https://redirect.github.com/gabriel-vasile/mimetype/pull/590) - Remove GPL file by [@canadacow](https://redirect.github.com/canadacow) in [https://github.com/gabriel-vasile/mimetype/pull/583](https://redirect.github.com/gabriel-vasile/mimetype/pull/583) #### New Contributors - [@kwkelly](https://redirect.github.com/kwkelly) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/578](https://redirect.github.com/gabriel-vasile/mimetype/pull/578) - [@canadacow](https://redirect.github.com/canadacow) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/583](https://redirect.github.com/gabriel-vasile/mimetype/pull/583) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.5...v1.4.6 ### [`v1.4.5`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.5) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.4...v1.4.5) #### What's Changed - json: improve performance by using a pool of scanners in [https://github.com/gabriel-vasile/mimetype/pull/535](https://redirect.github.com/gabriel-vasile/mimetype/pull/535) - tar: remove strconv dependency for tar checksum octal numbers in [https://github.com/gabriel-vasile/mimetype/pull/536](https://redirect.github.com/gabriel-vasile/mimetype/pull/536) - zip: use \[]byte instead of string to prevent allocs in[https://github.com/gabriel-vasile/mimetype/pull/537](https://redirect.github.com/gabriel-vasile/mimetype/pull/537)7 - remove tarbomb from testdata folder in [https://github.com/gabriel-vasile/mimetype/pull/540](https://redirect.github.com/gabriel-vasile/mimetype/pull/540) - Updating RTF Magic number to match https://www.iana.org/assignments/media-types/application/rtf by [@zdiff](https://redirect.github.com/zdiff) in [https://github.com/gabriel-vasile/mimetype/pull/544](https://redirect.github.com/gabriel-vasile/mimetype/pull/544) - alias text/rtf to application/rtf in [https://github.com/gabriel-vasile/mimetype/pull/547](https://redirect.github.com/gabriel-vasile/mimetype/pull/547) - reduce project size by moving mimetype.gif to testdata in [https://github.com/gabriel-vasile/mimetype/pull/548](https://redirect.github.com/gabriel-vasile/mimetype/pull/548) - Bump golang.org/x/net from 0.25.0 to 0.27.0 in the gomod group across 1 directory by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/552](https://redirect.github.com/gabriel-vasile/mimetype/pull/552) - remove exe from testdata in [https://github.com/gabriel-vasile/mimetype/pull/561](https://redirect.github.com/gabriel-vasile/mimetype/pull/561) #### New Contributors - [@zdiff](https://redirect.github.com/zdiff) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/544](https://redirect.github.com/gabriel-vasile/mimetype/pull/544) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.4...v1.4.5 ### [`v1.4.4`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.4) [Compare Source](https://redirect.github.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://redirect.github.com/gabriel-vasile/mimetype/pull/466) - ftyp: exit asap to prevent mem allocs in [https://github.com/gabriel-vasile/mimetype/pull/517](https://redirect.github.com/gabriel-vasile/mimetype/pull/517) - Improve x-subrip detection performance in [https://github.com/gabriel-vasile/mimetype/pull/524](https://redirect.github.com/gabriel-vasile/mimetype/pull/524) - improve performance for text detection in [https://github.com/gabriel-vasile/mimetype/pull/532](https://redirect.github.com/gabriel-vasile/mimetype/pull/532) - Using io.ReadAll instead of ioutil.ReadAll by [@phihungtf](https://redirect.github.com/phihungtf) in [https://github.com/gabriel-vasile/mimetype/pull/525](https://redirect.github.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://redirect.github.com/phihungtf) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/525](https://redirect.github.com/gabriel-vasile/mimetype/pull/525) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.3...v1.4.4 ### [`v1.4.3`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.3) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.2...v1.4.3) #### What's Changed - Switch csv and tsv method 'sv' from ReadAll() to stream each record with Read() by [@splashing-atom](https://redirect.github.com/splashing-atom) in [https://github.com/gabriel-vasile/mimetype/pull/355](https://redirect.github.com/gabriel-vasile/mimetype/pull/355) - Bump golang.org/x/net from 0.8.0 to 0.17.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/441](https://redirect.github.com/gabriel-vasile/mimetype/pull/441) - enable reusing records in csv/tsv detection by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/443](https://redirect.github.com/gabriel-vasile/mimetype/pull/443) #### New Contributors - [@splashing-atom](https://redirect.github.com/splashing-atom) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/355](https://redirect.github.com/gabriel-vasile/mimetype/pull/355) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.2...v1.4.3 ### [`v1.4.2`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.2) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2) #### What's Changed - Improve mov detection; closes [#302](https://redirect.github.com/gabriel-vasile/mimetype/issues/302) by [@gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/304](https://redirect.github.com/gabriel-vasile/mimetype/pull/304) - \[codespell] Fix typos. by [@mdosch](https://redirect.github.com/mdosch) in [https://github.com/gabriel-vasile/mimetype/pull/303](https://redirect.github.com/gabriel-vasile/mimetype/pull/303) - Detect UStar tar archives by [@chrisnovakovic](https://redirect.github.com/chrisnovakovic) in [https://github.com/gabriel-vasile/mimetype/pull/308](https://redirect.github.com/gabriel-vasile/mimetype/pull/308) - add jxr support [#155](https://redirect.github.com/gabriel-vasile/mimetype/issues/155) by [@dijotmathews](https://redirect.github.com/dijotmathews) in [https://github.com/gabriel-vasile/mimetype/pull/312](https://redirect.github.com/gabriel-vasile/mimetype/pull/312) - Added support for JXS file format by [@V-R-Dighe](https://redirect.github.com/V-R-Dighe) in [https://github.com/gabriel-vasile/mimetype/pull/319](https://redirect.github.com/gabriel-vasile/mimetype/pull/319) - Bump golang.org/x/net from 0.7.0 to 0.8.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/367](https://redirect.github.com/gabriel-vasile/mimetype/pull/367) #### New Contributors - [@mdosch](https://redirect.github.com/mdosch) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/303](https://redirect.github.com/gabriel-vasile/mimetype/pull/303) - [@chrisnovakovic](https://redirect.github.com/chrisnovakovic) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/308](https://redirect.github.com/gabriel-vasile/mimetype/pull/308) - [@dijotmathews](https://redirect.github.com/dijotmathews) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/312](https://redirect.github.com/gabriel-vasile/mimetype/pull/312) - [@V-R-Dighe](https://redirect.github.com/V-R-Dighe) made their first contribution in [https://github.com/gabriel-vasile/mimetype/pull/319](https://redirect.github.com/gabriel-vasile/mimetype/pull/319) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2Configuration
📅 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 was generated by Mend Renovate. View the repository job log.