Skip to content

Releases: NationalAssociationOfRealtors/libRETS

1.6.6

26 Aug 20:22
Compare
Choose a tag to compare

This is an untested (beyond the unit tests) source release.

Version 1.6.6 - 26 Aug 2022

  • Merge pull request #101 from @linsomniac
  • See if we can recognize 1.9 servers. Note, there is none of the
    1.9 specific features in this version of librets

1.6.5 Source Release

12 Aug 22:04
683c2f7
Compare
Choose a tag to compare

Fix an issue with a hard code CACert.pem file. Added SetCACertPath(std::string cacert_path).

1.6.4 Source Release

15 Jul 15:21
e9b50e2
Compare
Choose a tag to compare

Version 1.6.4 - 15 Jul 2019
Check the git logs for other changes not documented here.

1.6.3 Source Release

13 Apr 18:21
ea063b0
Compare
Choose a tag to compare

Version 1.6.3 - 14 Apr 2019

  • Check the git logs for other changes not identified here
  • Fix GetObject to comply with released RETS 1.8.0a spec. Issue #26.
  • Get default encoding from Content-Type response header.
  • Fix unit tests. Issue #26.
  • SQL lexer: do not tokenize literals (keywords) inside quoted strings.
  • Fix triggering ctypes assertion in Windows debug build.
  • Link with debug expat library in Windows debug build.
  • Use auto-linking for boost libs.
  • Add support for VS2015 build.
  • Fix examples debug linking on Windows.
  • Fix swig/csharp build.
  • swig/csharp examples: add support for --rets_version 1.8, 1.8.0.
  • swig/csharp examples: fix --user-agent option.

libRETS 1.6.2 Released

18 Jan 21:53
Compare
Choose a tag to compare

This release has minor bug fixes, including:

  • Update .gitignore
  • Added Patch provided by Richard Shaffer to detect HTTP Response
    codes before the end of the transaction.
  • Change default build from static to shared. Issue: #3.
  • librets-dotnet.dll is x86 on x64 build. Issue: #12.
  • Add librets-build-centos.sh

Please note that the Windows releases are untested.

libRETS 1.6.1 released

06 May 14:24
Compare
Choose a tag to compare

This release supports RETS 1.8 and includes the Windows builds.
It also includes newly added packages for Python 2.7 and 3.4
contributed by Harvey Falcic.

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.1 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-DECODED and was optional. Now users must either explicitly set FORMAT or use the PAYLOAD option. Multiple tickets.
  • Incorporate Python3 patch provided by Harvey Falcic.
  • Migrate libRETS to github.

libRETS 1.6.0 released

06 May 16:53
Compare
Choose a tag to compare

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.

libRETS 1.5.3 released

06 May 16:51
Compare
Choose a tag to compare

The following fixes and enhancements are in this version:

• Fix detection of gmcs by configure.
• Fix examples to use lazy initialization of the Columns to better demonstrate how to address just-in-time data delivery.
• Fix Unix perl build.
• Make sure that SearchResultSet::GetColumn doesn't attempt to use an empty string.
• Apply patches provided by Matthew Schultz.
• Default to BOOSTFILESYSTEM3 and boost 1.44 or later. Ticket #166.
• Recognize RETS/1.8.0.
• Pass exceptions through to Java.