Android Volley v1.1.1-rc1 Release Notes

Release Date: 2018-06-21 // almost 6 years ago
    • ๐Ÿ›  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).