Skip to content

Commit

Permalink
Merge pull request #508 from carbonblack/CBAPI-5202_version_update
Browse files Browse the repository at this point in the history
CBAPI-5202: update to version numbers for release 1.5.2 of the SDK
  • Loading branch information
abowersox-cb authored Apr 29, 2024
2 parents acbf856 + aa7e976 commit f468463
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VMware Carbon Black Cloud Python SDK

**Latest Version:** 1.5.1
**Latest Version:** 1.5.2
<br>
**Release Date:** January 30, 2024
**Release Date:** TBD

[![Coverage Status](https://coveralls.io/repos/github/carbonblack/carbon-black-cloud-sdk-python/badge.svg?t=Id6Baf)](https://coveralls.io/github/carbonblack/carbon-black-cloud-sdk-python)
[![Codeship Status for carbonblack/carbon-black-cloud-sdk-python](https://app.codeship.com/projects/9e55a370-a772-0138-aae4-129773225755/status?branch=develop)](https://app.codeship.com/projects/402767)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2
38 changes: 38 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
Changelog
================================
CBC SDK 1.5.2 - Released TBD
-----------------------------------------

New Features:

* Enhanced Audit Log support with search and export capabilities
* CIS Benchmarking:

* Schedule compliance scans
* Search, create, update, and delete benchmark sets
* Search and modify benchmark rules within a benchmark set
* Search and export device summaries for benchmark sets
* Enable, disable, and trigger reassessment on benchmark sets or individual devices
* Search benchmark set summaries
* Search and export device compliance summaries
* Search and export rule compliance summaries
* Search rule results for devices
* Get and acknowledge compliance bundle version updates, show differences, get rule info

Updates:

* Added `collapse_field` parameter for process searches
* Added an exponential backoff for polling of Job completion status
* Added rule configurations for event reporting and sensor operation exclusions

Bug Fixes:

* Fixed implementation of iterable queries for consistency across the SDK
* Fixed parsing of credential files that are encoded in UTF-16
* Fixed processing of Job so that it doesn't rely on an API call that doesn't give proper answers
* Fixed missing properties in Process

Documentation:

* Fixed documentation for Alert and Process to include links to the Developer Network field descriptions
* New example script for identifying devices that have checked in but have not sent any events
* Added guide page for Devices including searching and actions

CBC SDK 1.5.1 - Released January 30, 2024
-----------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# -- Project information -----------------------------------------------------

project = 'Carbon Black Cloud Python SDK'
copyright = '2020-2023 VMware Carbon Black'
copyright = '2020-2024 VMware Carbon Black'
author = 'Developer Relations'

# The full version, including alpha/beta/rc tags
release = '1.5.1'
release = '1.5.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020-2024 VMware Carbon Black'
__version__ = '1.5.1'
__version__ = '1.5.2'

from .rest_api import CBCloudAPI
from .cache import lru

0 comments on commit f468463

Please sign in to comment.