Changelog History
Page 85
-
v1.9.32 Changes
October 02, 2013(RB=218023) ๐ Fix the allowed client override keys.
-
v1.9.31 Changes
October 01, 2013(RB=217233) โช Revert "Make use of async servlet api in R2 servlet. Change integration tests to start test servers as necessary."
-
v1.9.30 Changes
September 30, 2013(RB=207412) ๐ Allowed access to the ResourceModels of a RestLiServer. Made the resourcePath generation function public.
(RB=216547) ๐ Fixing binary incompatible removal of header, param and reqParam methods on client builder base classes.
-
v1.9.29 Changes
September 27, 2013(RB=208312) ๐ Rename X-Linkedin headers to X-RestLi headers.
(RB=215550) ๐ Fixed a bug in SimpleLoadBalancerState that prevented recovering from a bad property push during publishInitialize
-
v1.9.28 Changes
September 24, 2013(RB=210345) โ Make use of async servlet api in R2 servlet. Change integration tests to start test servers as necessary.
-
v1.9.27 Changes
(RB=212287) ๐จ Refactor restli-client request builder classes: 1) deprecate header(), param and reqParam() 2) add setHeader(), setHeaders(), addHeader(), setParam(), setReqParam(), addParam() and addReqParam() ๐ For query parameter and action parameter that is array type, add convenient request builder method to add element one by one. For ActionRequestBuilder, required parameter will call reqParam() instead of param() now.
-
v1.9.26 Changes
September 18, 2013(RB=210935) โ Added the ability to inject MaskTree (@Projection) and PathKeys (@Keys) from a request into a method. This allows KeyValueResources to be able to use Projections and PathKeys in their method implementations.
(RB=211406) ๐ Fix bug that when complex resource key contains invalid URI characters (e.g. space), batch update fails with URISyntaxException.
-
v1.9.25 Changes
September 17, 2013(RB=211206, 211283) โ Added ability for clients to specify either actual lists or string representation of lists for transport client properties.
-
v1.9.24 Changes
September 13, 2013(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.
-
v1.9.23 Changes
September 10, 2013(RB=206396) To detect, as early as possible, a mistake that is otherwise difficult to debug, add check during data template generation that verifies filename and path match schema name and namespace.
(RB=207258) โ Add configuration to allow the rest.li server to limit exception details in responses and to customize the default response for internal server error responses.