Skip to content

Releases: HackThisSite/Ostiary-Client-PHP

v0.2.0

13 May 10:16
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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()

v0.1.2

10 May 11:06
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Added

    • Added getAllSessions() call to Ostiary\Client
    • Better UUID generator
    • More debug logging
  • Fixed

    • Made TTL values work properly (0 = no expiry)
    • Bad setex Redis calls
    • Typoed del Redis call
    • Debug log formatting

v0.1.1

06 May 14:32
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Added

    • Ostiary\Client method getAllSessions()
  • Fixed

    • phpUnit tests
    • Composer definitions
    • Travis-CI settings

v0.1.0

05 May 15:16
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Initial v0.1.0 of the Ostiary PHP client library