Skip to content

Releases: Talento90/imgart

Fix Redis URL Parser

01 Feb 16:12
c85978a
Compare
Choose a tag to compare

Go 11 and ctx.Context

21 Oct 22:02
ccedd6b
Compare
Choose a tag to compare

This new version brings the following updates:

  • Update GO version to v11.1
  • Remove Dep as a package manager
  • Use GO modules (go mod)
  • Image process support cancellation and timeout using ctx.Context

Update Health version

14 Mar 00:01
Compare
Choose a tag to compare

Update health package to use the latest version v0.2.0 aka go-health

Fix Graceful Shutdown

12 Mar 18:14
Compare
Choose a tag to compare

Improve graceful shutdown mechanism

Code improvements

11 Mar 18:23
bb156bd
Compare
Choose a tag to compare

There are some minor changes:

  • Improve Graceful Shutdown to support timeout
  • Replace health package for github.com/talento90/health

Improve Developer Experience

13 Feb 18:25
dcd2282
Compare
Choose a tag to compare

This minor version fix some issues and improves the developer experience.

  • Add Hot Code Reloader with Gin
  • Health supports shutdown
  • Improve code quality (linter, cyclomatic complexity)

Refactor Code Structure

05 Feb 20:34
Compare
Choose a tag to compare

Project changes:

  • Removed pkg folder
  • Use jpeg.DefaultQuality constant
  • HTTP Repository now have a timeout (30 seconds)

First Release of IMGART

04 Feb 14:34
Compare
Choose a tag to compare

IMGART project

Fast and reliable HTTP service for image processing based on filters and profiles!

Features:

  • HTTP API for processing images
  • Support for profiles
  • Caching
  • Graceful Shutdown
  • Healthcheck
  • Docker Support