v0.3.0-alpha
knadh/listmonkv0.3.0-alphaOct 31, 2019by knadh
AI Summary
Refactors the media file upload mechanism to support pluggable backends like S3 and filesystem.
Key Highlights
- Pluggable interfaces for media file upload (filesystem and S3)
- New `upload*` sections in TOML config
- Refactor to read config from environment variables
Breaking Changes
- Media file upload mechanism changed
- New `upload*` sections required in TOML configuration
New Features
- Pluggable upload interfaces (S3, filesystem)
- Environment variable config reading
Full Release Notes
## Breaking changes The media file upload mechanism has changed in this release with pluggable interfaces, and bundled support for filesystem and S3. There are new `upload*` sections in the TOML config that control this behaviour. ## Changelog ccd354d Merge pull request #31 from mr-karan/s3 e5c3196 feat: Add blobstore package 7ee7116 Merge pull request #29 from rhnvrm/master 712ad2d chore: minor refactors based on static checks 2c18d63 Merge pull request #24 from shailysangwan/master d13c335 update instructions for local installation ff40601 Merge pull request #18 from mr-karan/kubernetes 65ef23b feat: read config from env ## Docker images - `docker pull listmonk/listmonk:latest` - `docker pull listmonk/listmonk:v0.3.0-alpha` - `docker pull listmonk/listmonk:latest` - `docker pull listmonk/listmonk:v0.3.0-alpha`