Skip to content

Releases: christopherkarani/Hive

Hive 0.2.0

25 Apr 15:43

Choose a tag to compare

Hive 0.2.0 refocuses the package into a deterministic Swift graph runtime.

Highlights:

  • Hive now re-exports only HiveCore.
  • Removed DSL, Conduit, Wax adapter, RAG, memory, chat/model/tool, and hybrid inference surfaces from this package.
  • Kept core graph runtime APIs: schemas, channels, reducers, graph builder, routing, joins, runtime, events, checkpoints, interrupts/resume, stores, cache, retry, and run options.
  • Added cross-platform SHA-256 support through swift-crypto for Linux.
  • Added Swift 6.2 Linux CI coverage for the core runtime.
  • Updated docs and examples around HiveGraphBuilder and deterministic graph execution.

Validation:

  • swift package describe --type json
  • swift build --target HiveCore
  • swift build --target Hive
  • swift run HiveTinyGraphExample
  • full package test wrapper on macOS: 168 tests passed
  • Docker Linux Swift 6.2.4 Noble: HiveCore/Hive builds, example run, and HiveCoreTests passed

Hive 0.1.9

26 Mar 21:07

Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

Hive 0.1.8

20 Mar 04:00

Choose a tag to compare

Full Changelog: 0.1.7...0.1.8

0.1.7

25 Feb 06:39
3bec1b2

Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6: Merge pull request #20 from christopherkarani/0017

18 Feb 21:44
f90e42b

Choose a tag to compare

0.1.5: Merge pull request #18 from christopherkarani/build

12 Feb 06:11
4b52f38

Choose a tag to compare

Stabilize HiveEventStreamViews resubscribe test handshake

0.1.4: Merge pull request #17 from christopherkarani/build

10 Feb 11:57
84e6860

Choose a tag to compare

Fix build and test compatibility issues

0.1.3

10 Feb 10:45
411ac25

Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

10 Feb 02:22
3074a0e

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1: Merge pull request #14 from christopherkarani/featureSet

10 Feb 00:49
6fc3236

Choose a tag to compare

Improve Hive traits documentation and examples