Skip to content

Commit

Permalink
Version Bump to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smultani committed Jul 11, 2019
1 parent fb683cb commit 15934e5
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python bindings for Carbon Black REST API

**Latest Version: 1.4.3**
**Latest Version: 1.4.5**

These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.
Expand Down
48 changes: 48 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
CbAPI Changelog
===============

CbAPI 1.4.5 - Released July 11, 2019
----------------------------------------

Updates

* CB ThreatHunter
* Route updates for process search, feed management, watchlist management
* Enforce org_key presence
* Org-based process search
* Org-based event search
* Org-based tree queries
* Minor updates for Python3 Compatibility

Examples

* Updated CB TH Process Search Example
* Added process_guid to process_tree example for ThreatHunter

CbAPI 1.4.4 - Released July 3, 2019
----------------------------------------

Updates

* Carbon Black UBS Support PR `#142 <https://github.com/carbonblack/cbapi-python/pull/142>`_
* CB Response - Fixing bulk update for Alerts to use v1 route
* Updates to use yaml safe_load `#157 <https://github.com/carbonblack/cbapi-python/pull/157>`_

Examples

* Refactored Carbon Black ThreatHunter examples
* Added process_guid to process_tree example for ThreatHunter

CbAPI 1.4.3 - Released May 7, 2019
----------------------------------------

Updates

* CB ThreatHunter - Feed fixes `#156 <https://github.com/carbonblack/cbapi-python/pull/156>`_
* CB Response - Change Alert model object to use v2 route `#155 <https://github.com/carbonblack/cbapi-python/pull/155>`_
* CB Response - Only view active LR sessions `#154 <https://github.com/carbonblack/cbapi-python/pull/154>`_
* Removing refs to VT alliance feeds `#144 <https://github.com/carbonblack/cbapi-python/pull/144>`_

Examples

* CB Defense - Create list_events_with_cmdline_csv.py `#152 <https://github.com/carbonblack/cbapi-python/pull/152>`_
* CB Defense - Updated import link to proper module `#148 <https://github.com/carbonblack/cbapi-python/pull/148>`_

CbAPI 1.4.2 - Released March 27, 2019
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.4.4'
release = u'1.4.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='cbapi',
version='1.4.4',
version='1.4.5',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down

0 comments on commit 15934e5

Please sign in to comment.