rzane / file_store

🗄️ A unified interface for file storage backends
MIT License
19 stars 3 forks source link

New release? #23

Closed halostatue closed 3 years ago

halostatue commented 3 years ago

We finally got around to upgrading and there were a number of incompatibilities (the new Prefix middleware instead of prefix:, etc.).

It’s all good, but the current released version 0.2.2 only supports middleware for FileStore.Config versions where the configuration is specified in config.exs, but master appears to do the right thing (reading either init or config as appropriate). We use module-level configuration, not config.exs configuration.

A new release would alleviate this.

rzane commented 3 years ago

I just released a new version: https://hexdocs.pm/file_store/0.3.1

Please see breaking changes here: https://github.com/rzane/file_store/releases/tag/v0.3.0