rest.li v1.9.24 Release Notes

Release Date: 2013-09-13 // over 10 years ago
  • (RB=202295) 🔨 Refactor IDL and Snapshot compatibility checks. Move file number checks to their own tasks. Add in a flag -Prest.idl.skipCheck to allow all IDL checks to be skipped. (IDL file count check is still run with -Prest.idl.compatibility=OFF)

    (RB=208110) ➕ Add InvokeAware interface to allow user code to listen to the restli method invocation events in restli server.

    (RB=209638) ➕ Add ProjectionMode option in ResourceContext to allow rest.li service implementers to disable automatic projection when they are explicitly examining and applying projections.