v3.1.0
Automattic/harperv3.1.0Jul 11, 2023by kgretzky
AI Summary
This release improves networking configuration by separating the listening IP from the external IP. It also fixes cookie handling logic to automatically capture session cookies without requiring modifiers.
Key Highlights
- Listening IP and external IP can now be configured separately.
- Session cookies are now captured automatically without modifiers.
- Captured custom tokens are displayed correctly without truncation.
New Features
- Separate IPv4 binding and external IP configuration
- Automatic session cookie capture
- Fixed custom token display
Full Release Notes
- Feature: Listening IP and external IP can now be separated with `config ipv4 bind <bind_ipv4_addr>` and `config ipv4 external <external_ipv4_addr>` to help with properly setting up networking. - Fixed: Session cookies (cookies with no expiry date set) are now correctly captured every time. There is no need to specify `:always` key modifier for `auth_tokens` to capture them. - Fixed: Captured custom tokens are now displayed properly and values are not truncated.