Skip to content

Commit 15934e5

Browse files
committed
Version Bump to 1.4.5
1 parent fb683cb commit 15934e5

File tree

4 files changed

+51
-3
lines changed

4 files changed

+51
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python bindings for Carbon Black REST API
22

3-
**Latest Version: 1.4.3**
3+
**Latest Version: 1.4.5**
44

55
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
66
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.

docs/changelog.rst

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
CbAPI Changelog
22
===============
3+
4+
CbAPI 1.4.5 - Released July 11, 2019
5+
----------------------------------------
6+
7+
Updates
8+
9+
* CB ThreatHunter
10+
* Route updates for process search, feed management, watchlist management
11+
* Enforce org_key presence
12+
* Org-based process search
13+
* Org-based event search
14+
* Org-based tree queries
15+
* Minor updates for Python3 Compatibility
16+
17+
Examples
18+
19+
* Updated CB TH Process Search Example
20+
* Added process_guid to process_tree example for ThreatHunter
21+
22+
CbAPI 1.4.4 - Released July 3, 2019
23+
----------------------------------------
24+
25+
Updates
26+
27+
* Carbon Black UBS Support PR `#142 <https://github.com/carbonblack/cbapi-python/pull/142>`_
28+
* CB Response - Fixing bulk update for Alerts to use v1 route
29+
* Updates to use yaml safe_load `#157 <https://github.com/carbonblack/cbapi-python/pull/157>`_
30+
31+
Examples
32+
33+
* Refactored Carbon Black ThreatHunter examples
34+
* Added process_guid to process_tree example for ThreatHunter
35+
36+
CbAPI 1.4.3 - Released May 7, 2019
37+
----------------------------------------
38+
39+
Updates
40+
41+
* CB ThreatHunter - Feed fixes `#156 <https://github.com/carbonblack/cbapi-python/pull/156>`_
42+
* CB Response - Change Alert model object to use v2 route `#155 <https://github.com/carbonblack/cbapi-python/pull/155>`_
43+
* CB Response - Only view active LR sessions `#154 <https://github.com/carbonblack/cbapi-python/pull/154>`_
44+
* Removing refs to VT alliance feeds `#144 <https://github.com/carbonblack/cbapi-python/pull/144>`_
45+
46+
Examples
47+
48+
* CB Defense - Create list_events_with_cmdline_csv.py `#152 <https://github.com/carbonblack/cbapi-python/pull/152>`_
49+
* CB Defense - Updated import link to proper module `#148 <https://github.com/carbonblack/cbapi-python/pull/148>`_
50+
351
CbAPI 1.4.2 - Released March 27, 2019
452
----------------------------------------
553

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'1.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.4.4'
64+
release = u'1.4.5'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='cbapi',
39-
version='1.4.4',
39+
version='1.4.5',
4040
url='https://github.com/carbonblack/cbapi-python',
4141
license='MIT',
4242
author='Carbon Black',

0 commit comments

Comments
 (0)