Skip to content

Update module github.com/gabriel-vasile/mimetype to v1.4.15 - autoclosed - #23

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-gabriel-vasile-mimetype-1.x
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-gabriel-vasile-mimetype-1.x

Conversation

@renovate

@renovate renovate Bot commented Dec 8, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/gabriel-vasile/mimetype v1.4.2v1.4.15 age confidence

Release Notes

gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)

v1.4.15: fix int overflow on 32bit arch

Compare Source

What's Changed

This release fixes an integer overflow panic on 32 bit architectures and retracts the previous release.

Full Changelog: gabriel-vasile/mimetype@v.1.4.14...v1.4.15

v1.4.14: pyc, pcap, cycloned, gedcom support

Compare Source

Media type changes

  • newly added: application/x-bytecode.python, application/vnd.tcpdump.pcap, application/vnd.cyclonedx+xml, application/vnd.cyclonedx+json, text/vnd.familysearch.gedcom
  • superseded and demoted to aliases:
    image/vnd.mozilla.apng superseded by image/apng
    video/x-matroska superseded by video/matroska
    application/x-rar-compressed superseded by application/vnd.rar

Full changelog

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.13...v1.4.14

v1.4.13: Support for .hlp, .inf, .fm, .bufr

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.12...v1.4.13

v1.4.12: RFC822, GRIB, Zlib support

Compare Source

What's Changed

  • zip+json: add benchmarks for better performance tracking of pathological inputs in #​730
  • zip+json: performance improvements for pathological cases in #​732
  • Fix integer overflow panic on 32bit architectures in #​733
  • ci: add more linters and fix their warnings in #​734
  • jar: manifest must be first in #​735
  • rfc822: add support in #​740
  • grib: add support in #​742
  • zlib: add support in #​743

Full Changelog: gabriel-vasile/mimetype@v1.4.11...v1.4.12

v1.4.11: cpio, wordperfect support

Compare Source

What's Changed

  • wordperfect: add support in #​707
  • cpio: add support for binary version in #​709
  • shebang: fix detection with args by @​scop in #​710
  • shebang: support env -S by @​scop in #​712
  • dxf: add support in #​720
  • clone: stop cloning MIME when there is no charset in #​722
  • aaf: remove individual node for aaf in #​724
  • msoxml: match files and directories for first zip entry in #​729

Full Changelog: gabriel-vasile/mimetype@v1.4.10...v1.4.11

v1.4.10: perfomance inprovements, tests and new formats

Compare Source

This release adds support for XHTML, Lotus-1-2-3, KML, shell scripts, VSDX, OneNote, CHM and Netpbm file formats.
Changes were made to make mimetype behave more file linux $ file --mime utility.

https://github.com/gabriel-vasile/mimetype_tests repo is now used for running comparisons between mimetype and $ file --mime. It contains 50 000 samples and mimetype identifies the same format as $ file --mime for ~97% of them. Results are in the Actions tab.

What's Changed

  • charset: remove dependency on x/net for parsing html in #​669
  • CSV: replace stdlib reader with a parser that allocates less in #​672
  • svg: make detection harder in #​674
  • pdf: relax check to match file in #​677
  • csv: stop mutating input byte slices; for #​680 in #​681
  • charset: remove dependency on mime in #​684
  • mso_office: increase limit of checked entries from 4 to 100 in #​685
  • jar: replace application/jar with application/java-archive in #​686
  • Zip container improvements in #​687
  • Jar first entry inside a zip in #​688
  • svg+html: better handling for comments in #​689
  • xhtml: add support in #​690
  • misc: behave more like file in #​691
  • lotus-1-2-3: add support in #​695
  • Add support for zipped KML files by @​dmlambea in #​693
  • shell: add support by @​scop in #​694
  • ruby: add support by @​scop in #​700
  • python: associate with python2 and python3 shebangs by @​scop in #​699
  • vsdx: add support in #​702
  • oneNote: add support in #​703
  • chm: add support for Microsoft Compiled HTML Help in #​704
  • Netpbm: add support by @​kenshaw in #​705

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.9...v1.4.10

v1.4.9: GLTF support and performance improvements

Compare Source

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.8...v1.4.9

v1.4.8: Add support for APK

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.7...v1.4.8

v1.4.7

Compare Source

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.6...v1.4.7

v1.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.5...v1.4.6

v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Security fixes:

Update golang.org/x/net to latest. Fixes: CVE-2023-45288

Performance improvements:
  • Change tar detection to use checksum instead of legal ranges of values in #​466
  • ftyp: exit asap to prevent mem allocs in #​517
  • Improve x-subrip detection performance in #​524
  • improve performance for text detection in #​532
  • Using io.ReadAll instead of ioutil.ReadAll by @​phihungtf in #​525

Benchmarks:

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

Full Changelog: gabriel-vasile/mimetype@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.2...v1.4.3


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 8df02d6 to 319a97f Compare May 26, 2024 05:25
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.3 Update module github.com/gabriel-vasile/mimetype to v1.4.4 May 26, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 319a97f to 02d262a Compare July 27, 2024 08:46
@renovate

renovate Bot commented Jul 27, 2024

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.21

@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.4 Update module github.com/gabriel-vasile/mimetype to v1.4.5 Jul 27, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 02d262a to 9714f1c Compare October 15, 2024 02:56
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.5 Update module github.com/gabriel-vasile/mimetype to v1.4.6 Oct 15, 2024
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.6 Update module github.com/gabriel-vasile/mimetype to v1.4.7 Nov 22, 2024
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 9714f1c to a87a863 Compare November 22, 2024 03:00
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from a87a863 to 9326554 Compare January 5, 2025 08:52
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.7 Update module github.com/gabriel-vasile/mimetype to v1.4.8 Jan 5, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 9326554 to 557d5da Compare April 18, 2025 16:01
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.8 Update module github.com/gabriel-vasile/mimetype to v1.4.9 Apr 18, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 557d5da to 8757220 Compare May 9, 2025 04:14
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch 2 times, most recently from 313f9ac to 5648db7 Compare August 15, 2025 19:59
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 5648db7 to 42a9fca Compare September 1, 2025 13:40
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.9 Update module github.com/gabriel-vasile/mimetype to v1.4.10 Sep 1, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 42a9fca to da32276 Compare November 1, 2025 20:00
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.10 Update module github.com/gabriel-vasile/mimetype to v1.4.11 Nov 1, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from da32276 to 3b51d15 Compare December 13, 2025 07:01
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.11 Update module github.com/gabriel-vasile/mimetype to v1.4.12 Dec 13, 2025
@renovate

renovate Bot commented Dec 13, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.21

@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from 3b51d15 to b3d4a4d Compare February 1, 2026 09:55
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.12 Update module github.com/gabriel-vasile/mimetype to v1.4.13 Feb 1, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from b3d4a4d to 3945c88 Compare July 25, 2026 12:11
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.13 Update module github.com/gabriel-vasile/mimetype to v1.4.15 Jul 25, 2026
@renovate renovate Bot changed the title Update module github.com/gabriel-vasile/mimetype to v1.4.15 Update module github.com/gabriel-vasile/mimetype to v1.4.15 - autoclosed Aug 29, 2026
@renovate renovate Bot closed this Aug 29, 2026
@renovate
renovate Bot deleted the renovate/github.com-gabriel-vasile-mimetype-1.x branch August 29, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants