-
Notifications
You must be signed in to change notification settings - Fork 0
Release BuildingSync 2.7.0 #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dev.py, docker.py, gh_actions.py index.html schema examples CHANGELOG README
Pull Request Test Coverage Report for Build 18049887745Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the codebase to support BuildingSync schema version 2.7.0. The release includes updates to schema version references, release instructions documentation, and adds new example files for testing the 2.7.0 schema.
- Updates the default schema version from 2.6.0 to 2.7.0 across configuration files
- Adds comprehensive example files for the 2.7.0 schema including various use cases
- Updates the website index.html to announce the 2.7.0 release with a date of September 26, 2025
Reviewed Changes
Copilot reviewed 21 out of 25 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/release_instructions.md | Updates release documentation with improved git tagging instructions |
| bsyncviewer/templates/index.html | Updates homepage to announce BuildingSync 2.7.0 release |
| bsyncviewer/settings/*.py | Updates DEFAULT_SCHEMA_VERSION to 2.7.0 across all environment configs |
| bsyncviewer/lib/validator/examples/schema2.7.0/*.xml | Adds new example files for 2.7.0 schema validation testing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@nllong the latest release is still 1.2.0: https://github.com/BuildingSync/BuildingSync-website/releases. So I think we are aiming to release 1.3.0? |
gotcha, I'll fix. there was a changelog entry that had 1.3... I guess we never released it. |
|
I'll fix the version. I still need to fix the Dockerfile to support python 3.9 |
Updated