Skip to content

Version 1.4.1

Latest
Compare
Choose a tag to compare
@bhaskarkishore bhaskarkishore released this 14 Feb 06:01
· 11 commits to main since this release

Summary

This release focus on stability and addresses several bug fixes that reduce errors thrown by the proxy.

Docker Image is available on docker hub: https://hub.docker.com/r/cryptonomictech/nft-image-proxy

Change log

  • Added tls support for Postgres connections. The proxy should now be able to connect to databases that require an encrypted connection (#98).
  • Fixed resizing failing for very large images (#89).
  • Fixed moderation failing when image file size is very close to Rekognition imposed limits (#91).
  • Fixed a bug where in moderation reporting was incorrect (#93).
  • Fixed missing metrics moderation_hit by re-adding it(#88).
  • Added missing Jemallocator runtime config (#90). The proxy will release memory more aggressively now.
  • Added a caching layer to store moderation results from the database (#96). This should speed up response time for cached content.
  • Added new metrics for capturing usage of the following features: image resizing (#92), the database cache (#96), ipfs fallback gateway (#97), and moderation categories (#95 ).

Upgrade notes

No breaking changes in this version compared to 1.4.0.