rest.li v1.8.36 Release Notes

Release Date: 2013-06-18 // almost 11 years ago
  • (RB=175637) ๐Ÿ›  Fix HttpClientFactory.shutdown() with timeout so it does not tie up โฑ the executor for the length of the timeout.

    (RB=173757) ๐Ÿ”Œ Snapshots implemented locally in pegasus. PegasusPlugin was not changed, so others using pegasus won't be able to use Snapshots yet. ๐Ÿ— Within the project, Snapshots are now used instead of IDLs for backwards compatibility checking. (IDLs are still used to create builders and are the source of truth for client-server interaction, however) Snapshots have the advantage that they contain the models that they reference, so backwards incompatibile changes between models can now be noticed.

    (RB=175771) โœ… Gradle plugin: Add missing data and restli-client dependencies to javadoc task classpath. Add test and clean up source code.