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

Changelog History
Page 78

  • v2.0.5 Changes

    December 18, 2014

    (RB=410397) โž• Adding a method on Request class that creates a string representation of the request without using security sensitive information.

  • v2.0.4 Changes

    December 19, 2014

    (RB=387501) ๐Ÿ‘ป Pass the actual exception thrown by the resource (or a previous filter) to the rest.li response filters.

    (RB=409087) ๐Ÿ›  Fixing the wiring of parseq context for the method parameters annotated with the deprecated ParSeqContext annotation.

    (RB=403572) Added Rest.li 2.. release notes.

    (RB=410847) ๐Ÿ›  Fix deprecation Javadoc on annotations.

    (RB=409497) ๐Ÿ– Handle the case when certain implementations of the Map inteface can't handle null.

  • v2.0.3 Changes

    December 01, 2014

    (RB=401742) ๐Ÿ”„ Change RestException.forError to set the given throwable as the cause.

  • v2.0.2 Changes

    (RB=392178) โž• Add additional unit tests for RestLiArgumentBuilders.

    (RB=404678) โœ‚ Remove redundant warning suppressions.

    (RB=404996) ๐Ÿ›  Fix enum encoding bug for compound keys in protocol v2.

  • v2.0.1 Changes

    December 04, 2014

    (RB=387791) ๐Ÿ‘ Java 8 support for Pegasus

    (RB=399776) ๐Ÿ‘Œ Improve performance for BatchGet when using the new request builder.

    (RB=395883) โž• Add projection tests to Rest.li response builder tests.

    (RB=389315) โž• Add dump functionality to RestliRequestUriSignature, which produces stable toString() output.

  • v2.0.0 Changes

    October 28, 2014

    (RB=340252) โœ‚ Remove Rest.li 1.0 deprecated APIs.

    (RB=386223) ๐Ÿ— Deprecate Rest.li 1.0 request builders.

  • v1.24.8 Changes

    November 20, 2014

    (RB=397613) โšก๏ธ Update Javadoc of Request#getUri().

  • v1.24.7 Changes

    November 06, 2014

    (RB=390685) โฌ‡ Decrease default R2 http.idleTimout to 25s.

  • v1.24.6 Changes

    November 06, 2014

    (RB=383405) ๐Ÿ›  Fix memory leak in documentation generation.

    (RB=378851) โž• Add unit tests for RestLiArgumentBuilders.

    (RB=386973) Task and Promise based async templates.

    (RB=383125) ๐Ÿ— Enable Gradle parallel build and config-on-demand. ๐Ÿ›  Fix the dependency order in the generated IntelliJ IDEA module of data-avro-1_6.

    (RB=385433) Introduce ProjectionUtil that tells if specific PathSpecs are filtered by a given MaskTree.

  • v1.24.5 Changes

    November 03, 2014

    (RB=387900) โž• Add null pointer check for load balancer.