- Improved session security by not storing secrets in the stash and making CSRF tokens much harder to guess.
- Improved commands to show all options that can affect their behavior.
- Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with trailing slash from working correctly. (dolmen)
- Fixed support for domains with trailing dot in Mojo::URL.