Skip to content

libRETS 1.6.0 released

Compare
Choose a tag to compare
@ktgeek ktgeek released this 06 May 16:53
· 154 commits to master since this release

The Center for REALTOR® technology in conjunction with the
Real Estate Standards Organization has released libRETS 1.6.0
for Beta Testing. This release includes the Windows builds.

libRETS is a complete RETS client library written in C++, with
bindings for .Net, Java, Perl, PHP5, Python, and Ruby.

This version includes bug fixes as well as includes additional
support for the RETS 1.8 standard.

The following changes are in the 1.6.0 release:

  • Remove errant BOOST_FILESYSTEM_VERSION declaration.
  • Correct RetsExceptionContext::GetFileName to fs::path.
  • Applied Ruby patch submitted by Matthew Schultz
  • Expose ObjectResponse getters to SWIG languages. Ticket #167.
  • Handle optional RETS-STATUS when included in login response. Ticket #168.
  • Applied patch submitted by Mike Owens to add GetHttpResponse().
  • Implement RETS 1.8 enhancements (excluding the UPDATE transaction). Note: there is a breaking change here in that the FORMAT defaulted to COMPACT and was optional. Now users must either explicitly set FORMAT or use the PAYLOAD option. Multiple tickets.
  • Incorporate Python3 patch provided by Harvey Falcic.