File tree 5 files changed +17
-5
lines changed
5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Python bindings for Carbon Black REST API
2
2
3
- ** Latest Version: 1.6.0 **
3
+ ** Latest Version: 1.6.1 **
4
4
5
5
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
6
6
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com .
Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ CbAPI Changelog
2
2
===============
3
3
.. top-of-changelog (DO NOT REMOVE THIS COMMENT)
4
4
5
+ CbAPI 1.6.1 - Released January 13, 2020
6
+ ---------------------------------------
7
+
8
+ Updates
9
+
10
+ * CB Response
11
+ * Fix Alert.save() to use alert v1 API
12
+ * Carbon Black Cloud
13
+ * Fix Live Response flow to use integrationServices/v3/device to prevent need for multiple API keys
14
+ * CB ThreatHunter
15
+ * Update example for ThreatHunter Query
16
+
5
17
CbAPI 1.6.0 - Released December 3, 2019
6
18
---------------------------------------
7
19
@@ -15,7 +27,7 @@ Updates
15
27
* Support for Alerts v6:
16
28
* Search for and retrieve alerts
17
29
* Update alert status (dismiss alerts)
18
-
30
+
19
31
Examples
20
32
21
33
* Devices v6:
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.6'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.6.0 '
64
+ release = u'1.6.1 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 38
38
39
39
setup (
40
40
name = 'cbapi' ,
41
- version = '1.6.0 ' ,
41
+ version = '1.6.1 ' ,
42
42
url = 'https://github.com/carbonblack/cbapi-python' ,
43
43
license = 'MIT' ,
44
44
author = 'Carbon Black' ,
Original file line number Diff line number Diff line change 6
6
__author__ = 'Carbon Black Developer Network'
7
7
__license__ = 'MIT'
8
8
__copyright__ = 'Copyright 2018-2019 VMware Carbon Black'
9
- __version__ = '1.6.0 '
9
+ __version__ = '1.6.1 '
10
10
11
11
# New API as of cbapi 0.9.0
12
12
from cbapi .response .rest_api import CbEnterpriseResponseAPI , CbResponseAPI
You can’t perform that action at this time.
0 commit comments