Lines Matching +full:persist +full:- +full:credentials

6 _2016-02-25_
15 _2016-02-07_
25 _2016-02-06_
32 _2016-01-07_
40 _2016-01-01_
42 * Fix: Don't do a health check on newly-created connections. This is
49 _2015-12-12_
60 * Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header.
67 _2015-11-22_
69 * **New Logging Interceptor.** The `logging-interceptor` subproject offers
76 <artifactId>logging-interceptor</artifactId>
90 they could leak passwords and other authentication credentials to insecure
94 This is a backwards-incompatible API change.
101 subjected to URI’s overly-strict validation.
102 * Fix: Don't re-encode `+` as `%20` in encoded URL query strings. OkHttp
113 * Fix: Don’t use the request's `User-Agent` or `Proxy-Authorization` when
114 connecting to an HTTPS server via an HTTP tunnel. The `Proxy-Authorization`
124 * Fix: Don't percent-encode non-ASCII characters in URL fragments.
136 _2015-08-25_
146 non-ASCII characters (including international characters and emoji).
169 characters it escapes. Previously we weren’t percent-encoding commas,
185 _2015-05-22_
196 ## Version 2.4.0-RC1
198 _2015-05-16_
211 Both are permitted-by-spec, but `%20` requires fewer special cases.
232 your app. You'll need to pin both the top-level domain and the `*.` domain
248 * **Interceptors lists are now deep-copied by `OkHttpClient.clone()`.**
250 the interceptors on a request-by-request basis.
270 * Fix: Badly-behaving caches now throw a checked exception instead of a
276 _2015-03-16_
286 * **Beta WebSockets support.**. The `okhttp-ws` subproject offers a new
310 * Fix: Don't send both `If-None-Match` and `If-Modified-Since` cache headers
313 * Fix: Offer `Content-Length` headers for multipart request bodies.
323 * Fix: Update cache-by-default response codes.
333 _2014-12-30_
336 This is a source-incompatible change. If you have code that calls
338 update. The change is binary-compatible, however: code compiled
342 … [POODLE](http://googleonlinesecurity.blogspot.ca/2014/10/this-poodle-bites-exploiting-ssl-30.html)
355 * New: Update HTTP/2 support to to `h2-16` and `hpack-10`.
356 * New: APIs to prevent retrying non-idempotent requests.
369 * Fix: Avoid a reverse DNS-lookup for a numeric proxy address
375 _2014-11-11_
381 ## Version 2.1.0-RC1
383 _2014-11-04_
453 corrupted journal. We've added APIs to configure a request's `Cache-Control`
464 * New: Update to h2-14 and hpack-9.
465 * New: OkHttp includes a user-agent by default, like `okhttp/2.1.0-RC1`.
469 * Fix: Permit overriding the content-type in `OkApacheClient`.
476 This release commits to a stable 2.0 API. Read the 2.0.0-RC1 changes for advice
479 _2014-06-21_
482 a source-incompatible change, and is different from OkHttp 2.0.0-RC2 which
485 like `Accept-Encoding`.
490 ## Version 2.0.0-RC2
492 _2014-06-11_
494 This update fixes problems in 2.0.0-RC1. Read the 2.0.0-RC1 changes for
497 * Fix: Don't leak connections! There was a regression in 2.0.0-RC1 where
499 * Fix: Revert builder-style return types from OkHttpClient's timeout methods
509 we ignored the problem at request-building time, only to crash later with a
511 * Fix: Include a backwards-compatible `OkHttp-Response-Source` header with
513 * Fix: Don't include a default User-Agent header in requests made with the Call
516 * New: Guava-like API to create headers:
522 * New: Make the content-type header optional for request bodies.
529 ## Version 2.0.0-RC1
531 _2014-05-23_
556 * **URLConnection support has moved to the okhttp-urlconnection module.**
558 add the `okhttp-urlconnection` module to your project and use the
572 OkHttp 2 the built-in disk cache is the only supported response cache.
580 top-level class and `Credential` is replaced with a utility class called
581 `Credentials`.
600 implements limits on total in-flight calls and in-flight calls per host.
611 * Update NPN dependency to target `jdk7u60-b13` and `Oracle jdk7u55-b13`.
612 * Ensure SPDY variants support zero-length DELETE and POST.
625 _2014-05-23_
633 _2014-04-14_
636 currently-shipping versions.
642 _2014-03-29_
644 * Fix bug where the Content-Length header was not always dropped when
652 _2014-03-17_
661 _2014-03-11_
675 _2014-03-07_
692 Previously OkHttp added a synthetic response header, `OkHttp-Selected-Transport`. It
693 has been replaced with a new synthetic header, `OkHttp-Selected-Protocol`.
697 * New: Support for `HTTP-draft-09/2.0`.
712 * Fix: Drop the `okhttp-protocols` module.
718 _2014-01-11_
721 * Fix: Drop `Content-Length` header when redirected from POST to GET.
727 * Fix: Persist proper `Content-Encoding` header to cache for GZip responses.
731 * Fix: Allow `;` as separator for `Cache-Control` header.
738 _2013-08-23_
740 * Resolve issue with 'jar-with-dependencies' artifact creation.
746 _2013-08-11_
750 * Fix a bug with SPDY plus half-closed streams. (thanks kwuollett)
751 * Fix a bug in `Content-Length` reporting for gzipped streams in the Apache
756 * Include `Content-Type` and `Content-Encoding` in the Apache HTTP client
762 X-Android-Sent-Millis is now OkHttp-Sent-Millis
763 X-Android-Received-Millis is now OkHttp-Received-Millis
764 X-Android-Response-Source is now OkHttp-Response-Source
765 X-Android-Selected-Transport is now OkHttp-Selected-Transport
767 * Improve cache invalidation for POST-like requests.
773 _2013-06-23_
781 _2013-06-15_
790 Use `X-Android-Transports` to write the preferred transports and
791 `X-Android-Selected-Transport` to read the negotiated transport.
796 _2013-05-11_
798 * Fix: Remove use of Java 6-only APIs.
800 * Fix: Ensure MTU has a reasonable default and upper-bound.
805 _2013-05-06_
812 _2013-05-06_
816 [brick]: https://noncombatant.org/2015/05/01/about-http-public-key-pinning/