What's Changed
- feat(docker): improve Dockerfile building with non-root user and replacing CMD with ENTRYPOINT by @danny900714 in #222
- fix(service): return 500 instead of crashing on translation error by @Bonny07 in #224
- fix(service): validate request body on /translate and /v1/translate by @Bonny07 in #225
- ci(release): build cross-platform binaries in parallel via matrix by @Bonny07 in #226
- fix(install): detect architecture instead of hardcoding amd64 by @Bonny07 in #227
- chore(deps): bump github.com/quic-go/quic-go from 0.57.1 to 0.59.1 by @dependabot[bot] in #230
New Contributors
- @danny900714 made their first contribution in #222
- @Bonny07 made their first contribution in #224
Full Changelog: v1.2.2...v1.2.3