emicklei / go-restful

package for building REST-style Web Services using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which PR broke the compatible against v3.10.0

Icarus9913 opened this issue · comments

Hi, I debug kubernetes project and found there is an incompatible with go-restful in version v3.10.0 from v3.9.0
And I noticed the CHANGES title [v3.10.0] - 2022-10-11 - BROKEN.

There are only 4 commits for this upgrade:

1. changed tokenizer to match std route match behavior; do not trimright the path (#511)
2. Add MIME_ZIP (#512)
3. Add MIME_ZIP and HEADER_ContentDisposition (#513)
4. Changed how to get query parameter issue #510

And I checked the source codes but found everything good. Sir, could you please tell me which PR breaks the compatible?
Really appreciated :)

This one ?
#511