All Versions
6
Latest Version
Avg Release Cycle
113 days
Latest Release
2111 days ago

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