- Print
- DarkLight
- PDF
Transactions Release Notes
- Print
- DarkLight
- PDF
LightBox APIs use semantic versioning to version our APIs. Semantic versioning structures each version identifier into three parts, MAJOR, MINOR, and PATCH notation.
MAJOR.MINOR.PATCH or v1.0.0
- PATCH is incremented for bug fixes.
- MINOR is incremented for backward-compatible changes of the API.
- MAJOR is incremented for breaking changes.
Resource: Transactions
9/21/2023
v1.5.0
New Features
- Added filtering capability on the fips/week endpoint to allow for specific transaction types to be pulled down and either stored back in your database or use for farming purposes
Bug Fixes
- Update isForeclouser to isForeclosure on the response object
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
4/10/2023
v1.4.2
New Features
- None
Bug Fixes
- Updated limit and offset from NaN when no limit is passed in
Improvements
- Updated the dates to ISO string
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
2/15/2023
v1.4.1
New Features
- None
Bug Fixes
- Updated transactions to be more performant after the first requst when using pagination.
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
12/08/2022
1.4.0
New Features
- Added pagination to Fips Week endpoint
Bug Fixes
- None
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
11/09/2022
v1.3.0
New Features
- Added pagination to the FIPS week endpoint. This allows the end user to paginate through a large recordset.
Bug Fixes
- None
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
10/07/2022
v1.2.0
New Features
- Added health check endpoint
- Added pricePerArea to the response
Bug Fixes
- Allow '#' through validation
- Allow 1/2 through validation
- Allow .5 Buffer distance through validation
- Fixed bug in return transactions by Assessment LightBox ID
Upgrade Steps
- None
Breaking Changes
- None
Improvements
- None
Other Changes
- None
08/29/2022
v1.1.0
New Features
- Added new endpoint to support return all transactions by fips code and date.
Bug Fixes
- Updated $metadata BBox and totalRecords to be numbers vs strings.
- Updated location.representativePoint.longitude and location.representativePoint.latitude to return as floats vs strings.
Improvements
- Added global error handler to capture server errors.
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
06/13/2022 - Initial Release
v1.0.0
New Features
- Return Transactions by LightBox Assessment ID
Bug Fixes
- None
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None