v3.1.0

run-llama/liteparsev3.1.0Jul 11, 2023by kgretzky

AI Summary

Enhances networking flexibility and token capture reliability by separating IP addresses and fixing cookie extraction logic.

Key Highlights

  • Separation of listening IP and external IP for better networking setup.
  • Session cookies are now captured automatically without needing the `:always` modifier.
  • Fixed display of captured custom tokens to prevent truncation.

New Features

  • Separate IP binding via `config ipv4 bind` and `external` commands.
  • Automatic capture of session cookies.
  • Fixed custom token display in captured logs.

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.