v1.0.1
[platform/upstream/python-requests.git] / HISTORY.rst
1 .. :changelog:
2
3 History
4 -------
5
6 1.0.1
7 +++++
8
9 - Cert verification exception bug.
10
11 1.0.0 (2012-12-17)
12 ++++++++++++++++++
13
14 - Massive Refactor and Simplification
15 - Switch to Apache 2.0 license
16 - Swappable Connection Adapters
17 - Mountable Connection Adapters
18 - Mutable ProcessedRequest chain
19 - /s/prefetch/stream
20 - Removal of all configuration
21 - Standard library logging
22 - Make Reponse.json() callable, not property.
23 - Usage of new charade project, which provides python 2 and 3 simultaneous chardet.
24 - Removal of all hooks except 'response'
25 - Removal of all authentication helpers (OAuth, Kerberos)
26
27 This is not a backwards compatible change.
28
29 0.14.2 (2012-10-27)
30 +++++++++++++++++++
31
32 - Improved mime-compatible JSON handling
33 - Proxy fixes
34 - Path hack fixes
35 - Case-Insensistive Content-Encoding headers
36 - Support for CJK parameters in form posts
37
38
39 0.14.1 (2012-10-01)
40 +++++++++++++++++++
41
42 - Python 3.3 Compatibility
43 - Simply default accept-encoding
44 - Bugfixes
45
46
47 0.14.0 (2012-09-02)
48 ++++++++++++++++++++
49
50 - No more iter_content errors if already downloaded.
51
52 0.13.9 (2012-08-25)
53 +++++++++++++++++++
54
55 - Fix for OAuth + POSTs
56 - Remove exception eating from dispatch_hook
57 - General bugfixes
58
59 0.13.8 (2012-08-21)
60 +++++++++++++++++++
61
62 - Incredible Link header support :)
63
64 0.13.7 (2012-08-19)
65 +++++++++++++++++++
66
67 - Support for (key, value) lists everywhere.
68 - Digest Authentication improvements.
69 - Ensure proxy exclusions work properly.
70 - Clearer UnicodeError exceptions.
71 - Automatic casting of URLs to tsrings (fURL and such)
72 - Bugfixes.
73
74 0.13.6 (2012-08-06)
75 +++++++++++++++++++
76
77 - Long awaited fix for hanging connections!
78
79 0.13.5 (2012-07-27)
80 +++++++++++++++++++
81
82 - Packaging fix
83
84 0.13.4 (2012-07-27)
85 +++++++++++++++++++
86
87 - GSSAPI/Kerberos authentication!
88 - App Engine 2.7 Fixes!
89 - Fix leaking connections (from urllib3 update)
90 - OAuthlib path hack fix
91 - OAuthlib URL parameters fix.
92
93 0.13.3 (2012-07-12)
94 +++++++++++++++++++
95
96 - Use simplejson if available.
97 - Do not hide SSLErrors behind Timeouts.
98 - Fixed param handling with urls containing fragments.
99 - Significantly improved information in User Agent.
100 - client certificates are ignored when verify=False
101
102 0.13.2 (2012-06-28)
103 +++++++++++++++++++
104
105 - Zero dependencies (once again)!
106 - New: Response.reason
107 - Sign querystring parameters in OAuth 1.0
108 - Client certificates no longer ignored when verify=False
109 - Add openSUSE certificate support
110
111 0.13.1 (2012-06-07)
112 +++++++++++++++++++
113
114 - Allow passing a file or file-like object as data.
115 - Allow hooks to return responses that indicate errors.
116 - Fix Response.text and Response.json for body-less responses.
117
118 0.13.0 (2012-05-29)
119 +++++++++++++++++++
120
121 - Removal of Requests.async in favor of `grequests <https://github.com/kennethreitz/grequests>`_
122 - Allow disabling of cookie persistiance.
123 - New implimentation of safe_mode
124 - cookies.get now supports default argument
125 - Session cookies not saved when Session.request is called with return_response=False
126 - Env: no_proxy support.
127 - RequestsCookieJar improvements.
128 - Various bug fixes.
129
130 0.12.1 (2012-05-08)
131 +++++++++++++++++++
132
133 - New ``Response.json`` property.
134 - Ability to add string file uploads.
135 - Fix out-of-range issue with iter_lines.
136 - Fix iter_content default size.
137 - Fix POST redirects containing files.
138
139 0.12.0 (2012-05-02)
140 +++++++++++++++++++
141
142 - EXPERIMENTAL OAUTH SUPPORT!
143 - Proper CookieJar-backed cookies interface with awesome dict-like interface.
144 - Speed fix for non-iterated content chunks.
145 - Move ``pre_request`` to a more usable place.
146 - New ``pre_send`` hook.
147 - Lazily encode data, params, files.
148 - Load system Certificate Bundle if ``certify`` isn't available.
149 - Cleanups, fixes.
150
151 0.11.2 (2012-04-22)
152 +++++++++++++++++++
153
154 - Attempt to use the OS's certificate bundle if ``certifi`` isn't available.
155 - Infinite digest auth redirect fix.
156 - Multi-part file upload improvements.
157 - Fix decoding of invalid %encodings in URLs.
158 - If there is no content in a response don't throw an error the second time that content is attempted to be read.
159 - Upload data on redirects.
160
161 0.11.1 (2012-03-30)
162 +++++++++++++++++++
163
164 * POST redirects now break RFC to do what browsers do: Follow up with a GET.
165 * New ``strict_mode`` configuration to disable new redirect behavior.
166
167
168 0.11.0 (2012-03-14)
169 +++++++++++++++++++
170
171 * Private SSL Certificate support
172 * Remove select.poll from Gevent monkeypatching
173 * Remove redundant generator for chunked transfer encoding
174 * Fix: Response.ok raises Timeout Exception in safe_mode
175
176 0.10.8 (2012-03-09)
177 +++++++++++++++++++
178
179 * Generate chunked ValueError fix
180 * Proxy configuration by environment variables
181 * Simplification of iter_lines.
182 * New `trust_env` configuration for disabling system/environment hints.
183 * Suppress cookie errors.
184
185 0.10.7 (2012-03-07)
186 +++++++++++++++++++
187
188 * `encode_uri` = False
189
190 0.10.6 (2012-02-25)
191 +++++++++++++++++++
192
193 * Allow '=' in cookies.
194
195 0.10.5 (2012-02-25)
196 +++++++++++++++++++
197
198 * Response body with 0 content-length fix.
199 * New async.imap.
200 * Don't fail on netrc.
201
202
203 0.10.4 (2012-02-20)
204 +++++++++++++++++++
205
206 * Honor netrc.
207
208 0.10.3 (2012-02-20)
209 +++++++++++++++++++
210
211 * HEAD requests don't follow redirects anymore.
212 * raise_for_status() doesn't raise for 3xx anymore.
213 * Make Session objects picklable.
214 * ValueError for invalid schema URLs.
215
216 0.10.2 (2012-01-15)
217 +++++++++++++++++++
218
219 * Vastly improved URL quoting.
220 * Additional allowed cookie key values.
221 * Attempted fix for "Too many open files" Error
222 * Replace unicode errors on first pass, no need for second pass.
223 * Append '/' to bare-domain urls before query insertion.
224 * Exceptions now inherit from RuntimeError.
225 * Binary uploads + auth fix.
226 * Bugfixes.
227
228
229 0.10.1 (2012-01-23)
230 +++++++++++++++++++
231
232 * PYTHON 3 SUPPORT!
233 * Dropped 2.5 Support. (*Backwards Incompatible*)
234
235 0.10.0 (2012-01-21)
236 +++++++++++++++++++
237
238 * ``Response.content`` is now bytes-only. (*Backwards Incompatible*)
239 * New ``Response.text`` is unicode-only.
240 * If no ``Response.encoding`` is specified and ``chardet`` is available, ``Respoonse.text`` will guess an encoding.
241 * Default to ISO-8859-1 (Western) encoding for "text" subtypes.
242 * Removal of `decode_unicode`. (*Backwards Incompatible*)
243 * New multiple-hooks system.
244 * New ``Response.register_hook`` for registering hooks within the pipeline.
245 * ``Response.url`` is now Unicode.
246
247 0.9.3 (2012-01-18)
248 ++++++++++++++++++
249
250 * SSL verify=False bugfix (apparent on windows machines).
251
252 0.9.2 (2012-01-18)
253 ++++++++++++++++++
254
255 * Asynchronous async.send method.
256 * Support for proper chunk streams with boundaries.
257 * session argument for Session classes.
258 * Print entire hook tracebacks, not just exception instance.
259 * Fix response.iter_lines from pending next line.
260 * Fix but in HTTP-digest auth w/ URI having query strings.
261 * Fix in Event Hooks section.
262 * Urllib3 update.
263
264
265 0.9.1 (2012-01-06)
266 ++++++++++++++++++
267
268 * danger_mode for automatic Response.raise_for_status()
269 * Response.iter_lines refactor
270
271 0.9.0 (2011-12-28)
272 ++++++++++++++++++
273
274 * verify ssl is default.
275
276
277 0.8.9 (2011-12-28)
278 ++++++++++++++++++
279
280 * Packaging fix.
281
282
283 0.8.8 (2011-12-28)
284 ++++++++++++++++++
285
286 * SSL CERT VERIFICATION!
287 * Release of Cerifi: Mozilla's cert list.
288 * New 'verify' argument for SSL requests.
289 * Urllib3 update.
290
291 0.8.7 (2011-12-24)
292 ++++++++++++++++++
293
294 * iter_lines last-line truncation fix
295 * Force safe_mode for async requests
296 * Handle safe_mode exceptions more consistently
297 * Fix iteration on null responses in safe_mode
298
299 0.8.6 (2011-12-18)
300 ++++++++++++++++++
301
302 * Socket timeout fixes.
303 * Proxy Authorization support.
304
305 0.8.5 (2011-12-14)
306 ++++++++++++++++++
307
308 * Response.iter_lines!
309
310 0.8.4 (2011-12-11)
311 ++++++++++++++++++
312
313 * Prefetch bugfix.
314 * Added license to installed version.
315
316 0.8.3 (2011-11-27)
317 ++++++++++++++++++
318
319 * Converted auth system to use simpler callable objects.
320 * New session parameter to API methods.
321 * Display full URL while logging.
322
323 0.8.2 (2011-11-19)
324 ++++++++++++++++++
325
326 * New Unicode decoding system, based on over-ridable `Response.encoding`.
327 * Proper URL slash-quote handling.
328 * Cookies with ``[``, ``]``, and ``_`` allowed.
329
330 0.8.1 (2011-11-15)
331 ++++++++++++++++++
332
333 * URL Request path fix
334 * Proxy fix.
335 * Timeouts fix.
336
337 0.8.0 (2011-11-13)
338 ++++++++++++++++++
339
340 * Keep-alive support!
341 * Complete removal of Urllib2
342 * Complete removal of Poster
343 * Complete removal of CookieJars
344 * New ConnectionError raising
345 * Safe_mode for error catching
346 * prefetch parameter for request methods
347 * OPTION method
348 * Async pool size throttling
349 * File uploads send real names
350 * Vendored in urllib3
351
352 0.7.6 (2011-11-07)
353 ++++++++++++++++++
354
355 * Digest authentication bugfix (attach query data to path)
356
357 0.7.5 (2011-11-04)
358 ++++++++++++++++++
359
360 * Response.content = None if there was an invalid repsonse.
361 * Redirection auth handling.
362
363 0.7.4 (2011-10-26)
364 ++++++++++++++++++
365
366 * Session Hooks fix.
367
368 0.7.3 (2011-10-23)
369 ++++++++++++++++++
370
371 * Digest Auth fix.
372
373
374 0.7.2 (2011-10-23)
375 ++++++++++++++++++
376
377 * PATCH Fix.
378
379
380 0.7.1 (2011-10-23)
381 ++++++++++++++++++
382
383 * Move away from urllib2 authentication handling.
384 * Fully Remove AuthManager, AuthObject, &c.
385 * New tuple-based auth system with handler callbacks.
386
387
388 0.7.0 (2011-10-22)
389 ++++++++++++++++++
390
391 * Sessions are now the primary interface.
392 * Deprecated InvalidMethodException.
393 * PATCH fix.
394 * New config system (no more global settings).
395
396
397 0.6.6 (2011-10-19)
398 ++++++++++++++++++
399
400 * Session parameter bugfix (params merging).
401
402
403 0.6.5 (2011-10-18)
404 ++++++++++++++++++
405
406 * Offline (fast) test suite.
407 * Session dictionary argument merging.
408
409
410 0.6.4 (2011-10-13)
411 ++++++++++++++++++
412
413 * Automatic decoding of unicode, based on HTTP Headers.
414 * New ``decode_unicode`` setting.
415 * Removal of ``r.read/close`` methods.
416 * New ``r.faw`` interface for advanced response usage.*
417 * Automatic expansion of parameterized headers.
418
419
420 0.6.3 (2011-10-13)
421 ++++++++++++++++++
422
423 * Beautiful ``requests.async`` module, for making async requests w/ gevent.
424
425
426 0.6.2 (2011-10-09)
427 ++++++++++++++++++
428
429 * GET/HEAD obeys allow_redirects=False.
430
431
432 0.6.1 (2011-08-20)
433 ++++++++++++++++++
434
435 * Enhanced status codes experience ``\o/``
436 * Set a maximum number of redirects (``settings.max_redirects``)
437 * Full Unicode URL support
438 * Support for protocol-less redirects.
439 * Allow for arbitrary request types.
440 * Bugfixes
441
442
443 0.6.0 (2011-08-17)
444 ++++++++++++++++++
445
446 * New callback hook system
447 * New persistient sessions object and context manager
448 * Transparent Dict-cookie handling
449 * Status code reference object
450 * Removed Response.cached
451 * Added Response.request
452 * All args are kwargs
453 * Relative redirect support
454 * HTTPError handling improvements
455 * Improved https testing
456 * Bugfixes
457
458
459 0.5.1 (2011-07-23)
460 ++++++++++++++++++
461
462 * International Domain Name Support!
463 * Access headers without fetching entire body (``read()``)
464 * Use lists as dicts for parameters
465 * Add Forced Basic Authentication
466 * Forced Basic is default authentication type
467 * ``python-requests.org`` default User-Agent header
468 * CaseInsensitiveDict lower-case caching
469 * Response.history bugfix
470
471
472 0.5.0 (2011-06-21)
473 ++++++++++++++++++
474
475 * PATCH Support
476 * Support for Proxies
477 * HTTPBin Test Suite
478 * Redirect Fixes
479 * settings.verbose stream writing
480 * Querystrings for all methods
481 * URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised
482   ``r.requests.get('hwe://blah'); r.raise_for_status()``
483
484
485 0.4.1 (2011-05-22)
486 ++++++++++++++++++
487
488 * Improved Redirection Handling
489 * New 'allow_redirects' param for following non-GET/HEAD Redirects
490 * Settings module refactoring
491
492
493 0.4.0 (2011-05-15)
494 ++++++++++++++++++
495
496 * Response.history: list of redirected responses
497 * Case-Insensitive Header Dictionaries!
498 * Unicode URLs
499
500
501 0.3.4 (2011-05-14)
502 ++++++++++++++++++
503
504 * Urllib2 HTTPAuthentication Recursion fix (Basic/Digest)
505 * Internal Refactor
506 * Bytes data upload Bugfix
507
508
509
510 0.3.3 (2011-05-12)
511 ++++++++++++++++++
512
513 * Request timeouts
514 * Unicode url-encoded data
515 * Settings context manager and module
516
517
518 0.3.2 (2011-04-15)
519 ++++++++++++++++++
520
521 * Automatic Decompression of GZip Encoded Content
522 * AutoAuth Support for Tupled HTTP Auth
523
524
525 0.3.1 (2011-04-01)
526 ++++++++++++++++++
527
528 * Cookie Changes
529 * Response.read()
530 * Poster fix
531
532
533 0.3.0 (2011-02-25)
534 ++++++++++++++++++
535
536 * Automatic Authentication API Change
537 * Smarter Query URL Parameterization
538 * Allow file uploads and POST data together
539 * New Authentication Manager System
540     - Simpler Basic HTTP System
541     - Supports all build-in urllib2 Auths
542     - Allows for custom Auth Handlers
543
544
545 0.2.4 (2011-02-19)
546 ++++++++++++++++++
547
548 * Python 2.5 Support
549 * PyPy-c v1.4 Support
550 * Auto-Authentication tests
551 * Improved Request object constructor
552
553 0.2.3 (2011-02-15)
554 ++++++++++++++++++
555
556 * New HTTPHandling Methods
557     - Reponse.__nonzero__ (false if bad HTTP Status)
558     - Response.ok (True if expected HTTP Status)
559     - Response.error (Logged HTTPError if bad HTTP Status)
560     - Reponse.raise_for_status() (Raises stored HTTPError)
561
562
563 0.2.2 (2011-02-14)
564 ++++++++++++++++++
565
566 * Still handles request in the event of an HTTPError. (Issue #2)
567 * Eventlet and Gevent Monkeypatch support.
568 * Cookie Support (Issue #1)
569
570
571 0.2.1 (2011-02-14)
572 ++++++++++++++++++
573
574 * Added file attribute to POST and PUT requests for multipart-encode file uploads.
575 * Added Request.url attribute for context and redirects
576
577
578 0.2.0 (2011-02-14)
579 ++++++++++++++++++
580
581 * Birth!
582
583
584 0.0.1 (2011-02-13)
585 ++++++++++++++++++
586
587 * Frustration
588 * Conception
589