All Versions
41
Latest Version
Avg Release Cycle
76 days
Latest Release
1409 days ago

Changelog History
Page 4

  • v0.4.9 Changes

    • Use rb_hash_foreach for better jRuby/Rubinius compat
  • v0.4.8 Changes

    • โœ‚ Remove Rubyforge build tasks
    • โœ… Run the test server under 1.8 if the main test runs under 1.8
    • Fix incorrect usage of rb_define_const
  • v0.4.7 Changes

    • Fix incorrect usage of rb_define_const
    • Preserve multiple headers with the same name (like Set-Cookie)
    • Set Expect in the request to an empty string, to prevent upload hangs
    • ๐Ÿ›  Fix a call to rb_raise when raising exceptions
  • v0.4.5 Changes

    • ๐Ÿ›  Fix use with threads on 1.9.1
    • โฑ Specify connection timeout in seconds, not in millis
    • 0๏ธโƒฃ Default max redirects to 5
  • v0.4.4 Changes

    • Fix a string comparison bug in enable_cookie_session()
    • Raise an ArgumentError if no data or filename is provided to PUT or POST
  • v0.4.3 Changes

    • โž• Add Session#insecure to bypass cert validation (defaults to off)
    • โž• Add a blocking region for 1.9 GIL
    • ๐Ÿ‘ Allow setting Session#timeout to nil to disable timeouts outright
  • v0.4.2 Changes

    • ๐Ÿ›  Fix rubyforge release tasks
    • โž• Add simple cookie handling
    • More 1.9 compatibility
    • 0๏ธโƒฃ Set a default Session#auth_type to be HTTP Basic (:basic)
  • v0.4.1 Changes

    • โž• Add HTTP Digest authentication support
    • ๐Ÿ‘ Allow Request to use a Hash for body, using options
  • v0.4.0 Changes

    • ๐Ÿ“š Documentation tweaks
    • โž• Add support for the COPY HTTP verb
    • ๐Ÿ‘‰ Make sure C helper functions are static
    • ๐Ÿ‘‰ Make Session#request public
    • โž• Add get_file to write the response body to a file outside of the Ruby heap
    • โž• Add initial HTTP prox suport
    • โž• Add license, copyright
  • v0.3.0 Changes

    • โž• Add connection timeout support