zws

Shorten URLs using invisible spaces

APACHE-2.0 License

Downloads
34
Stars
1.6K
Committers
8

Bot releases are visible (Hide)

zws - v2.9.5

Published by github-actions[bot] over 3 years ago

2.9.5 (2021-04-02)

Bug Fixes

  • urls: encode URL when redirecting (b8e2212)
zws - v2.9.4

Published by github-actions[bot] over 3 years ago

2.9.4 (2021-04-01)

Bug Fixes

  • db: handle undefined fields in Prisma.LogEvent (e7a780d)
zws - v2.9.3

Published by github-actions[bot] over 3 years ago

2.9.3 (2021-04-01)

Bug Fixes

  • convert database error log events to Error objects (747bb4a)
zws - v2.9.2

Published by github-actions[bot] over 3 years ago

2.9.2 (2021-03-31)

Bug Fixes

  • logger: add "request" tag to request logs (b53339e)
  • logger: use basic log output in production (216475e)
zws - v2.9.1

Published by github-actions[bot] over 3 years ago

2.9.1 (2021-03-31)

Bug Fixes

  • docker: fix healthcheck command (4ab8b3e)
zws - v2.9.0

Published by github-actions[bot] over 3 years ago

2.9.0 (2021-03-31)

Bug Fixes

  • server: report DB connection errors to Sentry (57ffca2)

Features

  • health: add /health route (1088908)
  • logger: use consola for logging instead of tslog (6ff25b3)
  • server: report errors to Sentry (c4887c1)

Performance Improvements

  • docker: remove cli-ux from image (3e7f64d)
zws - v2.8.0

Published by github-actions[bot] over 3 years ago

2.8.0 (2021-03-19)

Features

  • use Heroku release process type to run migrations (cabcb85)
zws - v2.7.2

Published by github-actions[bot] over 3 years ago

2.7.2 (2021-02-28)

Bug Fixes

  • urls: fix response schema for 200 in urls-visit (c261018)
zws - v2.7.1

Published by github-actions[bot] over 3 years ago

2.7.1 (2021-02-28)

Bug Fixes

  • db: exit if DB connection fails (7710ead)
  • urls: add response schemas to urls-visit (3b37a2a)
zws - v2.7.0

Published by github-actions[bot] over 3 years ago

2.7.0 (2021-02-27)

Bug Fixes

  • server: fix all error responses crashing the program (b583a57)
  • server: remove outdated Shields endpoint response from static OpenAPI spec (a85e726)

Features

  • urls: return full shortened URL in shorten (4fd0cd5)
zws - v2.6.0

Published by github-actions[bot] over 3 years ago

2.6.0 (2021-02-25)

Bug Fixes

  • server: don't log requests that are 404 (d74e71b)

Features

  • server: generate OpenAPI file automatically (7ffa461)
  • server: improve route logger (a7d72c4)
zws - v2.5.2

Published by github-actions[bot] over 3 years ago

2.5.2 (2021-02-23)

Bug Fixes

  • server: stop triggering urls-visit on GET / (b77eb7c)
zws - v2.5.1

Published by github-actions[bot] over 3 years ago

2.5.1 (2021-02-23)

Bug Fixes

zws - v2.5.0

Published by github-actions[bot] over 3 years ago

2.5.0 (2021-02-23)

Features

  • server: add Server header to responses (d2ea4ca)
  • stats: add Shields endpoint for instance version (f434025)
  • stats: include version in total stats (dc6c02d)
zws - v2.4.0

Published by github-actions[bot] over 3 years ago

2.4.0 (2021-02-23)

Features

  • stats: support pretty-printing counts (135c501)
zws - v2.3.1

Published by github-actions[bot] over 3 years ago

2.3.1 (2021-02-23)

Bug Fixes

  • server: fix Fastify logger name not in all logs (18a00b2)
zws - v2.3.0

Published by github-actions[bot] over 3 years ago

2.3.0 (2021-02-23)

Bug Fixes

  • server: use HTTP status code 301 to redirect (01daad7)

Features

  • server: stop adding CORS headers (f790387)
  • server: support API key to protect routes (5c42a2e)
zws - v2.2.0

Published by github-actions[bot] over 3 years ago

2.2.0 (2021-02-22)

Features

  • config: improve default short length calculation (bb607a9)
  • logger: log config and reuse child loggers (1330982)

Performance Improvements

  • urls: remove read operations from unique short ID check (8cb958d)
zws - v2.1.0

Published by github-actions[bot] over 3 years ago

2.1.0 (2021-02-22)

Features

  • log route tree when ready in development (0a734df)
  • stats: add stats endpoints (31e732b)
zws - v2.0.1

Published by github-actions[bot] over 3 years ago

2.0.1 (2021-02-21)

Performance Improvements

  • remove semantic-release-docker from Docker images (1db8481)