v.0.7.4
17 Apr, 2025
Activation rules are used to verify the presence of specific IFC entities. These rules never return an error, and are used mainly to extract metrics from files.
Platform update:
- Improved performance by inserting multiple validation results in a single database query, reducing load on the database.
- Added detailed documentation to help developers write Gherkin rules more easily.
- Various backend platform improvements.
v.0.7.6
28 May, 2025
Rule versions are incremented when there is a change to processing logic. Edits to clarify descriptions, address typos, or similar edits that do not affect the rule validation outcomes are not considered a new version of the rule.
Platform update:
- Implement check for Digital Application Authentication.
- Various bugfixes related to the header policy check.
- Various backend platform performance improvements.
v.0.7.7
June 30, 2025
Rule versions are incremented when there is a change to processing logic. Edits to clarify descriptions, address typos, or similar edits that do not affect the rule validation outcomes are not considered a new version of the rule.
Platform update:
- Syntax check split into two parts: header and data. This allows the Validation Service to capture and report information about the vendor and originating system that generated a model with invalid syntax.
v.0.7.8
July 28, 2025
There are no new rules or rule fixes in this update. This release focuses on improving the functionality of the API.
-
Platform update:
-
Add API Quickstart to documentation
-
Incorporate rate limiting to the API
-
Capture the channel (WebUI or API) of an incoming ValidationRequest
-
bug fixes:
- Address errors with rendering reports created prior to Digital Signatures feature (v0.7.6)
- Fix issue with postback of client-side errors
1 Like
v.0.7.8.1
July 31, 2025
Hot-fix:
This release addresses an issue affecting new users attempting to self-report their vendor affiliation. Due to a cookie handling bug, the self-reporting process was previously blocked. This hotfix resolves the issue, restoring full functionality for vendor affiliation reporting.
2 Likes
v.0.7.9
August 25, 2025
Rule versions are incremented when there is a change to processing logic. Edits to clarify descriptions, address typos, or similar edits that do not affect the rule validation outcomes are not considered a new version of the rule.
Platform update:
- Add end-to-end test suite for website & API
- API:
- Enforce file size limit
- Reject non-valid API calls
- Various minor improvements
v.0.8.0
September 15, 2025
Rule versions are incremented when there is a change to processing logic. Edits to clarify descriptions, address typos, or similar edits that do not affect the rule validation outcomes are not considered a new version of the rule.
-
Platform update:
-
Improve model caching, reduce python memory usage and boost overall performance
-
Redirect to default landing page for API
-
Improve observability in Django Admin Statistics
-
Various bugfixes and minor improvements
v.0.8.1
October 16, 2025
Rule versions are incremented when there is a change to processing logic. Edits to clarify descriptions, address typos, or similar edits that do not affect the rule validation outcomes are not considered a new version of the rule.
-
Platform update:
-
API: Implement pagination & improved security
-
Storage: Compressed (gzip) older IFC files
-
Testing: Implement Playwright end-toend testing across the entire platform
-
General: Various bug fixes and minor improvements