Skip to content

Releases: Hipo/prism

Add vary header

13 Apr 09:03
a70101b
Compare
Choose a tag to compare
Merge pull request #8 from Hipo/add-accept-header-to-vary

Add vary header, add GitHub Actions for docker image builds

Support files that doesn't have extensions in the name

08 Nov 14:02
ff851e0
Compare
Choose a tag to compare

With this release, Prism allows clients to request files without extensions in the name.
The extension can be: .png, .jpg, .jpeg, .gif, .webp, or empty.

Add .webp support

05 May 09:41
e26a7df
Compare
Choose a tag to compare

Accepts .webp images as input image and provides .webp image processing functionality.

Related issue: #4
Related PR: #5

Add basic gif support

19 Nov 14:11
436b451
Compare
Choose a tag to compare

Add basic gif support. It is just a simple passthrough fow now, If the input and output is GIF it will just return (a redirect to) the original file.

Related issue: #1
Related PR: #3

v1.0.2

25 Mar 14:16
77f86a4
Compare
Choose a tag to compare
Merge pull request #2 from Hipo/add-ability-to-change-write-bucket-na…

v1.0.0

20 Oct 14:18
Compare
Choose a tag to compare
Update readme with dockerhub version badge

v1.0.0-rc1

20 Oct 08:51
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
Add sample nginx configuration