Furl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      (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

    - remove duplicated Host header on high level API(xaicron)

0.31 2011-02-25

    - CarpLevel++(xaicron)

0.30 2011-02-25

    - allow '0000000' as end of chunked response.

0.29 2011-02-23


    - move live tests to xt/.

0.28 2011-02-22

    - fixed bug on proxy with redirect(mattn)

0.27 2011-02-20

    - Add support for 307 (it was not handled as a redirect),
      with tests for all redirects.
      (307 is implemented the same as 301,
      preserving the original requesting method.)
      (audreyt++)

0.26 2011-02-17



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