Furl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      (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]
    - Furl#agent does not works in past version.
     (Syohei YOSHIDA)

0.40 2012-06-04

    - fixed meta data(Slaven++)
      https://github.com/tokuhirom/Furl/issues/35

0.39 2012-05-29

    - unexpected eof in reading chunked body. It makes busy loop.
      (kazeburo++)

0.38 2011-09-05

    - added ->agent method(bayashi++)

0.37 2011-08-24

    - fixed SSL closing issue
      (reported by sugyan++, resolved by kazuho++, and implemented by gfx++)

0.36 2011-08-23

    - win32 ssl proxy fix(mattn++)

0.35 2011-08-11

    - Compensate for slash of path-query.(xaicron)
      'http://example.com?foo=bar' → 'http://example.com/?foo=bar'

0.34 2011-07-15

    - accept the domain using '_' character(xaicron)

0.33 2011-07-13

    - support url doesn't have trailing slash
      like 'http://example.com?gfx=isogashi'
      (xaicron++)

0.32 2011-05-30



( run in 2.534 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )