You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/10 19:00:28 UTC

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #557: Build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.11.6 to 1.12.1

dependabot[bot] opened a new pull request, #557:
URL: https://github.com/apache/dubbo-go-samples/pull/557

   Bumps [github.com/apache/dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) from 1.11.6 to 1.12.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/dubbo-go-hessian2/releases">github.com/apache/dubbo-go-hessian2's releases</a>.</em></p>
   <blockquote>
   <h2>v1.12.1</h2>
   <h3>Bugfixes</h3>
   <ul>
   <li>fix ref to wrong type of map for nil value. <a href="https://redirect.github.com/apache/dubbo-go-hessian2/pull/357">#357</a></li>
   </ul>
   <h2>v1.12.0</h2>
   <ul>
   <li>upgrade go from v1.13 to v1.17</li>
   <li>using <code>time.UnixMills</code> api to release time scope limit</li>
   <li>Deprecate these array types, including hessian.IntegerArray, hessian.ByteArray, hessian.ShortArray, hessian.BooleanArray, hessian.LongArray, hessian.FloatArray, hessian.DoubleArray, hessian.CharacterArray.</li>
   <li>Support java wrapper types:</li>
   </ul>
   <table>
   <thead>
   <tr>
   <th>hessian type</th>
   <th>java type</th>
   <th>golang type</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><strong>Integer</strong></td>
   <td>java.lang.Integer</td>
   <td>*int32</td>
   </tr>
   <tr>
   <td><strong>Byte</strong></td>
   <td>java.lang.Byte</td>
   <td>*byte</td>
   </tr>
   <tr>
   <td><strong>Short</strong></td>
   <td>java.lang.Short</td>
   <td>*int16</td>
   </tr>
   <tr>
   <td><strong>Boolean</strong></td>
   <td>java.lang.Boolean</td>
   <td>*bool</td>
   </tr>
   <tr>
   <td><strong>Long</strong></td>
   <td>java.lang.Long</td>
   <td>*int64</td>
   </tr>
   <tr>
   <td><strong>Float</strong></td>
   <td>java.lang.Float</td>
   <td>*float32</td>
   </tr>
   <tr>
   <td><strong>Double</strong></td>
   <td>java.lang.Double</td>
   <td>*float64</td>
   </tr>
   <tr>
   <td><strong>Character</strong></td>
   <td>java.lang.Character</td>
   <td>*hessian.Rune</td>
   </tr>
   </tbody>
   </table>
   <h2>v1.11.7</h2>
   <ul>
   <li>upgrade go from v1.13 to v1.17</li>
   <li>using <code>time.UnixMills</code> api to release time scope limit</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/7231dc56dfe9384a1e41f0b76bf48aae125f338e"><code>7231dc5</code></a> Merge branch 'master' into 1.12</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/a55bacdfe4aa684f0bef4107a758d39f68e3bc8c"><code>a55bacd</code></a> release note for v1.12.1</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/33f7e9deb352bb7eccf305a806172ae52781b166"><code>33f7e9d</code></a> fix issue 356 that ref to wrong type of map for nil value (<a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/357">#357</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/76ae75b37ae4fc6bf213c664fe95cea40fe72514"><code>76ae75b</code></a> Bump dubbo from 2.7.18 to 2.7.21 in /test_hessian (<a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/355">#355</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/8390f137edd9e37f2b086453f0db70596fc7df10"><code>8390f13</code></a> Bump dubbo from 2.7.18 to 2.7.21 in /test_dubbo (<a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/354">#354</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/2976f7bbd72e482546f6e00f4a7dd01d94cb11c8"><code>2976f7b</code></a> upgrade go to v1.17 to fix issue <a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/348">#348</a>  for 2.0 branch (<a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/353">#353</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/f0ac0a67b3e1e3e9b71131ffd1d2466b65875883"><code>f0ac0a6</code></a> upgrade go to v1.17 to fix issue <a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/348">#348</a> (<a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/352">#352</a>)</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/6ea8710904a0e9eb3226e1b9682ded67af9690b3"><code>6ea8710</code></a> Merge pull request <a href="https://redirect.github.com/apache/dubbo-go-hessian2/issues/350">#350</a> from wongoo/wrapper_type_dev</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/a03ceacf3d5dd4bcdebf8eae998b3bc371870bb7"><code>a03ceac</code></a> add java wrapper type support in readme</li>
   <li><a href="https://github.com/apache/dubbo-go-hessian2/commit/4cd8b9da65a875f7b222fea8b76d693edfb0cc25"><code>4cd8b9d</code></a> Update README.md</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/dubbo-go-hessian2/compare/v1.11.6...v1.12.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/apache/dubbo-go-hessian2&package-manager=go_modules&previous-version=1.11.6&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] AlexStocks merged pull request #557: Build(deps): bump github.com/apache/dubbo-go-hessian2 from 1.11.6 to 1.12.1

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks merged PR #557:
URL: https://github.com/apache/dubbo-go-samples/pull/557


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org