8000 Tags · elixir-waffle/waffle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: elixir-waffle/waffle

Tags

v1.1.9

Toggle v1.1.9's commit message
v1.1.9 (2024-06-14)

- Fix module.function notation warnings in Elixir 1.17 #123
- Added max_body_length to hackney options #122
- Fix images and source links in hexdocs #125
- Add links to view source in docs #124
- Update link for waffle_gcs #118

v1.1.8

Toggle v1.1.8's commit message
v1.1.8 (2024-02-07)

- Fix documentation typos (#111)
- Refactor local storage example: whitelist » acceptlist (#112)
- Fix warnings emitted by elixir 1.16 (#115)
- Add support for extensions to custom transformations (#117)

v1.1.7

Toggle v1.1.7's commit message
v1.1.7

- Make Waffle.Storage.S3.s3_key/3 public, so that other modules can
have access to the object path (#100)
- Handle recv_timeout in Waffle.File (#102)
- Fix typos (#107)
- Support custom functions for transformations (#110)

v1.1.6

Toggle v1.1.6's commit message
v1.1.6 (2022-02-20)

- Improve Waffle.Storage.S3 moduledoc (#90)
- Fix links to other storage providers (#92)
- Allow setting a custom bucket from scope (#31)
- Update dependencies

v1.1.5

Toggle v1.1.5's commit message
v1.1.5 (2021-08-12)

- Update dependencies
- Add support for custom validation error message (#84)

v1.1.4

Toggle v1.1.4's commit message
v1.1.4 (2021-02-25)

- Upgrade deps for fixing compile warning in Elixir 1.11 (#74)
- Use elixir v1.11 as base image
- Make readme contain less marketing links
- Migrate to GitHub Actions from CodeShip CI

v1.1.3

Toggle v1.1.3's commit message
v1.1.3 (2020-09-14)

  * fix missing comma in configuration (#65)
  * request headers for remote file (#61)

      By default, when downloading files from remote path request headers are empty,
      but if you wish to provide your own, you can override the `remote_file_headers/1`
      function in your definition module.

v1.1.2

Toggle v1.1.2's commit message
release v1.1.2 (2020-09-03)

  * Improve docs of getting started and multiple minor changes (#55)
  * refactor Waffle.File.do_generate_temporary_path/1 (#56)

v1.1.1

Toggle v1.1.1's commit message
release v1.1.1 (2020-08-02)

  * update dependencies
  * add correct S3 setup to documentation
  * Use correct extension for temp files (#53)
  * Fix typo in comment (#52)
  * Update path in getting started guide to the correct generated path (#48)
  * add Aliyun OSS storage provider link (#45)

v1.1.0

Toggle v1.1.0's commit message
v1.1.0

release v1.1.0
* update dependencies
* respect `content-disposition` header (#41)
* `ex_aws` needs to be at least 2.1.2 (#43)
* add attribution to the original work (#39)

Notes

Now, the Waffle respects `content-disposition` header. It means that
for remote uploads by url, we'll check for this header and will
respect the filename from it. In other words, we'll save a file with a
name from `content-disposition` header.
0