Furl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    commit 91ebdf86693c5bfbda497df167977813e2ad75aa
    Author: Kazuho Oku <kazuhooku@gmail.com>
    Date:   Wed Dec 24 16:26:07 2014 +0900

        fix incorrect regex used for testing the response line (amends #80)

    commit 65d0bc170a6344ebd24e0726a44260f3771fda0b
    Author: HIROSE Masaaki <hirose31@gmail.com>
    Date:   Wed Dec 24 13:49:43 2014 +0900

        Check only status code when connect SSL over proxy

3.05 2014-09-24T03:47:02Z

    - Validate content-length before processing.
      (Implemented by tokuhirom)
      (Reviewed by kazuho++)

3.04 2014-09-22T10:08:04Z

    - remove trailing whitespace of Authorization header
      (kazeburo++)

3.03 2014-07-09T23:33:51Z

    commit 8da0f43f2a6b3f04806288ce63a7bdc4df7f9a46
    Author: Toshio Ito <debug.ito@gmail.com>
    Date:   Sat Jun 7 10:34:13 2014 +0900

        t/100_low/07_timeout.t: iteratively increase content size instead of guessing the size of the se
        c.f: gh #71, gh #56

3.02 2014-03-18T20:52:07Z

    - Added new experimental cookie_jar support.
      (tokuhirom)

3.01 2014-02-13T06:19:47Z

    - Fixed documentation bug(Reported by Yappo++)

3.00 2013-11-13T09:39:38Z

    - implement inactivity_timeout (for read / write), requested by autarch++
      (kazuho)
    - Implemented a new callback called `get_address`.
      That fixes the two shortcomings of the existing inet_aton callback listed below.

      * cannot override the port number
      * cannot support protocols other than IPv4 (e.g. IPv6, unix socket, ...)
      (kazuho)

2.19 2013-08-26T02:10:09Z

    - Testing fix for Starlet >= 0.20.
      force response HTTP/1.0. Starlet >= 0.20 support HTTP/1.1
      (kazeburo)

2.18 2013-08-08T07:11:30Z

    - Furl::Response::decoded_content returns undef if user specifies
      'Accept-Encoding' for data compression. Because content is already
      inflated, so HTTP::Message::decoded_content failed and return undef.
      (syohex)

2.17 2013-07-01T03:11:49Z

    - Fix Furl::Request#as_string the request contains ARRAY or HASH.
      (tokuhirom)

2.16 2013-05-22T07:48:21Z

    - Fix timeout problem(#56) on recent Linux(3.8 or later)
      (syohex)
    - Added Furl::Request#as_string
      (tokuhirom)

2.15 2013-05-10T08:40:10Z

    - Added Furl::Response#as_string.
      (tokuhirom)

2.14 2013-04-19T02:11:43Z

    - Fixed testing issue

2.13 2013-04-17T07:52:37Z

    - Tiny test fix.
      (tokuhirom)

2.12 2013-04-15T08:38:49Z

    - Clean up dependencies.
      I confused about 'recommends' and 'suggests'.
      Do not use 'recommends' for optional things.
      (tokuhirom)

2.11 2013-04-04T03:02:13Z

    - [EXPERIMENTAL] Added Furl::Response#encoding
      (tokuhirom)

2.10 2013-03-18T16:08:02

    [INCOMPATIBLE CHANGES]
    - 'keep_request' parameter introduced in 2.08 was *removed*.
    - Furl::Response#request is always useful if you are using highlevel API.
    - Added Furl::Response#captured_req_content and
      Furl::Response#captured_req_headers

2.09 2013-03-07T06:59:44

    - switch to cpanfile(no feature changes)
      (tokuhirom)

2.08 2013-03-06T18:42:22

    - Added Furl::Request
      (ikasam_a)

2.07 2013-03-02T18:52:33

    - added Furl::Response#to_psgi
      (tokuhirom)

2.06 2013-02-14T19:01:27

    - Added Furl::Response#as_hashref

2.05 2013-02-12T15:00:31

    [EXPERIMENTAL FEATURE]
    - Add "X-Internal-Response: 1" header for
      Internal response. It's compatible with LWP.
      (tokuhirom)
    - Reverted Client-Warning header introduced in 2.04

2.04 2013-02-12T14:28:53

    [EXPERIMENTAL FEATURE]
    - Add "Client-Warning: Internal Response" header for
      Internal response. It's compatible with LWP.
      (tokuhirom)

2.03 2013-02-09T18:17:13

    - Support URL based authorization.
      Both Proxy-Authorization and Basic Authorization.

2.02 2013-02-06T17:25:11

    - Added Furl::Response#decoded_content
      (xaicron++)
    - Added Furl::Headers#clone
      (tokuhirom)

2.01 2013-01-23T19:17:47


    - pass SSL_verifycn_name on connecting ssl over proxy.
      IO::Socket::SSL detects host name from PeerHost, but it can't when user
      is using proxy.
      (aska++)
    - SSL_verifycn_scheme is not required if skipping verification
      if skip verification, does not requires SSL_verifycn_scheme
      (kazeburo++)


2.00 2013-01-23T15:46:46

    *** VERY IMPORTANT INCOMPATIBLE CHANGE ***
    - Furl verify SSL certs by default.
      If it's fail, furl returns error response.
      (tokuhirom)
    *** VERY IMPORTANT INCOMPATIBLE CHANGE ***

1.04 2013-01-22

    - use `ssl_opts` option in SSL over http proxy
      (aska++)

1.03 2013-01-12

    - fixed testing issue on perl 5.18 hash randomization
      (gfx)

1.02 2013-01-07

    - Use Mozilla::CA if SSL_ca_file and SSL_ca_path is not set.
      This behavior respects LWP::Protocol::https.
      (tokuhirom)

1.01 2013-01-03

    - added `ssl_opts` option to configuring IO::Socket::SSL
      (gfx)

1.00 2012-10-19

    - Bump up version

0.42 2012-10-15

    [INCOMPATIBLE CHANGE]
    - Furl::HTTP is no longer reading Furl.pm.
      This change may breaks your code.
      If you are using Furl class without loading Furl::HTTP,
      it will fail after this release.

0.41 2012-09-25

    [BUG FIX]



( run in 0.781 second using v1.01-cache-2.11-cpan-39bf76dae61 )