Skip to content

Releases: KrakenNet/nautilus

v0.2.5

Choose a tag to compare

@se-jo-ma se-jo-ma released this 21 Jul 17:04
9b4d4fe

0.2.5 (2026-07-20)

Bug Fixes

  • stop embedding literal '?' in InfluxDB containsStr substring for LIKE patterns (#110) (#160) (3074387)

v0.2.4

Choose a tag to compare

@se-jo-ma se-jo-ma released this 29 Jun 16:56
03d9c59

0.2.4 (2026-06-29)

Documentation

  • align README documentation link text (2858fd1)

v0.2.3

Choose a tag to compare

@se-jo-ma se-jo-ma released this 26 Jun 16:52
bb68811

0.2.3 (2026-06-26)

Documentation

  • correct SourceConfig.type comment to match closed Literal (#138) (5c71810)

v0.2.2

Choose a tag to compare

@se-jo-ma se-jo-ma released this 25 Jun 15:20
648bcc1

0.2.2 (2026-06-25)

Documentation

v0.2.1

Choose a tag to compare

@se-jo-ma se-jo-ma released this 24 Jun 19:22
85933d5

0.2.1 (2026-06-24)

Bug Fixes

  • ci: repair invalid Dependabot cooldown (semver-*-days unsupported for non-semver ecosystems) (#71) (af70491)
  • use cooldown.default-days only — valid for every ecosystem. Validated against Dependabot's own config check on this PR before merge. (af70491)

v0.2.0

Choose a tag to compare

@se-jo-ma se-jo-ma released this 24 Jun 01:39
f6b1281

0.2.0 (2026-06-24)

Features

  • analysis: auto-generate intent vocabulary from SourceConfig.data_types (#24) (#44) (3a71374)
  • attestation: live signing-key rotation + lazy token re-sign (#25) (#47) (9072760)
  • attestation: per-source adapter response hashing + attestation linkage (#19) (cb5808a)
  • attestation: session-token plumbing — issue, verify, handoff gate, audit events (#46) (dee0fdc)
  • core: post-run engine consistency checks (#27) (#48) (5bd75a9)
  • core: SQLite session store + durable Postgres fallback (#26) (#49) (09eb768)
  • observability: structured JSON logging (#28) (#50) (bc577ad)
  • servicenow: attachment-content fetch for sys_id-pinned sys_attachment queries (245d1b0)
  • transport: public REST API for audit queries (#32) (#45) (3b8e407)

Bug Fixes

  • attestation: document capabilities contract instead of typing it (fix CI pyright) (35019c3)
  • attestation: never trust adapter-supplied response_hash; persist per-source digests to audit (f80d333)
  • attestation: per-source adapter response hashing + attestation linkage (b2c450b)
  • attestation: record per-source digests on primary audit entry; declare capabilities contract (bb25179)
  • make onboarding guide runnable and prometheus import optional (ae99b39)
  • make onboarding guide runnable and prometheus import optional (f8c70ed)
  • meta: crisper description, repair dead docs URL, enrich keywords/classifiers, add llms.txt (#69) (58c4b6d)
  • Py2 except-syntax bugs blocking import + bump to 0.1.4 (e25a712)
  • re-apply except-paren fixes + lower ruff target-version to 3.13 (685ebe6)
  • replace Py2 'except A, B:' with Py3 'except (A, B):' (1ff8d58)
  • sync nautilus/init.py version to 0.1.4 (b32fb7b)

Documentation

  • operator guide, rule-authoring guide, recipes, concepts (#33) (#54) (bd3140c)
  • rest: clarify NOT IN default builder is fail-closed, not a stub (377a962)
  • update harbor references to stargraph after repo rename (730c440)

v0.1.6

Choose a tag to compare

@se-jo-ma se-jo-ma released this 14 May 15:10
b85816e

Fixes to a bunch of small things.

v0.1.5 fixing things that weren't broken

Choose a tag to compare

@se-jo-ma se-jo-ma released this 04 May 13:20
cb268e5
Merge pull request #15 from KrakenNet/fix/restore-broker-fields-0.1.5

Restore broker fields dropped between 0.1.2 and 0.1.4 (v0.1.5)

v0.1.3 Version requirements update

Choose a tag to compare

@se-jo-ma se-jo-ma released this 01 May 21:59
eb14cf5

Python version requirements lowered to satisfy using in tandem with other packages.

v0.1.2-bug-fixes

Choose a tag to compare

@se-jo-ma se-jo-ma released this 01 May 21:29
aff4a6c
Merge pull request #10 from KrakenNet/se-jo-ma-patch-1

Se jo ma patch 1