Skip to content

Releases: opencybersecurityalliance/kestrel-lang

1.8.7

08 May 15:11
39d0238
Compare
Choose a tag to compare

1.8.7 (2024-05-08)

Added

  • Documentation about pagination in stixshifter.yaml

Changed

  • stix-shifter upgraded to 7.0.7

1.8.6

02 May 15:43
de0a340
Compare
Choose a tag to compare

1.8.6 (2024-05-02)

Added

  • Forward stix-shifter connector init error message to Kestrel

1.8.5

01 May 23:17
0469066
Compare
Choose a tag to compare

1.8.5 (2024-05-01)

Added

  • cli/diag: add start/stop/last options
  • subquery generation support in stix-shifter interface based on specified time window
  • configuration doc on subquery_time_window

Changed

  • cli/diag: change default timeframe to last 5 minutes

Fixed

  • Repeated queries when stix-shifter pagination is off

1.8.4

23 Apr 15:55
c4e79ff
Compare
Choose a tag to compare

1.8.4 (2024-04-23)

Added

  • Kestrel logo in Jupyter Lab
  • Error handling of kestrel_jupyter_setup for JupyterLab

1.8.3

22 Apr 18:06
ec1e9d3
Compare
Choose a tag to compare

1.8.3 (2024-04-22)

stix-shifter v7 is finally coming to Kestrel!

And a new verify_cert option is available in the stix-shifter interface doc.

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

23 Feb 18:49
5059b90
Compare
Choose a tag to compare

1.8.2 (2024-02-20)

Added

  • Support use of environment variable in config files
  • How to get Jupyter token in Docker deployment doc

Fixed

  • Remove port checking in stix-shifter interface #452
  • Add missing logging module import in stix-shifter-diag
  • Add missing delete operation in kestrel_datasource_stixshifter #458
  • Fix relations like CONTAINS #472

Changed

  • Disable (in default config) entity prefetch for file, user-account, x-oca-asset

1.8.1

24 Oct 00:21
14c305c
Compare
Choose a tag to compare

1.8.1 (2023-10-23)

To upgrade to 1.8.1, please upgrade pip using pip install --upgrade pip setuptools wheel first before installing Kestrel.

Fixed

  • Git LFS install failure in Dockerfile
  • Kestrel logo font rendering inconsistency
  • PyPI release error if version exists (GitHub workflow)
  • kestrel-jupyter 1.8.1: jsonschema extra bug

1.8.0

19 Oct 02:45
f4bccfc
Compare
Choose a tag to compare

Release summary:

  • Split Kestrel Python packages and creates version 1.8.0 for all Kestrel packages
  • Merge kestrel-jupyter into the kestrel-lang repo
  • Establish the new practice to release Kestrel (updated packages grouped by date)
  • Update installation document to use kestrel-jupyter as the umbrella package to install the latest Kestrel packages
  • Add a small feature to hide credentials in debug log

Full description in CHANGELOG.

2023-10-18

18 Oct 16:57
c7f911a
Compare
Choose a tag to compare

Release summary:

  • Split Kestrel Python packages and creates version 1.8.0 for all Kestrel packages
  • Merge kestrel-jupyter into the kestrel-lang repo
  • Establish the new practice to release Kestrel (updated packages grouped by date)
  • Update installation document to use kestrel_jupyter as the umbrella package to install the latest Kestrel packages
  • Add a small feature to hide credentials in debug log

Full description in CHANGELOG.

v1.7.6

25 Sep 15:13
3138950
Compare
Choose a tag to compare

1.7.6 (2023-09-25)

Added

  • DESCRIBE command to get insight of attributes
  • ikestrel interactive shell (command-line utility)
  • Custom stix-shifter connector support #402

Fixed

  • Command-line utility tests failed without install