Skip to content

Volley 1.1.0

Compare
Choose a tag to compare
@jpd236 jpd236 released this 04 Dec 19:35
1392f96

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.