Releases: twitter/scrooge
Releases · twitter/scrooge
Scrooge 4.7.0
Note: This is the final release that will support Scala 2.10 and Java 7.
New Features:
- scrooge-core, scrooge-generator:
c.t.scrooge.ThriftEnum
now includes an
originalName
method which represents the name as defined in the Thrift
IDL file.RB_ID=820075
Scrooge 4.6.0
- scrooge-ostrich: Removed scrooge-ostrich module
- scrooge-runtime: Deleted unnecessary scrooge-runtime module
- scrooge-generator: Remove broken experimental-java generator.
Scrooge 4.5.0
- scrooge-generator: Improve implementation of service#FunctionType
Scrooge 4.3.0
- Rename __ServiceIface to BaseServiceIface
- Add methods for converting between function and service implementations of ThriftMethods.
Scrooge 4.2.0
Bump finagle version to 6.30
Scrooge 4.1.0
Bump finagle version to 6.29
Scrooge 4.0.0
Scrooge 4.0.0 includes backward compatibility patches for Finagle service per endpoint generation. This allows using Thrift endpoints as Finagle Services and combining them with Filters.