Releases: Forbury/Integrations
Releases · Forbury/Integrations
Release 1.7.4
What's Changed
- Refactor namespaces & fix issue with multiple MLAs by @MitchellNZ in #32
Breaking Changes
ModelDatumInputDto.MarketLeasingAssumptions
has changed from a single reference to a List.
Full Changelog: 1.7.3...1.7.4
Release 1.7.3
What's Changed
- Datum MLA extension by @SEYOUN-LIM in #31
New Contributors
- @SEYOUN-LIM made their first contribution in #31
Full Changelog: 1.7.2...1.7.3
Release 1.7.2
What's Changed
- Expand Datum inputs for Rent Free and Reviews by @MitchellNZ in #30
Full Changelog: 1.7.1...1.7.2
Release 1.7.1
Release 1.7.0
What's Changed
- Add OSS notice file by @levitatejay in #27
- Dynamic clients, .NET 7 & 8 support, update branding by @MitchellNZ in #28
Full Changelog: 1.6.0...1.7.0
Release 1.6.0
What's Changed
- Add support for .NET Framework 4.8 by @MitchellNZ in #25
- Add Description to ModelExtractionDto by @MitchellNZ in #24
- Release 1.6.0 by @MitchellNZ in #26
Full Changelog: 1.5.0...1.6.0
Release 1.6.0-beta
Full Changelog: 1.5.0...1.6.0-beta
Release 1.5.0
What's Changed
- Multi-client support & Datum suport by @MitchellNZ in #20
Full Changelog: 1.4.3...1.5.0
Breaking Changes
Namespace changes
Forbury.Integrations.API.v1.Dto.Model...
->Forbury.Integrations.API.v1.Dto.Model.Commercial...
Removed endpoints
IForburyPropertyApiClient.GetModelByPropertyId
IForburyTeamApiClient.GetModelByTeamId
IForburyModelApiClient.GetModelById
Method changes
IForburyModelApiClient
has been split intoIForburyModelCommercialApiClient
andIForburyModelDatumApiClient
forGetModelById
Additions
New endpoints
IForburyModelCommercialApiClient.GetModelById
IForburyModelDatumApiClient.GetModelById
IForburyModelDatumApiClient.CreateModel
Update methods
Additional filter params have been added:
IForburyPropertyApiClient.GetModelsByPropertyId
...ProductType? productType
IForburyTeamApiClient.IForburyTeamApiClient
...ProductType? productType
IForburyModelApiClient.GetModels
...ProductType? productType
Release 1.5.0-beta5
Full Changelog: 1.5.0-beta4...1.5.0-beta5
Release 1.5.0-beta4
What's Changed
- Commercial data model additions by @MitchellNZ in #22
- [Bug] CAGR rounding to 6dp from 2dp default by @MitchellNZ in #23
Full Changelog: 1.5.0-beta3...1.5.0-beta4