Skip to content

Releases: heimdallpower/api-sdk

v3.7.1 - Update sag and clearance with extreme values

17 Apr 09:55
c5c8275

Choose a tag to compare

What's Changed

  • chore(pip): bump the pip-dependencies
  • feat: Max and min values for sag and clearance

Full Changelog: v3.7.0...v3.7.1

v3.7.0 - Add support for sag and clearance measurements

15 Apr 06:38
0b32c7e

Choose a tag to compare

What's Changed

  • Add support for sag and clearance in .NET SDK
  • Add suppoert for sag and clearance in python SDK

Full Changelog: v3.6.0...v3.7.0

v3.6.0 - Expand latest circuit rating with limiting component

14 Apr 11:51

Choose a tag to compare

What's Changed

  • feat:POWER-4009 Expand get latest circuit rating with limiting component
  • chore(python): add format check, return types, and improve contributing docs
  • fix(python): replace deprecated datetime.utcnow and add auth unit tests
  • ci: add conventional commits PR title validation

Full Changelog: v3.5.1...v3.6.0

v3.5.1 - fix python vulnerabilities

01 Apr 09:13

Choose a tag to compare

Python: update urllib3 and pygments to resolve Dependabot security alerts

Full Changelog: v3.5.0...v3.5.1

v3.5.0

01 Apr 08:41

Choose a tag to compare

What's Changed

  • feat(dotnet): POWER-4075 add proxy configuration and register IHeimdallApiClient in DI

Full Changelog: v3.4.0...v3.5.0

v3.4.0 - .NET SDK improvements

31 Mar 15:44

Choose a tag to compare

What's Changed

  • Extract IHeimdallApiClient interface from HeimdallApiClient for easier testing and dependency injection
  • Fix x-region header name to match OpenAPI specification

Full Changelog: v3.3.0...v3.4.0

v3.3.0 - Add support for latest icing measurements

06 Feb 07:59
e3f915d

Choose a tag to compare

What's Changed

  • Add support in .NET SDK for integrating with Get Latest Icing Endpoint in External API
  • Add support in Python SDK for integrating with Get Latest Icing Endpoint in External API
  • Bump packages in both SDKs.

Full Changelog: v3.2.2...v3.3.0

FIx authentication token refresh logic

21 Jan 06:46

Choose a tag to compare

Bug (POWER 4446) fixed. Refresh token logic now works as it should

Integration tests, minor bug fixes, license added

02 Aug 17:55

Choose a tag to compare

  • Added integration tests for Python and .NET
  • Introduced CI pipeline for Python and .NET integration tests
  • Fixed Facility.line schema in OpenAPI spec for nullable compatibility
  • Fixed setter in option in the HeimdallPower.Api.Client.Extensions project
  • Added Apache 2.0 license to repo and NuGet package

Full Changelog: v3.2.0...v3.2.1

Add support for client metadata request headers

31 Jul 15:13
550b4b6

Choose a tag to compare

What's Changed

  • feat (POWER-3877) : add support for custom client metadata headers in SDK requests by @mHjertaker in #26

Full Changelog: v3.1.0...v3.2.0