Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump the kitex-dependencies group across 9 directories with 1 update #165

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the kitex-dependencies group with 1 update in the /generic-protobuf/jsonpb-client directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/client directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/server directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /istio directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/protobuf directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/template directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/thrift directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /proxyless directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /seata_go directory: github.com/cloudwego/kitex.

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove deprecated apis/interfaces/variables

... (truncated)

Commits
  • 0f3df4d Merge pull request #1638 from cloudwego/release-v0.12.0
  • 3f2df52 chore: update version v0.12.0
  • 85e3c72 fix(tool): fix tool hint (#1636)
  • 2382321 optimize: add two function for binary protocol to get bufiox reader and write...
  • 3019989 chore: upgrade frugal (#1634)
  • f356b1b fix(ttstream): call DoFinish with exception closing stream (#1633)
  • 663b350 chore: update versions (#1632)
  • 4eda40c optimize(tool): implement no recursive generate to support incremental update...
  • 9dbafca feat(streamv2): support ttheader streaming (#1541)
  • 41bbd9d fix(client): rpctimeout would cause ctx panic (#1628)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.11.3 to 0.12.0

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.12.0

Feature:

[#1541] feat(streamv2): support ttheader streaming [#1623] feat(gRPC): optimize gRPC error prompt [#1556] feat(gRPC): support gRPC graceful shutdown [#1467] feat(generic): support thrift streaming for json generic client [#1607] feat(tool): kitex tool support gen frugal codec for certain struct [#1599] feat(tool): call FastWriteNocopy in FastWrite [#1526] feat(generic): support an option to remove go.tag annotation [#1536] feat(generic): support an option to set ParseMode for each client [#1510] feat: register service with service level middleware

Optimize:

[#1635] optimize: add two function for binary protocol to get bufiox reader and writer [#1630] optimize(tool): implement no recursive generate to support incremental update [#1617] optimize(retry): optimize UpdatePolicy and add test cases to check invalid retry policy [#1614] optimize: add ttheader codec api back to keep compatibility [#1606] optimize(tool): use embedded thriftgo as default option [#1595] optimize(tool): optimize pb tool code

Fix:

[#1636] fix(tool): fix tool hint [#1633] fix(ttstream): call DoFinish with exception closing stream [#1628] fix(client): rpctimeout would cause ctx panic [#1622] fix(generic): use jsoniter instead of sonic [#1562] fix: deep copy nil string [#1602] fix(gRPC): check if the type assertion succeed in ProtocolMatch to avoid panic [#1598] fix(retry): fix mixed retry update logic [#1590] fix(generic): set default values for optional fields of primitive types with generic with dynamicgo [#1580] fix(netpoll): timeout when calling Next [#1574] fix(trace): stream event handler ignore io.EOF event [#1572] fix(generic): fix a bug where default values are not set with dynamicgo [#1563] fix(generic): fix a service search problem with CombineServices parse mode [#1568] fix(wpool): no allocation and correct ctx [#1558] fix(bthrift): convert unknown type recursively [#1555] fix(generic): compatible with legacy code

Refactor:

[#1615] refactor: get rid of apache thrift in go.mod [#1611] refactor: move ttheader codec logic to gopkg [#1553] refactor(codec/thrift): unified typecodec & new file layout

Tests:

[#1593] test(server): speed up test time [#1560] tests(limiter): fix unstable TestConnectionLimiter [#1561] test: fix gRPC TestClientMix data race

Chore:

[#1634] chore: upgrade frugal [#1632] chore: update cloudwego dependency versions [#1581] perf(client): new rpctimeout impl [#1627] chore(generic): expose generic streaming over gRPC [#1619] chore(generic): restore proto Message back [#1616] chore(generic): remove depr...

Description has been truncated

…ith 1 update

Bumps the kitex-dependencies group with 1 update in the /generic-protobuf/jsonpb-client directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/client directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/server directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /istio directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/protobuf directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/template directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/thrift directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /proxyless directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /seata_go directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).


Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

Updates `github.com/cloudwego/kitex` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.11.3...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners December 23, 2024 03:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@GuangmingLuo GuangmingLuo merged commit 712232d into main Dec 23, 2024
5 checks passed
@GuangmingLuo GuangmingLuo deleted the dependabot/go_modules/generic-protobuf/jsonpb-client/kitex-dependencies-d3cff048b9 branch December 23, 2024 06:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

2 participants