Skip to main content

· One min read

V2 Release Version: 0.8196.0

Description:

  • Added "AI won't work for this site" error message to the runAutoRoof action.
    • Now in the case of an error, clients can distinguish between random system failures ("Unknown error occurred") and repeatable AI failures. AI will not work in 100% of cases, and now users can have confidence that they should switch to an alternative workflow instead of retrying AI and having it fail again.
    • Over time we hope to improve both the false positive rate of sites where we could produce a model but returned an error, and the false negative rate of when the algorithm fails but we return an unhelpful error.
    • As of launch time, we expect this error will impact 2-3% of requests. The number of unknown errors will decrease such that the overall error rate stays the same.
  • Added "skipOodLidar" option to the runAutoRoof action. Clients can now choose whether to ignore errors related to out of date LIDAR and continue producing roof models in cases where this error would have occurred previously.

· One min read

V2 Release Version: 0.8472.0

Description:

  • When using design instance method downloadScreenshot, the SDK will now wait for map imagery to load before taking the screenshot in order to ensure the screenshot includes the imagery. If imagery does not load within 5 seconds, the method will error with a message indicating that the API has timed out. Previously, screenshots taken programmatically immediately after loading a design were not guaranteed to have map imagery.

· One min read

V2 Release Version: 0.8089.0

Description:

  • When creating a new design using sdk.design.create, the SDK will now properly load the design instance and return it, so developers can call methods on it immediately after creation without needing an additional call to sdk.design.load.
  • This also fixes stability issues when loading a design after creating it in certain workflows.
  • The corresponding documentation section has been updated and renamed from Designs to Create & Load Designs to reflect this change.

· One min read

V2 Release Version: 0.7608.0

Description:

  • The toggleView method now has a new option, disabledPanels. This can be used to show or hide disabled panels on the design.

· One min read

V2 Release Version: 0.7078.0

Description:

  • When calling design.load, the SDK will now return a more descriptive error message when the design ID is invalid or the design is not found.
  • In addition if the current user is not authorized to access the design due to limited permissions, that will be indicated by the error message and can be addressed by a tenant admin.