Skip to content

Releases: ninoseki/mihari

v6.2.0

03 Dec 13:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

25 Nov 07:03
a46f61d
Compare
Choose a tag to compare

Breaking Changes

v6.1.0 introduces a new DB schema. Please do mihari db migrate to apply the change after the update.

What's Changed

Full Changelog: v6.0.0...v6.1.0

v6.0.0

18 Nov 07:05
f024d96
Compare
Choose a tag to compare

Breaking Changes

Mihari v6.0.0 now requires Ruby 3.1+ and Ruby 2.7 is no longer supported. (Tested with Ruby 3.1 & 3.2)

What's Changed

Full Changelog: v5.7.2...v6.0.0

v5.7.0

03 Nov 03:34
45bfbac
Compare
Choose a tag to compare
  • Fix RuboCop issues as much as possible (#782)
  • Introduce Service class pattern (#785)
  • Add Fofa support (#787)
  • Renew structs (#788)
  • Introduce anyway_config (#789)

v5.6.1

23 Oct 11:11
bce4021
Compare
Choose a tag to compare
  • Fix timeout issue (#762)

v5.6.0

22 Oct 10:26
adcb5f9
Compare
Choose a tag to compare
  • Renew CLI (#757)
  • Renew class mapping methodology (#758)
  • Change the default emitters (#759)
  • Change to compose options schema (#760)

Breaking Changes

  • TheHive emitter is renamed as thehive (from the_hive to thehive)
  • Change the default emitter
    • Before: database, misp, slack, thehive (the_hive)
    • After: database

v5.5.0

21 Oct 10:59
96a2525
Compare
Choose a tag to compare
  • Add retry_exponential_backoff option (#750)
  • Rename interval (#751)
  • Add options (retry & timeout) in emitters & enrichers (#755, #753, #752)
  • Update docs (#754)

Breaking Changes

  • Analyzer's options.interval is renamed as options.pagination_interval.

v5.4.9

14 Oct 04:51
4aa8dfb
Compare
Choose a tag to compare
  • Fix timeout issue introduce in v5.4.8 (#743)

v5.4.8

13 Oct 07:13
0d7fec1
Compare
Choose a tag to compare

v5.4.7

08 Oct 06:13
298d56f
Compare
Choose a tag to compare
  • Renew/improve test specs (#729)
  • Update dependencies (#730)