Releases: azutoolkit/session
Releases · azutoolkit/session
Release v1.0.31
Fix formatting in documentation for use_store macro; align code block…
Release v1.0.30
Refactor session store configuration; add session method to retrieve …
Release v1.0.29
fix spec
Release v1.0.28
Refactor session configuration to use `store` instead of `provider` - Updated documentation and examples to reflect the change from `provider` to `store` in session configuration. - Modified session handling in various integrations and examples to accommodate the new `store` attribute. - Ensured backward compatibility by adjusting session data access patterns across all relevant files.
Release v1.0.27
fix: Update clear method signature to return Nil and improve error ha…
Release v1.0.26
fix: Update clear method signature to return Nil and improve error ha…
v1.0.25
Release v1.0.24
Refactor current_session property to instance variable with getter an…
Release v1.0.23
Refactor session initialization to separate property declaration and …
Release v1.0.22
Refactor session management methods to improve error handling consist…