Skip to content
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

multiple fixes (simutils 1.0.0-beta-005) #13

Merged
merged 2 commits into from
Oct 11, 2024
Merged
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
2 changes: 1 addition & 1 deletion Connector/Connector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cognite.Simulator.Utils" Version="1.0.0-beta-002" />
<PackageReference Include="Cognite.Simulator.Utils" Version="1.0.0-beta-005" />
</ItemGroup>

<!-- Uncomment below to use libraries built locally -->
Expand Down
7 changes: 7 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ extractor:
image: logo.png

versions:
"1.0.0-alpha-118":
description: Bug fixes and improvements
changelog:
fixed:
- "Fix the issue where the remote (API) logger didn't respect the minimum log level setting."
- "Fix the scheduler issue where the simulation was not getting correct UTC run time"
- "Fix the issue which caused the connector to get stuck if extraction pipeline enabled and API error occurred"
"1.0.0-alpha-117":
description: Optional data sampling
changelog:
Expand Down
Loading