Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Apr 22, 2024
1 parent f05307c commit 33955f7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ The format is based on `Keep a Changelog`_.
Unreleased
==========

1.8.3 (2024-04-22)
==================

Added
-----

- Support of disabling certificate verification of stix-shifter v7 with config option `verify_cert`
- Documentation on how to use the `verify_cert` option in the stix-shifter interface
- Python 3.12 support (multiprocessing library behavior steering to avoid a CPU-blocking issue)
- More generic HTML parsing of PyPI for stix-shfiter connector verification

Changed
-------

- stix-shifter upgraded to v7 (v7.0.6), the first version abandoning invalid certificate support

1.8.2 (2024-02-20)
==================

Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_analytics_docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_analytics_docker"
version = "1.8.0"
version = "1.8.1"
description = "Kestrel Docker Analytics Interface"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_core"
version = "1.8.1"
version = "1.8.2"
description = "Kestrel Threat Hunting Language"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/kestrel_datasource_stixshifter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_datasource_stixshifter"
version = "1.8.1"
version = "1.8.2"
description = "Kestrel STIX-shifter Datasource Interface"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down
8 changes: 4 additions & 4 deletions packages/kestrel_jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_jupyter"
version = "1.8.2"
version = "1.8.3"
description = "Kestrel Jupyter Kernel"
readme = "README.rst"
requires-python = ">=3.8"
Expand All @@ -26,11 +26,11 @@ classifiers = [
]

dependencies = [
"kestrel_core==1.8.1",
"kestrel_core==1.8.2",
"kestrel_datasource_stixbundle==1.8.0",
"kestrel_datasource_stixshifter==1.8.1",
"kestrel_datasource_stixshifter==1.8.2",
"kestrel_analytics_python==1.8.0",
"kestrel_analytics_docker==1.8.0",
"kestrel_analytics_docker==1.8.1",
"jupyterlab-server",
"jupyterlab",
"jupyter_client",
Expand Down

0 comments on commit 33955f7

Please sign in to comment.