We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1615 is a breaking change
and it is released to v1.6.0
but for go version style, it is should be released to v2.0.0 and change go.mod to github.com/gin-gonic/gin/v2 (and the package name is gin )
go.mod
github.com/gin-gonic/gin/v2
gin
please revert #1615 and put the SameSite param to v2.0.0
SameSite
thanks.
The text was updated successfully, but these errors were encountered:
Yep, I agree. Just updated and had the same issue.. Breaks the value of semver.
Sorry, something went wrong.
@thinkerou What do you think? Maybe revert the PR and add the new method to update SameSite value in a cookie?
Yes, add new method, and sign old method deprecated?
deprecated
See the PR: #2306
bump to v1.6.2 https://github.com/gin-gonic/gin/releases/tag/v1.6.2
appleboy
thinkerou
Successfully merging a pull request may close this issue.
#1615 is a breaking change
and it is released to v1.6.0
but for go version style, it is should be released to v2.0.0 and change
go.mod
tojackfan.us.kg/gin-gonic/gin/v2
(and the package name isgin
)please revert #1615 and put the
SameSite
param to v2.0.0thanks.
The text was updated successfully, but these errors were encountered: