-
Breaking Changes:
createSession()
in Ostiary\Client has changed its parameters
-
Added:
- Ostiary\User object
- Supporting methods in Ostiary\Session for the new User object
- IP address in Ostiary\Session
- A lot of testing
-
Changed:
createSession()
parameters changed to reflect new User object- Documentation for new User object changes
-
Fixed:
- Bad namespaces in models
- Util::base64_urldecode() was not properly set to static
- Backwards compatibility for
hash_equals()
-
Added
- Added
getAllSessions()
call to Ostiary\Client - Better UUID generator
- More debug logging
- Added
-
Fixed
- Made TTL values work properly (0 = no expiry)
- Bad
setex
Redis calls - Typoed
del
Redis call - Debug log formatting
-
Added
- Ostiary\Client method
getAllSessions()
- Ostiary\Client method
-
Fixed
- phpUnit tests
- Composer definitions
- Travis-CI settings
- Initial release