mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Add skeleton for 0.5 release document
This commit is contained in:
parent
d1ae56d755
commit
1fa8929ce4
1 changed files with 127 additions and 0 deletions
127
releases/0.5.0.md
Normal file
127
releases/0.5.0.md
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
# pict-rs 0.5.0
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
### Headline Features
|
||||||
|
|
||||||
|
- [Postgres Repo](#postgres-repo)
|
||||||
|
- [Media Proxy](#media-proxy)
|
||||||
|
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
- [Improved Animation Support](#improved-animation-support)
|
||||||
|
- [Improved Collision Resistance](#improved-collision-resistance)
|
||||||
|
- [Optional Video Transcoding](#optional-video-transcoding)
|
||||||
|
- [Library API Changes](#library-api-changes)
|
||||||
|
- [Reject Malformed Deadliens](#reject-malformed-deadlines)
|
||||||
|
- [Logging Verbosity](#logging-verbosity)
|
||||||
|
|
||||||
|
|
||||||
|
### Other Features
|
||||||
|
|
||||||
|
- [Quality Configuration](#quality-configuration)
|
||||||
|
- [Read-Only Mode](#read-only-mode)
|
||||||
|
- [Danger-Dummy Mode](#danger-dummy-mode)
|
||||||
|
- [Media Variant Retention](#media-variant-retention)
|
||||||
|
- [Configurable Temporary Directory](#configurable-temporary-directory)
|
||||||
|
- [Serve From Object Storage](#serve-from-object-storage)
|
||||||
|
- [Prometheus Metrics](#prometheus-metrics)
|
||||||
|
- [Internal Hashes Endpoint](#internal-hashes-endpoint)
|
||||||
|
- [Internal Delete Endpoint](#internal-delete-endpoint)
|
||||||
|
- [Error Codes](#error-codes)
|
||||||
|
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- [Clean Stray Magick Files](#clean-stray-magick-files)
|
||||||
|
- [Always Drain Payloads](#always-drain-payloads)
|
||||||
|
- [Constnat-Time Equality for Deletion](#constant-time-equality-for-deletion)
|
||||||
|
|
||||||
|
|
||||||
|
### Removals
|
||||||
|
|
||||||
|
- [ini and json5](#ini-and-json5)
|
||||||
|
- [Client Pool Size](#client-pool-size)
|
||||||
|
- [0.3 Migration Path](#0-3-migration-path)
|
||||||
|
- [Prepare Upgrade Endpoint](#prepare-upgrade-endpoint)
|
||||||
|
|
||||||
|
|
||||||
|
## Upgrade Notes
|
||||||
|
|
||||||
|
|
||||||
|
## Descriptions
|
||||||
|
|
||||||
|
### Postgres Repo
|
||||||
|
|
||||||
|
|
||||||
|
### Media Proxy
|
||||||
|
|
||||||
|
|
||||||
|
### Improved Animation Support
|
||||||
|
|
||||||
|
|
||||||
|
### Improved Collision Resistance
|
||||||
|
|
||||||
|
|
||||||
|
### Optional Video Transcoding
|
||||||
|
|
||||||
|
|
||||||
|
### Library API Changes
|
||||||
|
|
||||||
|
|
||||||
|
### Reject Malformed Deadlines
|
||||||
|
|
||||||
|
|
||||||
|
### Logging Verbosity
|
||||||
|
|
||||||
|
|
||||||
|
### Quality Configuration
|
||||||
|
|
||||||
|
|
||||||
|
### Read-Only Mode
|
||||||
|
|
||||||
|
|
||||||
|
### Danger-Dummy Mode
|
||||||
|
|
||||||
|
|
||||||
|
### Media Variant Retention
|
||||||
|
|
||||||
|
|
||||||
|
### Configurable Temporary Directory
|
||||||
|
|
||||||
|
|
||||||
|
### Serve From Object Storage
|
||||||
|
|
||||||
|
|
||||||
|
### Prometheus Metrics
|
||||||
|
|
||||||
|
|
||||||
|
### Internal Hashes Endpoint
|
||||||
|
|
||||||
|
|
||||||
|
### Internal Delete Endpoint
|
||||||
|
|
||||||
|
|
||||||
|
### Error Codes
|
||||||
|
|
||||||
|
|
||||||
|
### Clean Stray Magick Files
|
||||||
|
|
||||||
|
|
||||||
|
### Always Drain Payloads
|
||||||
|
|
||||||
|
|
||||||
|
### Constant-Time Equality for Deletions
|
||||||
|
|
||||||
|
|
||||||
|
### ini and json5
|
||||||
|
|
||||||
|
|
||||||
|
### Client Pool Size
|
||||||
|
|
||||||
|
|
||||||
|
### 0.3 Migration Path
|
||||||
|
|
||||||
|
|
||||||
|
### Prepare Upgrade Endpoint
|
Loading…
Reference in a new issue