New features
#1990 - SSH target selection menu
Users can now omit the target name when connecting to Warpgate's SSH port, which will trigger an interactive target selection menu in the terminal.
#1882 - Configurable password policy
Added password complexity rules, configurable under Config > Global Parameters.
#2013 - SSH jump host support
Added support for SSH targets that are only reachable behind another jump host. The jump host has itself to be defined as a separate SSH target, after which it becomes selectable in the new "Jump host" field in the SSH target configuration.
by @rjourdan04
#1985 - Audit logging improvements
Added audit logging for failed web logins, as well as details regarding credentials used, IPs, etc.
by @LarsSven
Changes
- Add logs download button by @LarsSven in #1977
- Postgres protocol 3.2 support by @Eugeny in #2009
- New connection animation by @Eugeny in #2017
- fixed #2000 - always require TLS for Postgres connections by @Eugeny in #2020
- fixed #2003 - allow dismissing tutorial by @Eugeny in #2022
Fixes
- #1988 - fix migrations compatibility with MySQL 8 by @Eugeny in #1992
- fix(db): change varchar fields to TEXT to avoid insertion errors by @joseluisgonzalezca in #1999
- perf: find target by name using a query instead of doing it in memory by @joseluisgonzalezca in #2019
New Contributors
- @kamilkrzeminski made their first contribution in #1882
Full Changelog: v0.24.0...v0.25.0