Skip to content

Commit

Permalink
Merge pull request #518 from opencybersecurityalliance/develop_v1
Browse files Browse the repository at this point in the history
v1.8.7
  • Loading branch information
subbyte authored May 8, 2024
2 parents de0a340 + 9c7e63d commit 39d0238
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,26 @@ The format is based on `Keep a Changelog`_.
Unreleased
==========

1.8.7 (2024-05-08)
==================

Added
-----

- Documentation about `pagination` in `stixshifter.yaml`

Changed
-------

- stix-shifter upgraded to 7.0.7

1.8.6 (2024-05-02)
==================

Added
-----

- Rely stix-shifter connector init error message to Kestrel
- Forward stix-shifter connector init error message to Kestrel

1.8.5 (2024-05-01)
==================
Expand Down
8 changes: 4 additions & 4 deletions 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.4"
version = "1.8.5"
description = "Kestrel STIX-shifter Datasource Interface"
readme = "README.rst"
requires-python = ">=3.8"
Expand All @@ -27,12 +27,12 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.1",
"kestrel_core>=1.8.2",
"lxml==4.9.4", # Python 3.8 on mac error >5.0.0; stackoverflow #75442675
"requests>=2.31.0",
"nest-asyncio>=1.6.0",
"stix-shifter==7.0.6",
"stix-shifter-utils==7.0.6",
"stix-shifter==7.0.7",
"stix-shifter-utils==7.0.7",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
host: elastic.securitylog.company.com
port: 9200
indices: host101
pagination: false # disable pagination (only <10k results) to have better performance; Kestrel default: true
options: # use any of this section when needed
verify_cert: false # allow invalid/expired/self-signed certificate
retrieval_batch_size: 10000 # set to 10000 to match default Elasticsearch page size; Kestrel default across connectors: 2000
Expand Down
4 changes: 2 additions & 2 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.6"
version = "1.8.7"
description = "Kestrel Jupyter Kernel"
readme = "README.rst"
requires-python = ">=3.8"
Expand All @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"kestrel_core==1.8.2",
"kestrel_datasource_stixbundle==1.8.0",
"kestrel_datasource_stixshifter==1.8.4",
"kestrel_datasource_stixshifter==1.8.5",
"kestrel_analytics_python==1.8.0",
"kestrel_analytics_docker==1.8.1",
"jupyterlab-server",
Expand Down

0 comments on commit 39d0238

Please sign in to comment.