v3.1.0

magic-research/GETAvatarv3.1.0Jul 11, 2023by kgretzky

AI Summary

This release improves networking flexibility by allowing the separation of the listening IP and the external IP, which helps with proper setup behind NAT. It also fixes session cookie capture logic to ensure consistency without manual configuration.

Key Highlights

  • Separation of listening IP and external IP
  • Automatic capture of session cookies
  • Fixed display of captured custom tokens

New Features

  • Config command to bind IPv4 address
  • Config command to set external IPv4 address
  • Session cookies captured without `:always` modifier
  • Proper display of captured custom token values

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.