Skip to content

Commit b0251dc

Browse files
committed
added entries for SASLogon changes
1 parent 7be3e29 commit b0251dc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,30 @@ Unreleased
22
----------
33
-
44

5-
v1.8.0 (2022-12-16)
5+
v1.8.0 (2022-12-19)
66
-------------------
77
**Improvements**
88
- Added `Session.version_info()` to check which version of Viya the session is connected to.
9-
- Updated the `properties=` parameter of `model_repository.create_model()` to accept a dictionary containing
9+
- Updated the `properties=` parameter of `model_repository.create_model()` to accept a dictionary containing
1010
custom property names and values, and to correctly indicate their type (numeric, string, date, datetime) when
1111
passing the values to Viya.
12+
- Added `services.saslogon` for creating and removing OAuth clients.
1213

1314
**Changes**
1415
- Deprecated `core.platform_version()` in favor of `Session.version_info()`.
1516
- A `RuntimeError` is now raised if an obsolete service is called on a Viya 4 session (sentiment_analysis,
1617
text_categorization, and text_parsing)
1718
- Replaced the JSON cassettes used for testing with compressed binary cassettes to save space.
1819
- Updated the testing framework to allow regression testing of multiple Viya versions.
20+
- Refactored the authentication functionality in `Session` to be more clear and less error prone. Relevant
21+
functions were also made private to reduce clutter in the class's public interface.
1922

2023
**Bugfixes**
2124
- Fixed an issue with `register_model()` that caused invalid SAS score code to be generated when registering an
2225
ASTORE model in Viya 3.5.
2326
- Fixed a bug where calling a "get_item()" function and passing `None` would throw an error on most services instead
2427
of returning `None`.
25-
28+
- Fixed a bug that caused the authentication flow to be interrupted if Kerberos was missing.
2629

2730
v1.7.3 (2022-09-20)
2831
-------------------

0 commit comments

Comments
 (0)