|
1 | 1 | # BuildingSync |
2 | 2 |
|
| 3 | +## Version 2.2.0 |
| 4 | + |
| 5 | +BuildingSync Version 2.2.0 does not introduce any breaking changes. Version 2.2.0 adds new elements required for a complete audit report for ASHRAE Standard 211 Level 2. This version also introduces references to the [gbXML schema](https://www.gbxml.org/). See the [documentation here](docs/gbXML_reference.md) for more information about this integration with gbXML. |
| 6 | + |
| 7 | +Note that some elements are beginning to be deprecated. To ensure future conformance to the schema, these elements should be updated to their alternative names: |
| 8 | + |
| 9 | +| Element being deprecated | New element | |
| 10 | +|----------------|-------| |
| 11 | +| auc:HeatingSource/auc:OutputCapacity | auc:HeatingSource/auc:Capacity | |
| 12 | +| auc:Boiler/auc:OutputCapacity | auc:Boiler/auc:Capacity | |
| 13 | +| auc:DistrictHeating/auc:OutputCapacity | auc:DistrictHeating/auc:Capacity | |
| 14 | +| auc:SolarThermal/auc:OutputCapacity | auc:SolarThermal/auc:Capacity | |
| 15 | + |
| 16 | +Date Range: 08/31/20 - 09/25/20 |
| 17 | + |
| 18 | +| Category | Count | |
| 19 | +|----------------|-------| |
| 20 | +| Controls | 0 | |
| 21 | +| General | 5 | |
| 22 | +| Measures | 1 | |
| 23 | +| Reports | 6 | |
| 24 | +| Systems | 9 | |
| 25 | +| Validation | 1 | |
| 26 | +| Other | 3 | |
| 27 | +| **Total** | 25 | |
| 28 | + |
| 29 | +| Change Type | Count | |
| 30 | +|----------------|-------| |
| 31 | +| Breaking Change | 0 | |
| 32 | +| Non-breaking Change | 21 | |
| 33 | + |
| 34 | +New Issues: 5 (#230, #233, #234, #235, #236) |
| 35 | + |
| 36 | +Closed Issues: 1 |
| 37 | +- Merged [#172]( https://github.com/BuildingSync/schema/issues/172 ), Promote UDF - PrincipalHVACType as part of Section. |
| 38 | + |
| 39 | +Accepted Pull Requests: 25 |
| 40 | +- Merged [#156]( https://github.com/BuildingSync/schema/pull/156 ), gbXML External Reference |
| 41 | +- Merged [#221]( https://github.com/BuildingSync/schema/pull/221 ), Release 2.2.0-pr1 |
| 42 | +- Merged [#222]( https://github.com/BuildingSync/schema/pull/222 ), Add Operational enum to ScheduleCategories |
| 43 | +- Merged [#223]( https://github.com/BuildingSync/schema/pull/223 ), Add choice for multiple auc:WallIDs within auc:Side |
| 44 | +- Merged [#224]( https://github.com/BuildingSync/schema/pull/224 ), Add auc:NumberOfSides to auc:Section |
| 45 | +- Merged [#225]( https://github.com/BuildingSync/schema/pull/225 ), Add Air/WaterInfiltrationNotes to Air/WaterInfiltrationSystem |
| 46 | +- Merged [#226]( https://github.com/BuildingSync/schema/pull/226 ), Add Air/WaterInfiltrationNotes to Air/WaterInfiltrationSystem |
| 47 | +- Merged [#227]( https://github.com/BuildingSync/schema/pull/227 ), Add DeliveryCondition to Delivery |
| 48 | +- Merged [#228]( https://github.com/BuildingSync/schema/pull/228 ), Add None enum to ReheatSource |
| 49 | +- Merged [#229]( https://github.com/BuildingSync/schema/pull/229 ), Add None enum to AirSideEconomizerType |
| 50 | +- Merged [#231]( https://github.com/BuildingSync/schema/pull/231 ), Add choice for multiple auc:DoorIDs in auc:Side |
| 51 | +- Merged [#232]( https://github.com/BuildingSync/schema/pull/232 ), Add choice for multiple auc:WindowIDs in auc:Side |
| 52 | +- Merged [#237]( https://github.com/BuildingSync/schema/pull/237 ), Add Condition and Notes elements for auc:DomesticHotWaterSystem |
| 53 | +- Merged [#238]( https://github.com/BuildingSync/schema/pull/238 ), Add LightingAutomationSystem to Building and LightingSystem |
| 54 | +- Merged [#239]( https://github.com/BuildingSync/schema/pull/239 ), Add ConveyanceSystemCondition to ConveyanceSystem |
| 55 | +- Merged [#240]( https://github.com/BuildingSync/schema/pull/240 ), Add None enum to WaterSideEconomizerType |
| 56 | +- Merged [#241]( https://github.com/BuildingSync/schema/pull/241 ), Add capacity to condenser plant types |
| 57 | +- Merged [#242]( https://github.com/BuildingSync/schema/pull/242 ), Change OutputCapacity for HeatingSource and HeatingPlant types |
| 58 | +- Merged [#243]( https://github.com/BuildingSync/schema/pull/243 ), Add OverallDoorToWallRatio to Building |
| 59 | +- Merged [#244]( https://github.com/BuildingSync/schema/pull/244 ), Add EIA ID to Utility |
| 60 | +- Merged [#245]( https://github.com/BuildingSync/schema/pull/245 ), Add IntervalDuration and IntervalDurationUnits to TimeSeries |
| 61 | +- Merged [#246]( https://github.com/BuildingSync/schema/pull/246 ), Add PeakType to TimeSeries |
| 62 | +- Merged [#247]( https://github.com/BuildingSync/schema/pull/247 ), Add Load factor enum to ReadingType |
| 63 | +- Merged [#248]( https://github.com/BuildingSync/schema/pull/248 ), Add MeterID and ParentResourceUseID to ResourceUse |
| 64 | +- Merged [#250]( https://github.com/BuildingSync/schema/pull/250 ), Add NonquantifiableFactors to PackageOfMeasures |
| 65 | + |
3 | 66 | ## Version 2.2.0-pr1 |
4 | 67 |
|
5 | 68 | BuildingSync Version 2.2.0-pr1 does not introduce any breaking changes. It introduces elements required for |
|
0 commit comments