Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove simplession.Session dependency from Store interface{} to /v2. #29

Merged
merged 1 commit into from
May 9, 2024

Conversation

knadh
Copy link
Collaborator

@knadh knadh commented May 9, 2024

This is a breaking change. It removes the superfluous dependency stores had on the simplesessions package solely for accessing string generation functions, which are not needed in sessions. ID generation is the purview of individual store implementations.

It also adds a go.mod to the conv package as its referenced by several stores.

This is a breaking change. It removes the superfluous dependency
stores had on the simplesessions package solely for accessing string
generation functions, which are not needed in sessions. ID generation
is the purview of individual store implementations.

It also adds a go.mod to the `conv` package as its referenced by
several stores.
@vividvilla vividvilla merged commit 3cc22f9 into master May 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants