Skip to content

Commit f2d9e18

Browse files
Merge pull request #88 from OneIdentity/wip/ddavid
sps: Bump version to v2.0.3+sps8.2.0
2 parents ffe07fc + d75904f commit f2d9e18

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

SafeguardSessions/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v2.0.3pre+sps8.2.0] - 2025-09-24
3+
## [v2.0.3+sps8.2.0] - 2025-11-25
44

55
### Compatible SPS Versions
66

SafeguardSessions/Src/Res/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="ReleaseVersion" xml:space="preserve">
121-
<value>v2.0.3pre+sps8.2.0</value>
121+
<value>v2.0.3+sps8.2.0</value>
122122
</data>
123123
<data name="ButtonTitle" xml:space="preserve">
124124
<value>One Identity Safeguard</value>

SafeguardSessions/Test/Integration/TestGetData.query.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ TestGetDataReturnsWithErrorInCaseOfUnsupportedSPSVersion = () =>
449449
HasError = true,
450450
Error = [
451451
Reason = "Not Supported Version",
452-
Message = "Error 10001: Your version of the connector (v2.0.3pre+sps8.2.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases",
452+
Message = "Error 10001: Your version of the connector (v2.0.3+sps8.2.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases",
453453
Detail = [
454454
Version = "unsupported_version",
455455
SupportedVersions = "7.3, 7.4, 7.5, 8.0, 8.1, 8.2",

SafeguardSessions/Test/Integration/TestValidateSPSVersion.query.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TestValidateSPSVersionRaisesError = () =>
9292
body = [firmware_version = "unsupported_version"]
9393
]),
9494
"Not Supported Version",
95-
"Error 10001: Your version of the connector (v2.0.3pre+sps8.2.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases",
95+
"Error 10001: Your version of the connector (v2.0.3+sps8.2.0) is not compatible with your SPS version (unsupported_version). For a connector version that is compatible with your SPS version, visit the official release page of the connector: https://github.com/OneIdentity/SafeguardPowerBI/releases",
9696
[
9797
Version = "unsupported_version",
9898
SupportedVersions = "7.3, 7.4, 7.5, 8.0, 8.1, 8.2",

SafeguardSessions/Test/Unit/Utils/TestFetchInfo.query.pq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TestFetchInfoContainsConnectorVersion = () =>
99
actualInfo = Utils.FetchInfo("dummy_status", "dummy_message", null, 0, false, "dummy_url"),
1010
expectedInfo = #table(
1111
type table [Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any],
12-
{{"dummy_url", "v2.0.3pre+sps8.2.0", "dummy_status", 0, "dummy_message", false}}
12+
{{"dummy_url", "v2.0.3+sps8.2.0", "dummy_status", 0, "dummy_message", false}}
1313
)
1414
in
1515
TestFetchInfoContentWithoutStartTime(expectedInfo, actualInfo);

SafeguardSessions/Test/Unit/Utils/TestLogger.query.pq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TestErrorLogWithSPSResultInput = () =>
2121
],
2222
expectedLogValues = [
2323
LogLevel = TraceLevel.Error,
24-
Output = "error: #table( type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any] , {{""Sessions"", ""error"", ""Table"", ""Table"", true} , {""Info"", #table( type table [Start = any, Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any] , {{#datetimezone(2023, 1, 18, 9, 47, 55, 2, 0), ""query"", ""v2.0.3pre+sps8.2.0"", ""status"", 42, ""message"", true} } ) , ""Table"", ""Table"", true} } ) ",
24+
Output = "error: #table( type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any] , {{""Sessions"", ""error"", ""Table"", ""Table"", true} , {""Info"", #table( type table [Start = any, Url = any, ConnectorVersion = any, Status = any, ExpectedCount = any, Message = any, Failed = any] , {{#datetimezone(2023, 1, 18, 9, 47, 55, 2, 0), ""query"", ""v2.0.3+sps8.2.0"", ""status"", 42, ""message"", true} } ) , ""Table"", ""Table"", true} } ) ",
2525
Value = #table(
2626
type table [Name = any, Data = any, ItemKind = any, ItemName = any, IsLeaf = any],
2727
{
@@ -42,7 +42,7 @@ TestErrorLogWithSPSResultInput = () =>
4242
{
4343
#datetimezone(2023, 1, 18, 9, 47, 55, 2, 0),
4444
"query",
45-
"v2.0.3pre+sps8.2.0",
45+
"v2.0.3+sps8.2.0",
4646
"status",
4747
42,
4848
"message",

0 commit comments

Comments
 (0)