zws

Shorten URLs using invisible spaces

APACHE-2.0 License

Downloads
34
Stars
1.6K
Committers
8

Bot releases are visible (Hide)

zws - v2.16.2

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

2.16.2 (2021-10-17)

Bug Fixes

  • docker: fix CMD instruction (7a51790)
zws - v2.16.1

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

2.16.1 (2021-10-17)

Bug Fixes

  • fix Heroku start script (7df3201)
zws - v2.16.0

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

2.16.0 (2021-10-12)

Bug Fixes

  • server: use example instead of examples in OpenAPI spec (b683d07)

Features

  • remove Discord Media Proxy crawler special handling (2ef5185)
  • stats: only count URLs and visits that are not blocked (8364b3a)
zws - v2.15.1

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

2.15.1 (2021-09-30)

Bug Fixes

  • server: fix shorten hostname error responses (f0679ff)
zws - v2.15.0

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

2.15.0 (2021-09-30)

Features

  • server: block URLs if their root domain name matches a hostname in the blocklist (96906de)
zws - v2.14.2

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

2.14.2 (2021-09-30)

Bug Fixes

  • server: fix response bodies from auth errors (3d3ae6f)
zws - v2.14.1

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

2.14.1 (2021-09-29)

Performance Improvements

  • remove unused dependency (d4744f2)
zws - v2.14.0

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

2.14.0 (2021-09-17)

Features

  • db: add visits_shortened_url_base64_fkey (addfa4b)
zws - v2.13.1

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

2.13.1 (2021-09-06)

Bug Fixes

  • fix fatal error from @google-cloud/profiler (877981a)
  • remove debug logging (e9ae2a0)
zws - v2.13.0

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

2.13.0 (2021-09-06)

Features

  • server: improve OpenAPI schema (7b5ad09)
  • add optional Google Cloud Profiler integration (61caea8)
zws - v2.12.1

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

2.12.1 (2021-06-05)

Bug Fixes

  • improve Discord Media Proxy crawler detection (13159b2)
zws - v2.12.0

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

2.12.0 (2021-06-05)

Bug Fixes

  • use zod instead of ow to validate environment variables (c31b39b)

Features

  • urls: use a 302 Found status in urls-visit when User-Agent header contains "discord" (e238700)
zws - v2.11.0

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

2.11.0 (2021-05-31)

Features

  • use Node.js v16 (4b70044)
  • stats: use millify to format numbers (0183496)
  • urls: use a 308 Permanent Redirect status in urls-visit (d2487c7)
zws - v2.10.2

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

2.10.2 (2021-05-17)

Performance Improvements

  • docker: combine RUN statements and add yarn cache clean (4f21028)
zws - v2.10.1

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

2.10.1 (2021-04-29)

Bug Fixes

  • urls: fix typo in error name (ac6dd3e)
  • urls: use generic Error model for urls-shorten responses (01cba0a)
zws - v2.10.0

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

2.10.0 (2021-04-29)

Features

  • urls: support blocklisting short and long URLs (cf46116)
zws - v2.9.9

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

2.9.9 (2021-04-19)

Bug Fixes

  • urls: sort visit timestamps in urls-stats (051fa0d)
zws - v2.9.8

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

2.9.8 (2021-04-18)

Bug Fixes

  • urls: improve error handling in visit operation (ebea6f5)

Performance Improvements

  • urls: apply rewrites in a single pass (3a8d04b)
zws - v2.9.7

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

2.9.7 (2021-04-11)

Bug Fixes

  • tsc: use inlineSources option (fe55809)
zws - v2.9.6

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

2.9.6 (2021-04-02)

Bug Fixes

  • db: change visits primary key to autoincrementing integer (96d48d5)