Skip to content

Releases: opencybersecurityalliance/kestrel-lang

v1.1.3

09 Oct 02:47
510285a
Compare
Choose a tag to compare

We introduce comprehensive GROUP BY syntax, implementation, test, and documentation in this release, together with firepit upgrades.

  • GROUP BY multiple attributes
  • Aggregation function in GROUP BY
  • Support alias in GROUP BY
  • New test cases for GROUP BY
  • Documentation update for GROUP BY

v1.1.2

13 Sep 20:11
7c4eb32
Compare
Choose a tag to compare

Fixed

  • Aggregated entity recognition in a variable after command GROUP

v1.1.1

03 Sep 14:45
e560daf
Compare
Choose a tag to compare

Added

  • Minimal dependent package versions #67
  • Configration option to disable execution summary display #86
  • Auto-removal of obsolete session caches #34
  • SQLite requirement in installation documentation

Fixed

  • Python 3.6 support on command line utility #97

Changed

  • Adjusting logging message levels to avoid confusion

v1.1.0

18 Aug 20:02
c5b6136
Compare
Choose a tag to compare

Composability Upgrade

Now GROUP and SORT are like other commands and can be followed by any other commands such as GET and APPLY.

Parser Upgrade

Integer/float is now supported as values in the JSON given to command NEW.

v1.0.14

18 Aug 16:59
4af72a9
Compare
Choose a tag to compare

firepit version specification before API updates

v1.0.13

14 Aug 02:19
e315fa9
Compare
Choose a tag to compare

Fixed

  • Single quotes support in STIX patterns to fix #95
  • Variable summary deduplication

Added

  • Expected components in syntax error messages

v1.0.12

03 Aug 16:05
6a603e1
Compare
Choose a tag to compare

Display formatting fix for exceptions.

v1.0.11

03 Aug 12:48
bf25069
Compare
Choose a tag to compare
  • Bug fixes
  • New InvalidAnalyticsInput exception definition
  • Adding MacOS Python 3.9 testing environment

v1.0.10

19 Jul 14:48
c217e0b
Compare
Choose a tag to compare

Fixed

  • Missing log in command line mode #84
  • Typo in documentation
  • Incorrect config file path

Added

  • Select config file via environment variable #82

v1.0.9

07 Jul 20:20
bb0e501
Compare
Choose a tag to compare

Added:

  • Configurable datasource/analytics default schema (syntax sugar to leave out schema)
  • Install-in-docker support #54