Adds session key changes, as well as role helpers + goodbye PHP 7.1
Session key handing has changed a bit in this version, not in their function, but in how they are passed around the objects. The goal was to simplify key handing for use with https://github.com/Saeven/circlical-behat-fixtures (plug! A great tool to automatically wire fixtures with your Behat tests!).
If you were previously accessing the lower-level getSessionKey
in your code, you'll want to rely on getRawSessionKey
instead.
This release also adds Role helpers, so that you can check for roles from your templates.