Skip to main content

· One min read

Description:

  • We are now including tenant info in the error logging and tracking. This will help us better understand the context of errors and issues that arise.
  • There should be no user-facing changes due to this update.

· One min read

Description:

  • The runIrradiance method now returns useful values even when the irradiance maps are not visible.
  • Reason: Previously, the runIrradiance method would return null when the irradiance maps were not visible. This was not ideal behavior, as it required a work-around to toggle the visibility on and off in order to get the desired values, or required developers to use Aurora REST API's design summary to get the necessary data. This update fixes that behavior, allowing you to get the correct values from the SDK regardless of the visibility of the maps.
  • No changes to the public API were made, so no code changes should be necessary unless you are relying on the work-around.

· One min read

Description:

  • Internal updates were made to the runIrradiance method as well as the on method used to subscribe to events.
  • These updates should not change the interface or behavior of the SDK, but may improve performance in some cases.
  • Reason: These updates were made to improve the maintainability and performance of the SDK. No changes to the public API were made, so no code changes should be necessary on your end.

· One min read

Description:

  • The Client SDK and related assets are now available on the domains sdk-cdn.aurorasolar.com and cad-cdn.aurorasolar.com.
  • Please update your Content Security Policy to include the new domains, and update your application to use sdk-cdn.aurorasolar.com when importing the SDK (see the Installation page of the documentation for an example).
  • For the time being, the deprecated domain aurora-sdk.s3.amazonaws.com will continue to be available, but we recommend updating your application to use the new domains by 12/1/2024.
  • Reason: This allows for more flexibility when it comes to creating a Content Security Policy that allows only the necessary domains, and allows Aurora to make changes to our hosting without requiring our users to update their applications each time.

· One min read

Description:

  • Added a new error message "Building not detected" for when the AutoRoof feature does not detect a building.
  • This error message is returned when the AutoRoof feature is unable to detect a building in the provided imagery.
  • This error would previously have been surfaced as a generic "Unknown error".
  • Some known workarounds including changing imagery source or date, where possible. In some cases, such as when there is an empty lot or a structure smaller than 10 square meters, the AutoRoof feature may not be able to detect a building regardless of imagery.

· One min read

V2 Release Version: [optional]

Description:

  • Visible property lines can be toggled on and off using the toggleView method with the parcel view option. This allows developers to show or hide property lines on the design as needed.