Modernize (#6) #8
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release
his release focuses on code quality, standardization, and tooling improvements. It contains minimal new features or bugfixes.
The most significant change (apart from the breaking changes) is the switch from CalVer to SemVer.
I will yank all CalVer versions from pypi.
This version will come after version 2024.1.3. You can still install the old version with
pip install froeling-connect==2024.1.3I am aware that this is an unusual decision, but I really regretted choosing CalVer. Additionally, I published a 2024 version in 2025. I decided to make this switch while the amount of users is still relatively low.
Changes
Breaking changes
Component.parametersis now of typedict[str, Parameter]with parameter ids as keysFacilityequipmentNumber->equipment_numberallowMessages->allow_messagesallowMessages->allow_messagessubscribedNotifications->subscribed_notificationspictureUrl->picture_urlprotocol3200Info->protocol_3200_infohoursSinceLastMaintenance->hours_since_last_maintenanceoperationHours->operation_hoursfacilityGeneration->facility_generationUserDatapictureUrl->picture_urlfacilityCount->facility_countBuild & Packaging
CI/CD & Automation
Code Quality & Tooling
Tests & Examples
Documentation