v1.42.0: Remove Route Translations
release-drafter
released this
19 Jul 14:23
·
537 commits
to refs/heads/master
since this release
📝 What’s Changed
A long time back, I introduced translated routes with good intentions but it ultimately became an headache for those self-hosting the application having to write complex proxy rules to properly route requests.
This release completely overhauls the language support making it completely automatic now.
See this documentation page for more information.
🚀 Features
- Language Overhaul (#2353) @pglombardo
- Remove route_translate gem (#2354) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-core from 3.201.1 to 3.201.2 (#2351) @dependabot
- ⬆️ Bump aws-partitions from 1.956.0 to 1.957.0 (#2352) @dependabot
- ⬆️ Bump rexml from 3.3.1 to 3.3.2 (#2348) @dependabot
- ⬆️ Bump standard from 1.39.1 to 1.39.2 (#2349) @dependabot
- ⬆️ Bump highline from 3.0.1 to 3.1.0 (#2347) @dependabot
- ⬆️ Bump reviewdog/action-brakeman from 2.15.0 to 2.16.0 (#2346) @dependabot
- ⬆️ Bump aws-partitions from 1.955.0 to 1.956.0 (#2345) @dependabot
- ⬆️ Bump reviewdog/action-brakeman from 2.13.0 to 2.15.0 (#2333) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.42.0
..and go to http://localhost:5100