You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Splunk Enterprise SDK for Python Changelog
2
2
3
+
## Version 1.7.4
4
+
5
+
### Bug fixes
6
+
*[#532](https://github.com/splunk/splunk-sdk-python/pull/532) update encoding errors mode to 'replace' [[issue#505](https://github.com/splunk/splunk-sdk-python/issues/505)]
7
+
*[#507](https://github.com/splunk/splunk-sdk-python/pull/507) masked sensitive data in logs [[issue#506](https://github.com/splunk/splunk-sdk-python/issues/506)]
8
+
9
+
### Minor changes
10
+
*[#530](https://github.com/splunk/splunk-sdk-python/pull/530) Update GitHub CI build status in README and removed RTD(Read The Docs) reference
# The Splunk Enterprise Software Development Kit for Python
5
6
6
-
#### Version 1.7.3
7
+
#### Version 1.7.4
7
8
8
9
The Splunk Enterprise Software Development Kit (SDK) for Python contains library code designed to enable developers to build applications using the Splunk platform.
9
10
@@ -127,7 +128,7 @@ The Splunk Enterprise SDK for Python contains a collection of unit tests. To run
127
128
128
129
You can also run individual test files, which are located in **/splunk-sdk-python/tests**. To run a specific test, enter:
129
130
130
-
make specific_test_name
131
+
make test_specific
131
132
132
133
The test suite uses Python's standard library, the built-in `unittest` library, `pytest`, and `tox`.
0 commit comments