Skip to content

Releases: jasonraimondi/url-to-png

v2.0.2

24 May 14:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

24 May 02:39
86575fc
Compare
Choose a tag to compare

What's Changed

  • fix: fix incorrect cropped when width or height are omitted by @AnnatarHe in #44
  • chore(deps): bump hono from 4.1.3 to 4.2.7 by @dependabot in #42

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Mar 19:46
8681638
Compare
Choose a tag to compare

What's Changed

  • feat: app test suite 🎉 - link
  • feat: add documentation site - link
  • feat: add optional /metrics endpoint for prometheus / autoscalers - link
  • feat: add optional server encryption - link
  • feat: add a bunch more server configuration options including log level, pool configurations, cache control, etc.
  • refactor: rewrite removing nestjs by @jasonraimondi in #36
    • esm + typescript + decorators = headache and rewriting to hono was just more fun and easier
  • docs: update README.md with the updated AWS variables by @enstyled in #32

Breaking Changes

  • The default port has switched from 3000 to 3089. To keep using port 3000, use PORT=3000
  • AWS_ACCESS_KEY has been replaced with AWS_ACCESS_KEY_ID
  • AWS_SECRET_KEY has been replaced with AWS_SECRET_ACCESS_KEY
  • AWS_REGION has been replaced with AWS_DEFAULT_REGION

New Contributors

Full Changelog: v1.5.0...v2.0.0

v1.5.0 - Local filesystem caching

15 Mar 21:14
3c4cc29
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @enstyled thanks to for requesting some useful feature requests
  • @arunsathiya automated their first contribution in #27

Full Changelog: v1.4.2...v1.5.0

v1.4.2

17 Nov 15:27
d3d068d
Compare
Choose a tag to compare

Notes

ops(feat): deploy to ghcr #25

Full Changelog

v1.4.1...v1.4.2

v1.4.1

16 Nov 22:48
4d9d2d0
Compare
Choose a tag to compare

Notes

chore(deps): bump sharp from 0.32.1 to 0.32.6 #24

Full Changelog

v1.4.0...v1.4.1

v1.4.0

17 Jun 02:27
33c29b9
Compare
Choose a tag to compare

chore: bump nodejs v12 to v20
chore: bump aws sdk from v2 to v3
chore: bumps all dependencies

v1.3.3

16 Feb 05:58
ec70579
Compare
Choose a tag to compare

Fixes #19 - browsers not being returned to pool on error

v1.3.2

14 Feb 05:40
221817c
Compare
Choose a tag to compare

Fixes #18 #6

v1.3.1

05 Mar 23:24
1f1ac74
Compare
Choose a tag to compare

fix: cases where ALLOW_LIST is a blank string blocks all domains