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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the kitex-dependencies group with 1 update in the / directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /basic/example_shop directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/easy_note directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_ent directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm_gen directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_zorm directory: github.com/cloudwego/kitex.
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:

...

Description has been truncated

…with 1 update

Bumps the kitex-dependencies group with 1 update in the / directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /basic/example_shop directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/easy_note directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_ent directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm_gen directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_zorm directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
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)

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
- 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] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners December 16, 2024 07:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/kitex-dependencies-6d69ecc7fe branch December 16, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant