pict-rs/releases/0.5.14.md
asonix 1c4e343d9d
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m32s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m31s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m41s
/ tests (push) Successful in 1m56s
/ clippy (push) Successful in 2m23s
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Successful in 6m41s
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Successful in 4m7s
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Successful in 6m45s
/ publish-docker (push) Successful in 15s
/ publish-forgejo (push) Successful in 20s
/ publish-crate (push) Successful in 1m55s
Prepare 0.5.14
2024-05-20 22:23:08 -05:00

28 lines
858 B
Markdown

# pict-rs 0.5.14
pict-rs is a simple image hosting microservice, designed to handle storing and retrieving images,
animations, and videos, as well as providing basic image processing functionality.
## Overview
pict-rs 0.5.14 includes a bugfix for identifying certain MOV videos, as well as updated dependencies.
### Fixes
- [Empty Stream Parsing](#empty-stream-parsing)
## Upgrade Notes
There are no significant changes from 0.5.13. Upgrading should be as simple as pulling a new version
of pict-rs.
## Descriptions
### Empty Stream Parsing
Certain videos, when identified with ffprobe, contain stream json objects with no fields. This would
cause pict-rs to fail to parse the information for these videos, as it expects streams to at least
contain a codec field. In pict-rs 0.5.14, empty streams are now considered valid and are simply
ignored.