Changelog History
Page 94
-
v1.8.27 Changes
May 24, 2013(RB=168797) ๐จ Revert eec968ddab745286a8c9e05e35f0ddeab011a947 "Refactoring changes for testing resource compatibility." as it breaks rum publishRestModel with this message: "No such property: summary for class: com.linkedin.restli.tools.idlcheck.RestLiResourceModelCompatibilityChecker"
-
v1.8.26 Changes
May 24, 2013(RB=167737) โ Add RestClient.sendRestRequest(..., Callback callback) method.
-
v1.8.25 Changes
May 21, 2013(RB=168185) โ Add support for enum value documentation for data template generator.
(RB=164876) ๐ Fix bug where client builders failed to coerce batch results for resource collections keyed by a typeref.
(RB=165359) ๐ Use com.linkedin.restli.server.NoMetadata to mark a finder's CollectionResult as no metadata. ๐ Allow non-template return type for finders.
(RB=166235) IDL compatibility checks for new methods, finders, actions and subresources.
(RB=167736) ๐ Fix idl generation to correctly handle typerefs in action responses.
-
v1.8.23 Changes
January 29, 2013(RB=162866) ๐ Change FixedTemplate to output using ByteString.toString() instead of asAvroString โ Add more test cases for generated DataTemplate.
(RB=163290) ๐ Fix bug where @Optional on finder assocKeys was not respected.
(RB=164364) ๐ Fix a bug in idl compatibility checker that marks previously required and currently optional field as incompatible.
(RB=126830) ๐ Deprecate the "items" field for the query parameters in idl. Array parameters use standard pdsc array format. ๐ To make it backwards compatibile, request builders can still use Iterable parameters. ๐ Fix bug that builder methods with Iterable<? extends DataTemplate> parameter are not working. โก๏ธ Update build scripts. ๐ Use Gradle 1.5.
(RB=130743) โ Add special rule of idl compatibility checker to handle the deprecated "items" field.
-
v1.8.22 Changes
May 06, 2013(RB=162206) ๐ fix logging message for D2
(RB=161556) ๐ Use thread context classpath instead of pegasus classpath when using Class.forName on names of coercers, validators and avro custom data translators.
(RB=161961) โ Add copy() and clone() methods to generated non-record DataTemplates. Generated record DataTemplates have had these methods since 1.8.4.
(RB=162841) โ Adding new resource class is a backward compatible change now. โ Add instruction message for idl compatibility check failure.
-
v1.8.21 Changes
May 03, 2013(RB=162036) ๐ Fix UnsupportedOperationException from SimpleLoadBalancerSTate while creating transportClientProperties for https
-
v1.8.20 Changes
May 02, 2013(RB=161479) made TARGET_SERVICE_KEY_NAME a public static variable
(RB=154752) ๐ Fix bug where shutdown of HttpClientFactory will fail if the final event leading to shutdown occurs on a Netty IO thread.
(RB=159386) ๐ Support typerefs in association keys for batch responses.
(RB=160441) ๐ Disable interning of field names by Jackson parser. This should reduce intended growth in perm gen.
(RB=160184) โ Add embedded schema to Avro schema translated from Pegasus schema ๐ This allows reverse translation without loss (e.g. loss of typeref, custom translation instructions).
-
v1.8.19 Changes
April 10, 2013(RB=158603) ๐ Fix bug that context path is missing in docgen "View in JSON format" link.
(RB=154315) โ Add SSL support in D2 client.
-
v1.8.18 Changes
April 25, 2013(RB=157884) ๐ Fix NPE in Data Template generator when an array item or map value type is a typeref'ed union.
(RB=157128) ๐ Fix queryParamsDataMap not able to convert single element query to StringArray
-
v1.8.17 Changes
April 22, 2013(RB=157735) ๐ fix default and master service bugs in D2ConfigCmdline