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

Changelog History
Page 85

  • v1.14.5 Changes

    March 03, 2014

    (RB=268683) 🛠 Fix bug in Data to Avro schema translation in which assertion will be thrown if the same record schema is included 0️⃣ more than once, and that schema contains fields that either have a default value or is optional.

  • v1.14.4 Changes

    February 26, 2014

    (RB=267118) Making request execution report generated only for debug requests.

    (RB=265900) 🛠 Fix a bug where documentation strings would not show up in idls/snapshots when a method parameter was an array.

  • v1.14.3 Changes

    February 24, 2014

    (RB=264806) 🛠 Fix a bug where RecordTemplates in Array parameters were not validated.

    (RB=253429) ➕ Add support of reading symbolic link in Zookeeper.

    (RB=264751) 🛠 Fix bug that single element is added to query param.

  • v1.14.2 Changes

    February 19, 2014

    (RB=264174) 🚚 Increment parseq version which removes unservable files from the tracevis tar ball.

    (RB=264173) 👉 Use ProtocolVersionUtil to get protocol version in ErrorResponseBuilder.

  • v1.14.1 Changes

    February 14, 2014

    (RB=262805) ➕ Adding set method for Rest.li debug request handlers on Rest.li server config.

    (RB=262459) ➕ Adding a temporary fix to ignore the unused folders in the parseq-tracevis artifact in maven central.

    (RB=260228) ➕ Adding debug request handler support to Rest.Li. Introducing a new debug request handler: Parseq Trace Debug Request Handler.

    (RB=261581) 🛠 Fix header display bug in docgen resource page.

  • v1.14.0 Changes

    February 13, 2014

    (RB=258481) Create enum for Rest.li protocol versions.

    (RB=258219) Replace hand written data templates with generated ones.

    (RB=259104) 🚚 Move AllProtocolVersions from com.linkedin.restli.common.internal to com.linkedin.restli.internal.common.

    (RB=258733) 👍 Fail fast when a server receives a request from a client that is encoding using a Rest.li protocol that the server does not support.

    (RB=256518) 📇 Rename X-Linkedin headers (ID and ErrorResponse) to X-RestLi headers.

    (RB=261288) 🔄 Change zookeeperAnnouncer's markdown() name and implementation so its action is easier to understand

    (RB=261502) 🌲 Shorten the logging in d2 state to be more readable + changed the interface of D2 strategy Jmx

    (RB=261855) 👉 Make the error details optional in an ErrorResponse to be consistent with previous behavior

  • v1.13.5 Changes

    February 04, 2014

    (RB=257823) 🛠 Fix for getting the uri in ScatterGatherBuilder and GetAllPartitionsRequestBuilder if the legacy constructor is used.

  • v1.13.4 Changes

    January 31, 2014

    (RB=257238) 🛠 Fix memory leaks from CopyFilter.

  • v1.13.3 Changes

    January 30, 2014

    (RB=251559) ➕ Add scaladoc support to Rest.li IDL generation.

    (RB=256825) 🛠 Fixed a bug where if the deprecated constructor + D2 is used then getting the protocol version will fail in the RestClient as "d2://" is not a valid URI.

  • v1.13.2 Changes

    January 29, 2014

    (RB=254542) 🔨 Refactor when projections are encoded in the URI. Move encoding back to the normal URI encoding process.

    (RB=255178) Include schemas referenced inline when generating OPTIONS responses.

    (RB=255203) 🛠 Disallow typeref as key type in annotation reader. This fixes the inconsistency between annotation reader and resource model.

    (RB=251559) ➕ Add scaladoc support to Rest.li IDL generation.