Skip to content

3.0.0: Transport folding

Compare
Choose a tag to compare
@thekid thekid released this 11 Jun 13:39
· 13 commits to master since this release

This major release removes the ability to exchange the session transport and hardwires it to use cookies, making session implementations easier. Typical usage scenarios haven't included exchanging the transport, and in these situations no change to the calling code is required.

  • Merged PR #12: Add gc() method to Sessions base class - @thekid
  • Merged PR #11: Fold transport functionality into sessions - @thekid