This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from 012a24799 docs: add v3.3.0 release note (#2802)
add b97a7f5de Fix: Triple protocol streaming does not correctly handle
context ctx attachments errors (#2810)
add 556c26ded ci: add lables (#2811)
add a8353c62a New parser does not like dummy dicts (#2813)
add 835ba2cce fix release draft ci error (#2821)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 14 ++---
.github/release-drafter.yml | 68 ++++++++++++++++++++++
.github/workflows/release-drafter.yml | 25 ++++++++
common/constant/key.go | 5 ++
protocol/triple/triple_protocol/handler_compat.go | 5 +-
.../triple_protocol/handler_stream_compat.go | 8 +++
6 files changed, 113 insertions(+), 12 deletions(-)
create mode 100644 .github/release-drafter.yml
create mode 100644 .github/workflows/release-drafter.yml