-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
New Release Tag #1239
Comments
My team is running into the same issue. We're doing the work around described above for our dev environment, but we'll really need to be on a stable version before we go to production. |
Hi! Are there any chances that this issue will be fixed soon? |
I know the version 1.3.0 milestone is still pending, but is it possible to version the existing commits in master to a current release version? I don't think it makes sense to let all of this new functionality sit around for so long without being able to incorporate it into production packages. |
I think a new release with the bug fixed is in demand. Please release a 1.2.1 or somewhat to fix this, use the master branch is not a good solution for those who uses gin in production with version manager. |
There are about 150 commits since the last release. |
Is there any updates on this? The latest commit (6d913fc) ended up breaking builds and we had to refactor code in order to account for the changes. We really need a new release so we can use some of the newer features without having to worrying about whether or not later commits are going to break our code. |
Could you please just let us know the reasons why there is no new version tag, tks ? |
Any progress ? |
With my team we finally decide to change the usage of the tag version to the commit version in dep. That was the only way to use the bug fix on the json struct that didn't bind with pointers. Usually this is not recommended but we have to move on. |
@ritoon Yes. Please try to use the commit version first. I don't know what time @javierprovecho come back? |
someone who is contributing this repository needs to fork and continue work and do tags |
Any updates? What's the reason for no new release? If no progress is done here, is there a recommended commit to use instead? |
changelogs for v1.3.0 #1478 |
Hi, everybody v1.3.0 have released! https://github.com/gin-gonic/gin/releases/tag/v1.3.0 |
Dep ensure fetches 1.2.0 which does not have SaveUploadedFile.
#1025
Doing this in dep is not safe for production environments since it may break builds.
[[constraint]]
name = "github.com/gin-gonic/gin"
branch="master"
Please add a new release tag to a stable version.
The text was updated successfully, but these errors were encountered: