Guava v27.1 Release Notes

Release Date: 2019-03-08 // about 5 years ago
  • Maven

    \<dependency\> \<groupId\>com.google.guava\</groupId\> \<artifactId\>guava\</artifactId\> \<version\>27.1-jre\</version\> \<!-- or, for Android: --\> \<version\>27.1-android\</version\> \</dependency\>
    

    Javadoc

    JDiff

    ๐Ÿ”„ Changelog

    • โœ‚ Removed GWT emulations that are no longer needed as of GWT 2.8.2. This means that GWT projects that use this version of Guava must use GWT 2.8.2 or higher. (5f35072)
    • Created a BOM for Guava (new guava-bom artifact). (0e59641)
    • โœ‚ Removed @Beta from a number of frequently used APIs. (6242bdd)
    • net: Added Sec-Fetch headers to HttpHeaders. (673b243)
    • net: Added SourceMap header to HttpHeaders (a99c15f)
    • net: Added MediaType for "application/jose" and "application/jose+json". (d416e04)
    • graph: Added overloads to methods accepting pairs of nodes to also accept EndpointPair; changed behavior of *Graph.edges().contains() to allow undirected graphs to accept ordered EndpointPairs. (af3ee1c)