Skip to content

Releases: azutoolkit/session

Release v1.0.31

08 Mar 13:51

Choose a tag to compare

Fix formatting in documentation for use_store macro; align code block…

Release v1.0.30

08 Mar 13:47

Choose a tag to compare

Release v1.0.30 Pre-release
Pre-release
Refactor session store configuration; add session method to retrieve …

Release v1.0.29

19 Feb 14:01

Choose a tag to compare

fix spec

Release v1.0.28

08 Feb 15:51

Choose a tag to compare

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

07 Feb 23:14

Choose a tag to compare

fix: Update clear method signature to return Nil and improve error ha…

Release v1.0.26

07 Feb 16:57

Choose a tag to compare

fix: Update clear method signature to return Nil and improve error ha…

v1.0.25

07 Feb 15:46

Choose a tag to compare

v1.0.25

Release v1.0.24

03 Feb 00:43

Choose a tag to compare

Refactor current_session property to instance variable with getter an…

Release v1.0.23

03 Feb 00:31

Choose a tag to compare

Release v1.0.23 Pre-release
Pre-release
Refactor session initialization to separate property declaration and …

Release v1.0.22

31 Jan 21:22

Choose a tag to compare

Refactor session management methods to improve error handling consist…