All Versions
1081
Latest Version
Avg Release Cycle
3 days
Latest Release
969 days ago

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