Skip to content

Releases: azutoolkit/session

Release v1.0.31

Choose a tag to compare

@github-actions github-actions released this 08 Mar 13:51
Fix formatting in documentation for use_store macro; align code block…

Release v1.0.30

Release v1.0.30 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Mar 13:47
Refactor session store configuration; add session method to retrieve …

Release v1.0.29

Choose a tag to compare

@github-actions github-actions released this 19 Feb 14:01
fix spec

Release v1.0.28

Choose a tag to compare

@github-actions github-actions released this 08 Feb 15:51
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

Choose a tag to compare

@github-actions github-actions released this 07 Feb 23:14
fix: Update clear method signature to return Nil and improve error ha…

Release v1.0.26

Choose a tag to compare

@github-actions github-actions released this 07 Feb 16:57
fix: Update clear method signature to return Nil and improve error ha…

v1.0.25

Choose a tag to compare

@eliasjpr eliasjpr released this 07 Feb 15:46

v1.0.25

Release v1.0.24

Choose a tag to compare

@github-actions github-actions released this 03 Feb 00:43
Refactor current_session property to instance variable with getter an…

Release v1.0.23

Release v1.0.23 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Feb 00:31
Refactor session initialization to separate property declaration and …

Release v1.0.22

Choose a tag to compare

@github-actions github-actions released this 31 Jan 21:22
Refactor session management methods to improve error handling consist…