Android Volley v1.1.0 Release Notes

Release Date: 2017-12-04 // over 6 years ago
  • ๐Ÿ”„ Changes since 1.0.0:

    • ๐Ÿ‘€ Apache HTTP is now an optional dependency (#2). See Migrating from Apache HTTP for details on how to avoid using it.
    • ๐Ÿ›  Fix OutOfMemoryErrors and NegativeArraySizeExceptions in DiskBasedCache (#12).
    • ๐Ÿ›  Fix memory leak in Request#mErrorListener (#15).
    • ๐Ÿ‘Œ Support for multiple identical response headers (#21).
    • ๐Ÿ›  Fix potential NullPointerException in ImageRequest/JsonRequest/StringRequest (#64).
    • ๐Ÿ›  Fix soft TTL for duplicate in-flight requests (#73).
    • ๐Ÿ›  Fix case-sensitive header reads from cache (#76).
    • ๐Ÿ›  Fix memory leak of last finished request in CacheDispatcher/NetworkDispatcher (#114).

    ๐Ÿš€ This release is identical to 1.1.0-rc2.