All Versions
41
Latest Version
Avg Release Cycle
76 days
Latest Release
1409 days ago
Changelog History
Page 4
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
- Fix incorrect usage of
-
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
- Fix a string comparison bug in
-
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
tonil
to disable timeouts outright
- โ Add
-
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