Files
lt-auth-proxy/CHANGELOG.md
ghost-bot fcb9daa30c
All checks were successful
Build and upload Docker release image / upload-assets (release) Successful in 2m58s
chore(changelog): update changelog for v0.5.0
2025-05-11 14:10:38 +00:00

4.5 KiB

Changelog

All notable changes to this project will be documented in this file.

0.5.0 - 2025-05-11

🚀 Features

  • (env) Update default LanguageTool server port to 8081 - (f15cfec)

📚 Documentation

  • Update LanguageTool backend port in README - (9d902dc)
  • (readme) Update service configuration and license link - (427cee1)
  • (readme) Update service configuration and license link - (92b075d)
  • (readme) Add project time badge - (5597c2a)

0.4.0 - 2025-05-11

🚀 Features

  • (server) Add graceful shutdown handling - (d57cc27)

0.3.0 - 2025-05-11

🚀 Features

  • (logging) Add debug logs for key validation and request handling - (3299419)
  • (utils) Add utility to mask API keys - (79dfbcf)

0.2.1 - 2025-05-11

🚀 Features

  • (handler) Sanitize sensitive fields in form data - (b6763f7)

🐛 Bug Fixes

  • (auth) Validate API key from POST body and handle content type - (4326a2d)

🚜 Refactor

  • (dockerfile) Update runtime base image to alpine:latest - (ec18f7b)

📚 Documentation

  • (readme) Update Docker image size information - (828494c)
  • (readme) Enhance documentation with usage and features - (573fcf0)

⚙️ Miscellaneous Tasks

  • (dockerfile) Switch base image to debian and update curl setup - (60dcc30)
  • (readme) Update image repository URL - (7ea8e26)
  • (workflows) Rename build-docker.yml to build-nightly.yml - (787bcdc)

0.1.1 - 2025-05-10

⚙️ Miscellaneous Tasks

  • (workflows) Update Docker image repository path - (f931e87)

[0.1.0] - 2025-05-10

🚀 Features

  • (docker) Add multi-stage build for Deno application - (0227c83)
  • (proxy) Add environment config and request handling - (f9714cb)
  • (vscode) Customize activity bar and peacock colors - (bcb22f9)
  • (ci) Add automated workflows for releases and Docker builds - (b6e0947)

🧪 Testing

  • (auth) Add unit tests for ltProxyAuth and ltProxyHandler - (52ce172)

⚙️ Miscellaneous Tasks

  • (repo) Initialize project settings and configuration - (b473b7c)