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

Click house/v1.56.3 #36

Closed
wants to merge 6,345 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
6345 commits
Select commit Hold shift + click to select a range
2eaa9d1
[LB policies] remove unnecessary check for null config (#32932)
markdroth Apr 24, 2023
2917804
[Audit Logging] Xds Audit Logger Registry (#32828)
rockspore Apr 25, 2023
706352a
[filter-fuzzer] Disable this fuzzer until its ready. (#32929)
ctiller Apr 25, 2023
bcb9701
[Python Fork] Use os.register_at_fork instead of pthread_atfork. (#32…
XuanWang-Amos Apr 25, 2023
5037f38
[Test] Bump the timeout of at-head tests to 6hr (#32939)
veblush Apr 26, 2023
da5dbc0
[Deps] Updated com_google_libprotobuf_mutator (#32937)
veblush Apr 26, 2023
dcfc5d6
[Audit Logging] Logger and factory APIs in C-Core and C++. (#32750)
rockspore Apr 26, 2023
020e9b4
[WRR] Remove env var guard for WRR policy (#32936)
markdroth Apr 26, 2023
83cdbff
[csharp proto plugin] Apply Obsolete attribute to deprecated services…
tonydnewell Apr 26, 2023
c0ee9ff
[PSM Interop] Various improvements to the helper scripts (#32745)
sergiitk Apr 26, 2023
0dbe8bd
[Kokoro] Increase arm64 test timeout (#32950)
yashykt Apr 26, 2023
c2d589c
[build] Add Bazel user-defined build setting for `grpc_no_rls`. (#32930)
msjarrett Apr 27, 2023
d1dda5c
[Fix fuzzer error] Memory address points to zero page. (#32894)
nanahpang Apr 27, 2023
d534b4a
[CSHARP] Add base_namespace experimental option to C# plugin (#32636)
tonydnewell Apr 27, 2023
a9afd1c
[test] Re-land: Enable EventEngine experiments for Posix end2end test…
drfloob Apr 27, 2023
d63f8d4
Revert "[CSHARP] Add base_namespace experimental option to C# plugin"…
drfloob Apr 27, 2023
1267000
[PSM Interop] Minor fixes to the `bin/cleanup_cluster.sh` helper (#32…
sergiitk Apr 27, 2023
ce1330f
Sorted (#32962)
veblush Apr 27, 2023
81b9779
[Doc] Wake-up Copybara (#32969)
veblush Apr 28, 2023
e5725e4
[test] Disable end2end tests for the EventEngine listener experiment …
drfloob Apr 28, 2023
1a2c98a
[Doc] Updated supported platforms in src/cpp/README.md (#32960)
veblush Apr 28, 2023
9f00eda
[examine-stack] Try to unblock Ubuntu 20.04 (#32975)
ctiller May 1, 2023
30b3d50
[test-infra] Switch RBE linux build to a new custom image rbe_ubuntu2…
jtattermusch May 1, 2023
f02ce24
[xDS] pass HTTP filter name to `GenerateServiceConfig()` method. (#32…
rockspore May 1, 2023
ac22881
[core] Expand core attributes to hold values of any type (#32835)
eugeneo May 2, 2023
8b02295
[xDS] Accept cpu_utilization over 100% (#32954)
yousukseung May 2, 2023
844e740
[JSON] Replace ctors with factory methods (#32834)
markdroth May 2, 2023
dc83532
[google-c2p resolver] ignore xDS resource deletion (#32984)
markdroth May 2, 2023
d8699af
[example] Eliminate warning when building helloworld. (#32884)
raviprak May 2, 2023
3541ef5
[Audit Logging] Authz policy support for audit logging (#32944)
rockspore May 2, 2023
7ae9bd0
[typo] Fix typo in poller.h (#32990)
yijiem May 2, 2023
b22d818
[fix] SetShutdown error_closure_ properly (#32991)
yijiem May 2, 2023
79e46a6
[channelz] Save some memory per channel (#32996)
ctiller May 3, 2023
92e28af
[xds resolver] simplify storage of cluster name in ClusterState objec…
markdroth May 3, 2023
b684c57
[Build] Added missing gRPC_BUILD_CODEGEN (#32986)
veblush May 3, 2023
3aae08d
[Tracing] Add a CanTrackErrors method to posix EE interface to allow …
Vignesh2208 May 3, 2023
0982f82
[fuzzing] Add fuzztest config (#32676)
ctiller May 3, 2023
18c1cc5
[EventEngine] Update contract for Listener's on_shutdown execution (#…
drfloob May 3, 2023
abc82b9
[Audit Logging] Audit logging support in authorization engines. (#32995)
rockspore May 3, 2023
65a2a89
[chttp2] Fix some fuzzer found bugs. (#33005)
ctiller May 4, 2023
ad41fe9
[promises] Re-enable C++ end2end tests (with fixes) (#32837)
ctiller May 4, 2023
4c7da48
[xDS] Protect RBAC audit logging options field with environment varia…
rockspore May 4, 2023
2f89fd5
[client channel] use ChunkedVector for call attributes (#33002)
markdroth May 4, 2023
18aab6f
Revert "[client channel] use ChunkedVector for call attributes" (#33014)
drfloob May 4, 2023
0e7cc36
[promises] Disable C++ e2e tests with server_promise_based_call for n…
ctiller May 4, 2023
40f20c0
[Python fix-it][Aysnc Example] Adding examples for aysnc interceptor …
XuanWang-Amos May 4, 2023
303e568
[Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only (#…
veblush May 4, 2023
c01f1a9
[fix] change confusing error message (#32965)
JoanFM May 4, 2023
3f19538
[PSM Interop] Bump the timeout for grpc_xds_k8s_lb_python job to 3h (…
sergiitk May 4, 2023
1fcaccd
[client channel] Second attempt: use ChunkedVector for call attribute…
markdroth May 4, 2023
d0c1809
[ObjC] CF Stream Event Engine Client (#32924)
HannahShiSFB May 5, 2023
e2fcade
[promises] Remove extra semicolon (#33017)
bgaifullin May 5, 2023
ee0aaac
Revert "[ObjC] CF Stream Event Engine Client" (#33027)
drfloob May 5, 2023
f680817
[Test] Add v1.55.0 release of grpc-go to interop matrix (#33022)
easwars May 5, 2023
7f7a524
[PSM Interop] Add install kubectl authentication plugin to README (#3…
XuanWang-Amos May 5, 2023
56938bc
[alts] Log host and target name on CheckCallHost failure. (#33028)
matthewstevenson88 May 8, 2023
7df0e11
[EventEngine] Change TXT lookup result type to std::vector<std::strin…
yijiem May 8, 2023
3fb738b
[EventEngine] Implement work-stealing in the EventEngine ThreadPool (…
drfloob May 8, 2023
448084c
[PSM Interop] Improve error messages in the affinity test (#33031)
sergiitk May 8, 2023
1a4f182
[infra] Maybe fix the title check (#33041)
drfloob May 8, 2023
f1bba53
[infra] Make tools/buildgen/generate_projects.py non-executable (#33042)
ctiller May 9, 2023
e872fb9
[WRR] fix some edge cases in scheduler logic (#33045)
markdroth May 9, 2023
6c2f437
[Binder Transport] Flush ExecCtx in e2e test (#32971)
sifmelcara May 9, 2023
1432fe4
[JSON] make API public but experimental (#32987)
markdroth May 9, 2023
3d291cc
[xDS] Implement cluster locking by ClusterSelectionFilter (#32938)
eugeneo May 9, 2023
68b416d
[alts] Remove CheckCallHost checks in ALTS security connector. (#33043)
matthewstevenson88 May 9, 2023
37e9903
[Build] Fix json error (#33051)
veblush May 9, 2023
dc95133
[Deps] Upgrade Protobuf v23 (#32914)
veblush May 9, 2023
1731582
[client channel] assume LB policies start in CONNECTING state (#33009)
markdroth May 9, 2023
63ec566
[EventEngine] Reduce the size of some thread pool tests (#33055)
drfloob May 9, 2023
ac4b223
[PSM Interop] Readme: also recommend enabling logging and monitoring …
sergiitk May 9, 2023
511817f
[WRR] fix spelling mistake (#33054)
benjaminp May 10, 2023
0ed3bb7
[EventEngine] Disable more thread pool tests for legacy implementatio…
drfloob May 10, 2023
c182e6b
[PSM Interop] Allow `dev` TESTING_VERSION that doesn't override image…
sergiitk May 10, 2023
1b479bd
[promises] Fix channelz with server promise calls (#33064)
ctiller May 10, 2023
2c423d2
[outlier detection] fix crash with pick_first and add tests (#33069)
markdroth May 10, 2023
207f3ec
[core] Add an assertion to catch the environment variable emptiness i…
mikefan1991 May 10, 2023
1980841
[example] Fix bad example (#32161)
molto0504 May 11, 2023
ad2a5dd
[ObjC] Cf event engine client (#33034)
HannahShiSFB May 11, 2023
4674f2c
[fuzz] Turn core end2end tests into fuzzers (#33013)
ctiller May 11, 2023
7b74b07
[experiment] Disable work stealing end2end test experiments (#33081)
drfloob May 11, 2023
1b01336
[Logging] Fix flakiness in test (#33077)
yashykt May 11, 2023
74d00f2
[reflection] python: reflection response returns dependencies (#32909)
tomsoftware May 11, 2023
8fdfb22
[JSON] generalize handling of RefCountedPtr<> (#33048)
markdroth May 11, 2023
b346737
[interop] enable Go ORCA tests (#33082)
dfawley May 11, 2023
1ce3dc6
Revert "[reflection] python: reflection response returns dependencies…
XuanWang-Amos May 11, 2023
2adc96b
[Misc] Add necessary things for privacy (#33078)
ananda1066 May 12, 2023
c7aee34
[iomgr] Fix epoll1 engine reinitialization after grpc_shutdown (#33085)
drfloob May 12, 2023
9760ce9
[end2end] Shorten corpora filenames (#33095)
ctiller May 12, 2023
0d678a9
[PSM Interop] URL Map graceful teardown (#33090)
sergiitk May 12, 2023
ee0cf2f
[filter-fuzzer] Delete this fuzzer until I can spend time on it (#33096)
ctiller May 12, 2023
eecc897
[iOS] Disable posix polling on iOS (#33094)
drfloob May 12, 2023
d718584
[iomgr] Fix Windows socket abandonment due to premature IOCP shutdown…
drfloob May 12, 2023
ca82157
[PSM Interop] gitignore all config/local-*.cfg (#33101)
sergiitk May 13, 2023
a9f3c40
[Event Engine] Add event engine core tests to iOS pull request proces…
mikefan1991 May 13, 2023
18d369a
[fuzzing] Avoid initialization order fiasco in core_end2end_test_fuzz…
ctiller May 13, 2023
38b7574
[WRR] reduce picker memory usage (#33086)
markdroth May 13, 2023
b8a6b42
Revert "[test] Disable end2end tests for the EventEngine listener exp…
Vignesh2208 May 14, 2023
5bd38df
[aio types] Fix some grpc.aio python types (#32475)
Tasssadar May 15, 2023
691a5fb
[PSM Interop] Do not dump full Channel/Subchannel into logs (#33105)
sergiitk May 15, 2023
1238113
[promises] Remove bad log statement (#33113)
ctiller May 15, 2023
66d9f52
[api-fuzzer] Fix memory leak (#33109)
ctiller May 15, 2023
13133ae
[xds_client_fuzzer] fix bug in fake transport (#33115)
markdroth May 15, 2023
5ae1cfc
[xds_client_fuzzer] fix null pointer dereference in `FakeXdsTransport…
markdroth May 15, 2023
a1e7248
[experiments] Assume enabling experiments is flaky (#33116)
ctiller May 15, 2023
59dbdfe
[xds_client_fuzzer] fail bootstrap parsing if xds_servers is empty (#…
markdroth May 15, 2023
997af8d
[api_fuzzer] Attempt to clean up fuzzer memory leak (#33120)
ctiller May 15, 2023
e7a67ee
[PHP] Fix path munging when package is absent (#33126)
veblush May 15, 2023
8a8f1eb
[promises] Enable server promise calls in C++ e2e tests (#33097)
ctiller May 15, 2023
87a0eb4
[PSM Interop] Readable grpc status codes in error messages (#33103)
sergiitk May 15, 2023
3526def
[JsonWriter] Do not break in EscapeString when encountering a null by…
yijiem May 15, 2023
c2e1ea9
[client_channel] Better trace message (#33121)
ctiller May 15, 2023
915d7c4
[Fuzzing] Bound RunAfter duration in fuzzing event engine (#33128)
Vignesh2208 May 16, 2023
cd44a24
[call] Dont take grpclb_client_stats from the app (#33118)
ctiller May 16, 2023
de295eb
[EE client channel resolver] Use std::strlen instead of sizeof in TXT…
yijiem May 16, 2023
6818c87
[PSM Interop] Fail test if client or server pods restarted during tes…
XuanWang-Amos May 16, 2023
7c98b91
[cleanup] Remove unnecessary string conversion (#33123)
drfloob May 16, 2023
6df358c
[Audit Logging] Stdout logger implementation (#33026)
rockspore May 16, 2023
5207665
[PSM Interop] URL Map: register the cleanup hook early (#33137)
sergiitk May 16, 2023
dcef4bb
[party] Disable mutex test on mac (#33143)
ctiller May 16, 2023
01c87e2
[ruby] fix re2 compilation when older system version installed (#32580)
stanhu May 16, 2023
030ecf6
[fuzzing] Client channel resolver fuzzer (#32956)
drfloob May 16, 2023
74ec5d1
[promises] Improve logging, fix a rare bug (#33139)
ctiller May 16, 2023
239d3e6
[fuzzing] Allow core_end2end_test_fuzzer, api_fuzzer to change experi…
ctiller May 16, 2023
252ebad
[infra] Fix absl::Mutex check and remove all uses (#33144)
drfloob May 16, 2023
1624542
Revert "[fuzzing] Client channel resolver fuzzer" (#33152)
drfloob May 16, 2023
2daf767
[Testing] increase orca oob test timeout (#33098)
YifeiZhuang May 16, 2023
63ecc4b
[testing] Temporarily skip flaky event engine tests. (#33136)
Vignesh2208 May 16, 2023
a78001a
[resolver] remove unused ctor for ServerAddress (#33148)
markdroth May 16, 2023
e23237b
[PSM Interop] Enable custom LB in golang >= 1.56.x (#33058)
sergiitk May 16, 2023
b35ea15
[reland][fuzzing] Client channel resolver fuzzer (#33153)
drfloob May 17, 2023
41b66b4
[PHP] Add @deprecated tag in PHP generated methods and services (#32652)
mikhainin May 17, 2023
cc3d034
[channel_args] Optimize UnionWith (#33154)
ctiller May 17, 2023
5fac4ad
[fuzzing] Improve OSA distance performance (#33149)
ctiller May 17, 2023
6a742f0
Revert "[channel_args] Optimize UnionWith" (#33159)
ctiller May 17, 2023
004ddbe
[BoringSSL] Update third_party/boringssl-with-bazel (#33150)
yijiem May 17, 2023
05d5a04
[Audit Logging] Custom audit logger parsing in xDS registry. (#32970)
rockspore May 17, 2023
9c59671
[testing] Skip more flaky event engine tests (#33160)
Vignesh2208 May 17, 2023
ba1b8b1
[JSON] fix bug that incorrectly allowed trailing commas after an empt…
markdroth May 17, 2023
cf6e5ed
[example] Server reflection (#33162)
drfloob May 17, 2023
fe3f400
[typo] Fix typo: configutation -> configuration (#33072)
mojh7 May 17, 2023
f60d0c7
[Audit Logging] Audit logging config translation by rbac service conf…
rockspore May 17, 2023
0526a51
[channel-args] Reland UnionWith optimizations (#33163)
ctiller May 18, 2023
6e1f46f
[examples] Clean-up xds example (#33166)
yashykt May 18, 2023
57cd079
[example] Clean up the interceptors example (#33169)
yashykt May 18, 2023
922b18f
Revert "[Audit Logging] Audit logging config translation by rbac serv…
eugeneo May 18, 2023
b589c9b
[fuzz] Fix resovler fuzzer exhaustive switch case bug (#33177)
drfloob May 18, 2023
ad57476
Revert "Revert "[reflection] python: reflection response returns depe…
XuanWang-Amos May 18, 2023
0d70c63
[Audit Logging] Second attempt: rbac service config parsing with audi…
rockspore May 18, 2023
a3dae00
[Deps] Upgrade Protobuf to v23.1 (#33164)
veblush May 18, 2023
95c57d9
[config] Better comma separated list support (#33182)
ctiller May 19, 2023
67b614a
[testing] Fix tsan issue in EventEngine LockFreeEvent (#33176)
Vignesh2208 May 19, 2023
ec31abd
[xDS] support StringMatch for header matching in RouteConfig (#32993)
markdroth May 19, 2023
4fde5da
[fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33…
drfloob May 19, 2023
4f44521
[C++ Examples] Add an example for keepalive (#33191)
yashykt May 19, 2023
7a3e2e4
[fuzzer] Change core_end2end_test_fuzzer test selection scheme (#33197)
ctiller May 19, 2023
687a9fa
[fuzz] Add an Orphan check to the resolver fuzzer (#33192)
drfloob May 19, 2023
d14f5f7
[Release] Add 1.55.0 to interop matric for C++, ruby, php, python (#3…
yashykt May 19, 2023
3244ba6
[fuzz] Add ChannelArgs fuzzing to the client channel resolver fuzzer …
drfloob May 19, 2023
ec2a766
[examples] Add CPP multiplex example (#33187)
eugeneo May 19, 2023
d39a379
[call] Ensure payload is scrubbed in the event of a batch error (#33195)
ctiller May 19, 2023
338c559
[threading] Implement thready-tsan mode (#33193)
ctiller May 20, 2023
255d5bd
[test] Add ENV to help running CI from forked repos. (#33189)
wanlin31 May 20, 2023
988c855
[ObjC] Upgrade podspec xx.deployment_target (#33091)
HannahShiSFB May 20, 2023
f3574e3
[Example] Adding error_handling & error_details example (#33129)
veblush May 21, 2023
9d03117
[ring hash] revert 64-to-32-bit changes for objc (#33201)
markdroth May 22, 2023
b71b3b4
[memory] Trim down 'per-cpu' sharding a little (#33203)
ctiller May 22, 2023
3671350
[Core] Add a GPR_LIKELY in cq_pluck() (#33207)
May 22, 2023
4303a67
[memory-usage] Propagate experiments through memory-usage test to cli…
ctiller May 22, 2023
5f5a263
[EventEngine] Speed up WorkStealingThreadPool restart cycle (#33209)
drfloob May 22, 2023
b225083
[test] Re-enable work stealing thread pool experiment (#33213)
drfloob May 22, 2023
c684409
[chaotic-good] New frame serialization/deserialization in chaotic-goo…
nanahpang May 23, 2023
d58af73
[example] Move unix abstract domain sockets example (#33220)
drfloob May 23, 2023
dbcb09d
[Example] Move systemd socket activation example (#33221)
drfloob May 23, 2023
0d3ecd3
[EventEngine] Potential fix for non-empty queues at thread pool shutd…
drfloob May 23, 2023
20023fa
[API] Document gotcha in AsyncNotifyWhenDone behavior (#33208)
mehrdada May 23, 2023
33d0afd
[JSON object loader] fix null handling (#33225)
markdroth May 24, 2023
ad3c627
[experiments] Remove flow_control_fixes experiment (#33230)
ctiller May 24, 2023
ed2c710
[test] Fix env vars in experimental benchmarks script. (#33232)
paulosjca May 24, 2023
4d0611e
[promises] Async wakeup for activities/parties (#33215)
ctiller May 24, 2023
4d85f51
[experiments] Split experiments into two separate experiment definiti…
Vignesh2208 May 24, 2023
de9d398
[Audit Logging] End2end test for audit logging in authorization polic…
rockspore May 24, 2023
a95e54d
[memory-usage] remove testonly bit from memory_usage tests (#33231)
ctiller May 24, 2023
eb2b1ed
[xDS] clean up cert provider factory and registry APIs (#33226)
markdroth May 24, 2023
0269331
[client_channel] Fix use-after-free (#33239)
ctiller May 25, 2023
9faa39d
Revert "[xDS] clean up cert provider factory and registry APIs" (#33248)
ctiller May 25, 2023
51c68ac
[experiments] Push out some expiries for my experiments (#33247)
ctiller May 25, 2023
eb57f2e
[flow control] De-risk the memory flow controller (#33240)
ctiller May 25, 2023
efebae8
[fuzzing] Allow memory quota fuzzer to supply config (#33243)
ctiller May 25, 2023
c8f45f5
[fuzzing] Allow flow control fuzzer to fuzz across experiments (#33241)
ctiller May 25, 2023
9e9468d
[test] Make languages in OSS benchmarks easier to comment in and out.…
paulosjca May 25, 2023
9d353eb
[EventEngine] Mark worker threads busy while draining (#33251)
drfloob May 25, 2023
ea03aee
[fuzzing] Allow resolver fuzzer to specify config vars (#33244)
ctiller May 25, 2023
8cb7e61
[experiments] Make monitoring_experiment never expire (#33250)
ctiller May 25, 2023
52d687a
[xDS] second attempt: clean up cert provider factory and registry API…
markdroth May 25, 2023
942d64b
[interop test docs] document --additional_metadata flag (#33180)
apolcyn May 25, 2023
eac1a93
[Core] Fix the false sharing in struct grpc_completion_queue (#33173)
May 26, 2023
7741849
[pick_first] add tests that show handling of multiple addresses (#33255)
markdroth May 26, 2023
c32cbb5
[memory_usage] Use a named target for the client (#33258)
ctiller May 26, 2023
d1c0dc5
[Audit Logging] xDS e2e test for audit logging. (#33252)
rockspore May 26, 2023
acbac3d
[PSM Interop] Output GCP log links at the end of the test (#33104)
sergiitk May 26, 2023
e0ba7b7
[fuzzing] Increase timeout to accommodate delayed callbacks (#33267)
ctiller May 30, 2023
272a89a
[include-guards] Fix regular expression (#33270)
ctiller May 30, 2023
9d76586
[core] Add support for vsock transport (#32847)
YadongQi May 30, 2023
a351817
[experiments] Extend EventEngine experiment expiration dates (#33272)
drfloob May 30, 2023
ea58add
[end2end] Fix fuzzer found memory leak (#33264)
ctiller May 30, 2023
d11a62e
[experiments] Re-structure experiments codegen to make it more modula…
Vignesh2208 May 30, 2023
bc70a67
[fuzzer] Increase timeouts to accommodate delayed callbacks (#33271)
ctiller May 30, 2023
b103379
[xDS] fix fuzzer-found bug with resource field unset in Resource wrap…
markdroth May 30, 2023
ba3a5d7
[codegen] Switch from yaml.load to yaml.safe_load (#33275)
gnossen May 30, 2023
c5ade30
Revert "[core] Add support for vsock transport" (#33276)
drfloob May 30, 2023
10001d1
[Release] Upmerge v1.55.x branch into master (#33277)
yijiem May 30, 2023
3225a9f
[EventEngine] Disable EventEngine polling in gRPC Python (#33279)
drfloob May 31, 2023
531a6be
[PSM Interop] Fix an issue with restarting k8s runner (#33280)
sergiitk May 31, 2023
ad4d495
[experiments] Fix bug in codegen for debug experiments (#33282)
Vignesh2208 May 31, 2023
931c6e3
[Test] Disable gcc10.2_openssl102 from portability tests (#33287)
veblush May 31, 2023
40ee908
[PSM interop] Don't fail target if sub-target already failed (#33222)
XuanWang-Amos May 31, 2023
bde9952
[Release] Bump core version to 33.0.0 for upcoming release (#33292)
yijiem May 31, 2023
2892b24
[fuzzing] Fix fuzzer found bug (#33291)
ctiller May 31, 2023
b39e015
[Release] Bump version to 1.56.0-pre1 (on v1.56.x branch) (#33312)
yijiem Jun 1, 2023
a05e2e3
[Bazel Python3.11] Update Bazel dependencies for Python 3.11 (v1.56.x…
XuanWang-Amos Jun 2, 2023
91ff8b2
[Rls] Backport "[Rls] de-experimentalize RLS in XDS (#33290)" to v1.5…
apolcyn Jun 2, 2023
4ad81d3
[channelz] Backport "[channelz] Make the cacheline stuff work properl…
yijiem Jun 2, 2023
ded9a15
[outlier detection] backport to 1.56: hack to prevent OD from working…
markdroth Jun 5, 2023
fc64109
[Release] Bump version to 1.56.0-pre2 (on v1.56.x branch) (#33350)
yijiem Jun 5, 2023
d9d47b5
[WRR] Backport 1.56: Prefer application_utilization to cpu_utilizatio…
veblush Jun 9, 2023
d5bafa4
[c-ares] Backport "[c-ares] Upgrade c-ares dependency to 1.19.1 (#333…
apolcyn Jun 12, 2023
eccf68a
[Release] Bump version to 1.56.0-pre3 (on v1.56.x branch) (#33390)
yijiem Jun 13, 2023
6e85620
[Release] Bump version to 1.56.0 (on v1.56.x branch) (#33440)
yijiem Jun 14, 2023
45480dd
[PSM interop] Don't fail url_map target if sub-target already failed …
XuanWang-Amos Jun 22, 2023
53e637c
[tls] Backport - Remove use of SSL_CTX_set_client_CA_list for TLS ser…
matthewstevenson88 Jul 5, 2023
e46dda5
[Core] Backport:1.56 Improve HPACK (#33603)
veblush Jul 5, 2023
67df2b3
[Release] Bump version to 1.56.1-pre1 (on v1.56.x branch) (#33619)
yijiem Jul 6, 2023
8a59ef0
[Release] Bump version to 1.56.1 (on v1.56.x branch) (#33651)
yijiem Jul 10, 2023
d4b53c7
[backport][iomgr][EventEngine] Improve server handling of file descri…
drfloob Jul 12, 2023
6425ed2
Automated fix for refs/heads/v1.56.x (#33681)
github-actions[bot] Jul 13, 2023
484820a
[WRR] backport #33694 to 1.56 (#33698)
markdroth Jul 14, 2023
c0d1c39
[release] Bump release version to 1.56.2 (#33705)
apolcyn Jul 14, 2023
cebd1cb
[PSM Interop] Legacy test builds always pull the driver from master (…
sergiitk Jul 15, 2023
c9000c0
[PSM Interop] Legacy tests: fix xDS test client build (v1.56.x backpo…
sergiitk Jul 21, 2023
4d24d64
[Backport] [dependency] Restrict cython to less than 3.X (#33773)
gnossen Jul 24, 2023
7536d8a
[v1.56][Build] Update Phusion baseimage (#33767) (#33838)
eugeneo Jul 24, 2023
f0f5ed4
[v1.56.x][Interop] Backport Python image update (#33867)
eugeneo Jul 25, 2023
f8d4a0b
[Interop Tests][v1.56] Update Docker images (#34351)
eugeneo Sep 15, 2023
2456bf2
[Cord] Backport-1.56: Fix MakeCordFromSlice memory bug (#34558)
veblush Oct 6, 2023
06021d9
[Release] Bump version to 1.56.3 (on v1.56.x branch) (#34622)
veblush Oct 9, 2023
341f117
Remove submodules
rschu1ze Nov 15, 2023
f6a6954
Cf. https://github.com/ClickHouse/grpc/commit/7436366ceb341ba5c00ea29…
rschu1ze Nov 3, 2023
568d714
Remove download-in-build
rschu1ze Nov 15, 2023
bc110c3
Don't build against systemd
rschu1ze Nov 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Release] Add 1.55.0 to interop matric for C++, ruby, php, python (#3…
…3198)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
  • Loading branch information
yashykt authored May 19, 2023
commit d14f5f78d7ab107d2338753dc6920c47420eeda2
6 changes: 6 additions & 0 deletions tools/interop_matrix/client_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.52.0', ReleaseInfo()),
('v1.53.0', ReleaseInfo()),
('v1.54.0', ReleaseInfo()),
('v1.55.0', ReleaseInfo()),
]),
'go':
OrderedDict([
Expand Down Expand Up @@ -455,6 +456,9 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.54.0',
ReleaseInfo(runtimes=['python'],
testcases_file='python__master')),
('v1.55.0',
ReleaseInfo(runtimes=['python'],
testcases_file='python__master')),
]),
'node':
OrderedDict([
Expand Down Expand Up @@ -534,6 +538,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.52.0', ReleaseInfo()),
('v1.53.0', ReleaseInfo()),
('v1.54.0', ReleaseInfo()),
('v1.55.0', ReleaseInfo()),
]),
'php':
OrderedDict([
Expand Down Expand Up @@ -586,6 +591,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None):
('v1.52.0', ReleaseInfo()),
('v1.53.0', ReleaseInfo()),
('v1.54.0', ReleaseInfo()),
('v1.55.0', ReleaseInfo()),
]),
'csharp':
OrderedDict([
Expand Down