Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## Version 7.28.0 - 2026-06-23

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I played a little fast and loose with the versioning rules here. technically since I removed models this should be a breaking change but the models were only added in the previous version and were not yet used so I went with a minor bump.


### Added

- `PaginationInfo` field to `HistorianDatas` and `Samples`.
- `AggregateValues`, and `TelemetryRequest` models.

### Removed

- `DataTelemetries`, `SampleTelemetries` models

## Version 7.27.0 - 2026-06-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/ONE.Models.CSharp/ONE.Models.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<!--For Release packages update
the VersionPrefix and remove any VersionSuffix-->
<VersionPrefix>7.27.0</VersionPrefix>
<VersionPrefix>7.28.0</VersionPrefix>
<!--For Feature packages update the VersionSuffix with the jira ticket number-->
<VersionSuffix></VersionSuffix>
<VersionSuffix>AQI-11134</VersionSuffix>
<LangVersion>latest</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Aquatic Informatics Inc.</Company>
Expand Down
Loading