All Versions
6
Latest Version
Avg Release Cycle
113 days
Latest Release
1790 days ago
Changelog History
Changelog History
-
v1.1.1 Changes
July 16, 2018๐ Changes since 1.1.0:
- ๐ Fix incorrect tag in MarkerLog when Request#finish is called from a background thread (#115).
- โ Additional fixes for IllegalArgumentExceptions and OutOfMemoryErrors in DiskBasedCache#readHeaderList (#127).
- Exclude time spent waiting for an item on the request queue when measuring network time in NetworkDispatcher (#140).
- Prevent spurious wakeups from prematurely finishing a RequestFuture (#162).
- ๐ Fix StrictMode errors when using HurlStack (#138).
- ๐ Improve error messaging and fail more loudly when making unsafe concurrent calls to ImageLoader (#132).
- โ Add
@Nullable
annotations to nullable parameters (#185). - Prevent cache collisions between requests using the same URI but different methods (#154).
- Prevent duplicated/conflicting HTTP headers when using HurlStack (#193).
- ๐ Flesh out RetryPolicy's documentation (#80).
- Re-raise interrupt flag when quitting dispatcher threads (#60).
- ๐ Improve error message when a null key/value is returned by getParams or getPostParams (#201).
๐ This release is identical to 1.1.1-rc1.
-
v1.1.1-rc1 Changes
June 21, 2018- ๐ Fix incorrect tag in MarkerLog when Request#finish is called from a background thread (#115).
- โ Additional fixes for IllegalArgumentExceptions and OutOfMemoryErrors in DiskBasedCache#readHeaderList (#127).
- Exclude time spent waiting for an item on the request queue when measuring network time in NetworkDispatcher (#140).
- Prevent spurious wakeups from prematurely finishing a RequestFuture (#162).
- ๐ Fix StrictMode errors when using HurlStack (#138).
- ๐ Improve error messaging and fail more loudly when making unsafe concurrent calls to ImageLoader (#132).
- โ Add
@Nullable
annotations to nullable parameters (#185). - Prevent cache collisions between requests using the same URI but different methods (#154).
- Prevent duplicated/conflicting HTTP headers when using HurlStack (#193).
- ๐ Flesh out RetryPolicy's documentation (#80).
- Re-raise interrupt flag when quitting dispatcher threads (#60).
- ๐ Improve error message when a null key/value is returned by getParams or getPostParams (#201).
-
v1.1.0 Changes
December 04, 2017๐ 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.
-
v1.1.0-rc2 Changes
November 20, 2017- ๐ Fix memory leak of last finished request in CacheDispatcher/NetworkDispatcher (#114).
-
v1.1.0-rc1 Changes
October 12, 2017- ๐ 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).
-
v1.0.0
December 28, 2016