CHANGELOG in rets4r-0.8.4 vs CHANGELOG in rets4r-0.8.5
- old
+ new
@@ -1,7 +1,14 @@
+0.8.5
+ Parser#parse_compact_line now once again ignores beginning and ending delimiters. (Scott Patterson)
+ Parser#parse_data now ignores header fields that are nil or blank when stripped. (Scott Patterson)
+ Updated test to use the rets client version of the client, not hardcoded for post and get tests. (Scott Patterson)
+
0.8.4
Fixed auth issue with authenticate headers with spaces after commas. (Ken Wiesner, Scott Patterson)
- When an exception is raised in the authentication parsing code, complain by raising a new exception, but also report anything of interest at the same time: request, response, response's body. (Fran¨ois Beausoleil)
+ When an exception is raised in the authentication parsing code, complain by raising
+ a new exception, but also report anything of interest at the same time: request,
+ response, response's body. (Fran¨ois Beausoleil)
Fixed Client#request to actually respect the specified request method instead of always using GET requests. (Scott Patterson)
Set default request method to POST since some RETS servers seem to have trouble with GET requests. (Scott Patterson)
0.8.3
Added example #set_pre_request_block. (Fran¨ois Beausoleil)
\ No newline at end of file