emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
70 stars 22 forks source link

Update file-format requirement from 0.22.0 to 0.23.0 #43

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on file-format to permit the latest version.

Release notes

Sourced from file-format's releases.

v0.23.0

Fixes

  • Fix Neo Geo Pocket ROM (NGP) extension

Improvements

  • Add precision to the JSON Feed signature

Internal changes

  • Improve performance and precision of all readers

New formats support

  • Empty
  • Microsoft Write (WRI)
  • Neo Geo Pocket Color ROM (NGC)
  • Picture Exchange (PCX)
Changelog

Sourced from file-format's changelog.

Version 0.23.0 (2023-12-11)

Fixes

  • Fix Neo Geo Pocket ROM (NGP) extension

Improvements

  • Add precision to the JSON Feed signature

Internal changes

  • Improve performance and precision of all readers

New formats support

  • Empty
  • Microsoft Write (WRI)
  • Neo Geo Pocket Color ROM (NGC)
  • Picture Exchange (PCX)

Version 0.22.0 (2023-11-04)

Internal changes

  • Remove cfb dependency when using reader-cfb feature
  • Remove zip dependency when using reader-zip feature

Version 0.21.0 (2023-09-29)

API

  • Add reader-mp4 feature
  • Drop MPEG-1/2 Audio Layer 1 (MP1) support

Fixes

  • Fix MPEG-DASH Manifest (MPD) name

Improvements

  • Add precision to the 3rd Generation Partnership Project (3GPP) signature
  • Add precision to the 3rd Generation Partnership Project 2 (3GPP2) signature
  • Add precision to the High Efficiency Image File Format (HEIF) signature
  • Add precision to the High Efficiency Image File Format Sequence (HEIFS) signature
  • Add precision to the JPEG 2000 Part 1 (JP2) signature
  • Add precision to the MPEG-4 Part 14 (MP4) signature

New formats support

... (truncated)

Commits
  • 4804982 Merge pull request #42 from mmalecot/dev
  • 4e37015 Update 0.23 release date
  • 0e7609d Update 0.23 release date
  • ab9b3ca Harmonises signatures
  • 1465d0b Corrects signature sorting
  • 0ecc48d Add release date for 0.23
  • 549a175 Fix unnecessary TTML test
  • ecc8abe Add NGC file format support
  • e177b63 Add unit test for WPS file format (without feature)
  • 95cc471 Add unit test for WDB file format (without feature)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)