March 2019

Published at 2019-04-02

Changes to the API since February 2019. This changelog was published in the beginning of April so a few last-hour changes could be included in the log, and not have to show up a month later.

Added

  • A new tenure called SHARE_OF_ASSOCIATION, which represents the Swedish tenure of Andel i bostadsförening.

Changed

  • Listing coordinates are no longer valid if they are outside of Sweden.
    • This is not counted as a breaking change because only Swedish listings are allowed, so no coordinates should be outside of Sweden in any case.
    • This applies to all listing types: Listing, Project, and ProjectUnit.
  • Most Money fields now see "amount": 0 as a valid amount, meaning "No cost".
    • askingPrice can not be free, but things like for example monthlyFee and yearlyLeaseholdFee can now be 0.
    • Documentation of these fields have been updated to reflect this change.

Other notes

  • Yet more optimizations have been made to the images endpoints.
    • We still implore you to not send the url field in all updates as that requires us to redownload the image and check for updates. Only pass it in when the image itself has been changed.