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

ready to release v1.5.0 #2109

Merged
merged 17 commits into from
Nov 24, 2019
Merged

ready to release v1.5.0 #2109

merged 17 commits into from
Nov 24, 2019

Conversation

thinkerou
Copy link
Member

@thinkerou thinkerou commented Oct 27, 2019

  • Add break-backward remind log

@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #2109 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2109   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files          40       40           
  Lines        2236     2236           
=======================================
  Hits         2208     2208           
  Misses         14       14           
  Partials       14       14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db9174a...14f15bb. Read the comment docs.

This was referenced Oct 27, 2019
@matheus-meneses
Copy link

When next version will be realeased?

@6boris
Copy link

6boris commented Oct 29, 2019

Very Urgently Expecting tag1.5

@matheus-meneses
Copy link

Anything?

@appleboy
Copy link
Member

@thinkerou maybe move PR or issue to 1.6 milestone? See https://github.com/gin-gonic/gin/milestone/10

@thinkerou
Copy link
Member Author

@appleboy done, but still have one pull request, please review, thanks!

@thinkerou
Copy link
Member Author

@appleboy all pull request have updated, and freeze the master until release v1.5.0

Copy link

@Dominik-K Dominik-K left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In help to release v1.5.0, I've checked the master commits since v1.4.0 (currently only the recent half of them).

There are some breaking changes in it. Did you consider releasing it as v2.0.0 then to follow Go modules convention?

I took the lens of a reader, i.e. developer, not knowing about Gin's internals while reviewing the changelogs. That's why I suggest to remove many lines and renaming the changes to be understandable from user's side.

CHANGELOG.md Outdated
Comment on lines 31 to 34
- [FIX] Refactor(context.go): GetPostFormMap [#2051](https://github.com/gin-gonic/gin/pull/2051)
- [FIX] Adjust Render.Redirect test case [#2053](https://github.com/gin-gonic/gin/pull/2053)
- [FIX] Make countParams more readable [#2052](https://github.com/gin-gonic/gin/pull/2052)
- [FIX] Use url.URL.Query instead of parsing query [#2063](https://github.com/gin-gonic/gin/pull/2063)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All 4 are no bug fixes, just refactorings. I would leave them out as its just boilerplate to read.

@matheus-meneses
Copy link

Is it available?

thinkerou and others added 14 commits November 14, 2019 20:31
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
Co-Authored-By: Dominik-K <dominik-k@mailbox.org>
@thinkerou
Copy link
Member Author

@Dominik-K thanks! updated!

@thinkerou
Copy link
Member Author

@appleboy please review, thanks!

@fifsky
Copy link
Contributor

fifsky commented Nov 18, 2019

When will it be released

@goldyfruit
Copy link

When will it be released

When the guys will have time to review.
Please keep in mind that maintaining Gin is not their full time job, they are doing that on the side.

@thinkerou thinkerou merged commit 15ced05 into gin-gonic:master Nov 24, 2019
@thinkerou
Copy link
Member Author

Hi, all, v1.5.0 released!

ThomasObenaus pushed a commit to ThomasObenaus/gin that referenced this pull request Feb 19, 2020
* ready to release v1.5.0

* add some commit log

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* Update CHANGELOG.md

Co-Authored-By: Dominik-K <dominik-k@mailbox.org>

* remove refactor and update readme pr
@2HgO 2HgO mentioned this pull request Jul 18, 2020
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.

7 participants