rest.li v1.15.19 Release Notes

Release Date: 2014-05-14 // almost 10 years ago
  • (RB=302891) ๐Ÿ›  Fix java 7 warnings.

    (RB=299112) ๐Ÿ‘ Allow for clients to receive strongly-typed keys returned from creates. ๐Ÿ— old builder format: CreateResponse entity = (CreateResponse)response.getEntity(); K key = entity.getId(); ๐Ÿ†• new builder format: CreateIdResponse entity = response.getEntity(); K key = entity.getId();

    โž• Additionally, added back in public wrapResponse function RestResponseDecoder that was removed in 1.15.14, ๐Ÿ—„ but it is marked as deprecated.