Scrooge 17.10.0
nepthar
released this
27 Oct 22:17
·
568 commits
to develop
since this release
-
From now on, release versions will be based on release date in the format of
YY.MM.x where x is a patch number. 2645da60 -
scrooge-generator: For generated scala $FinagleService, moved per-endpoint statsFilter to the
outermost of filter chain so it can capture all exceptions, added per-endpoint response
classification in statsFilter. 853323dc -
scrooge-generator: Generated scala $FinagleClient takes a
RichClientParam
for all
configuration params, such asTProtocolFactory
,ResponseClassifier
,maxReusableBufferSize
,
andStatsReceiver
, $FinagleService takes aRichServerParam
. 8bdf36cb