Releases: livesense-inc/fanlin
Releases · livesense-inc/fanlin
v1.7.0
What's Changed
- ci: print glibc version in the release workflow by @supercaracal in #52
- Add max-clients option by @supercaracal in #61
- Migrate AWS SDK from V1 to V2 by @supercaracal in #59
- Add linter to CI and correct that pointed out by @supercaracal in #67
- Bump library versions to the latest by @supercaracal in #66
- Add local provider for the testing by @supercaracal in #64
- Encode image to ResponseWriter directly instead of writing via buffer for lessening memory allocation by @supercaracal in #65
- Remove not implemented options by @supercaracal in #68
- Use in-memory buffer instead of using a file while getting an object from AWS S3 by @supercaracal in #69
- Support AVIF format encoding by @supercaracal in #70
- Add benchmark and profiling facilities by @supercaracal in #71
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add a note to README that logs can be output to standard output by @mom0tomo in #47
- feat: add metrics handler by @supercaracal in #48
- ci: add goreleaser settings by @supercaracal in #49
- ci: remove an obsolete directive from GoReleaser settings by @supercaracal in #50
- ci: add a main.go path to the setting of GoReleaser by @supercaracal in #51
New Contributors
- @supercaracal made their first contribution in #48
Full Changelog: v1.5.0...v1.6.0
v1.5.0: update Go version to 1.19
What's Changed
Full Changelog: v1.4.1...v1.5.0
Upgrade aws sdk
Merge pull request #34 from katainaka0503/upgrade-aws-sdk-go Upgrade aws-sdk-go
v1.4.0: WebP support
- ADD: Support WebP image source
- ADD: Support WebP image output (To use it, add GET parameter
webp=true
) - ADD: Server-Timing Header (To use it, add
"use_server_timing": true
to config file)
fix broken link package.
Merge pull request #31 from livesense-inc/update-package Fixed broken links package.
v1.3.0: Merge pull request #30 from pattfy/add-aws-credentials-for-s3
fix s3 contents bug.
Merge pull request #28 from livesense-inc/bugfix-s3-file-buffer fix file buffer in s3 content.