facebook / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
1.18k stars 254 forks source link

fix fbthrift submodule version to v2023.10.09.00 #271

Closed jaesoo-fb closed 10 months ago

jaesoo-fb commented 10 months ago

As reported in https://github.com/facebook/CacheLib/issues/267, we are seeing the runtime error which is caused by fbthrift change 8c2dfbbe50d7 (Allow padding in SimpleJSONProtocol base64 encoded binary fields). This change fixes the fbthrift to the lastest tag v2023.10.09.00 before the offending change.