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

New Release Tag #1239

Closed
motleycrew opened this issue Jan 28, 2018 · 14 comments
Closed

New Release Tag #1239

motleycrew opened this issue Jan 28, 2018 · 14 comments
Assignees
Labels

Comments

@motleycrew
Copy link

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.

@jessie-codes
Copy link

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.

@grim-yawn
Copy link

Hi! Are there any chances that this issue will be fixed soon?
We are currently running into the same issue with vgo that tries to fetch v1.2.0 version.

@CameronGo
Copy link

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.

@iyuq
Copy link

iyuq commented Mar 15, 2018

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.

@dotchev
Copy link

dotchev commented Apr 3, 2018

There are about 150 commits since the last release.
ShouldBind, ShouldBindJSON, ShouldBindQuery are missing in that release.

@jessie-codes
Copy link

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.

@ritoon
Copy link

ritoon commented Apr 12, 2018

Could you please just let us know the reasons why there is no new version tag, tks ?

@carllhw
Copy link

carllhw commented May 9, 2018

Any progress ?

@ritoon
Copy link

ritoon commented May 10, 2018

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.

@appleboy
Copy link
Member

@ritoon Yes. Please try to use the commit version first. I don't know what time @javierprovecho come back?

@NarHakobyan
Copy link

someone who is contributing this repository needs to fork and continue work and do tags

@drPytho
Copy link

drPytho commented Aug 2, 2018

Any updates? What's the reason for no new release? If no progress is done here, is there a recommended commit to use instead?

@appleboy
Copy link
Member

changelogs for v1.3.0 #1478

@thinkerou
Copy link
Member

Hi, everybody v1.3.0 have released! https://github.com/gin-gonic/gin/releases/tag/v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests