File tree 4 files changed +25
-4
lines changed
4 files changed +25
-4
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.4.5 **
3
+ ** Latest Version: 1.5.0 **
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 1
1
CbAPI Changelog
2
2
===============
3
3
4
+ CbAPI 1.5.0 - Released July 23, 2019
5
+ ----------------------------------------
6
+
7
+ Updates
8
+
9
+ * CB LiveOps
10
+ * Start new LiveQuery (LQ) runs
11
+ * Fetch LQ results
12
+ * View LQ run status
13
+ * Filter on LQ results
14
+ * PSC Org Key Management
15
+ * Added support for org key management within CBAPI
16
+ * Credentials utility for org keys
17
+ * PR #166, #169, #170
18
+
19
+ Examples
20
+
21
+ * LiveQuery - manage_run.py
22
+ * LiveQuery - run_search.py
23
+
24
+
4
25
CbAPI 1.4.5 - Released July 11, 2019
5
26
----------------------------------------
6
27
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = u'1.4 '
62
+ version = u'1.5 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.4.5 '
64
+ release = u'1.5.0 '
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 36
36
37
37
setup (
38
38
name = 'cbapi' ,
39
- version = '1.4.5 ' ,
39
+ version = '1.5.0 ' ,
40
40
url = 'https://github.com/carbonblack/cbapi-python' ,
41
41
license = 'MIT' ,
42
42
author = 'Carbon Black' ,
You can’t perform that action at this time.
0 commit comments