Skip to content

Releases: synthient/cli

v1.5.1

03 Jun 07:29
bf4ed66

Choose a tag to compare

docs: remove VHS recording instructions from README (demo gallery retained)

v1.5.0

03 Jun 07:24
0f1ac08

Choose a tag to compare

What's new

SDK-delegated feeds and streaming

All feed downloads, snapshot metadata, and real-time streams now route through go-synthient v2.3.0 instead of hand-rolled HTTP code. This brings the CLI onto the v4 API and removes ~330 lines of custom HTTP helpers.

Real-time streams use typed SDK iterators (StreamProxy, StreamAnonymizer, StreamTorrent, StreamHeliosHTTP, StreamHeliosTLS). Reconnect error handling now uses typed SDK sentinel errors instead of raw status codes.

SDK-delegated gRPC schema introspection

The grpc schema command now delegates to client.GRPCSchema from the SDK, removing the ~380-line internal reflection client. The go-synthient SDK gained this feature in v2.3.0.

Dependency upgrades

  • go-synthient bumped to v2.3.0 (gRPC schema support, patched grpc/x/net CVEs)
  • golang.org/x/net upgraded transitively to v0.55.0

Bug fixes

  • synthient auth no longer prints a blank line between the huh form and the confirmation message

Housekeeping

  • Deleted dead utils.IsZeroAny function
  • Simplified status command to compute BaseAPI/BaseFeeds/BaseGRPC once instead of assigning each field multiple times
  • Fixed --filter network.asn=15169 example in README (correct field is asn)
  • Added "(snapshots only, no live stream)" note for honeypot_dns and honeypot_adb in the streams table

v1.4.1

23 May 21:58
a81592e

Choose a tag to compare

Changelog

  • a81592e feat: bump version to v1.4.1

v1.4.0

23 May 21:48
0206a4e

Choose a tag to compare

Changelog

  • 0206a4e feat(stream): add torrent and proxy feed support
  • 5830675 docs: update stream and download command documentation

v1.3.0

14 May 18:18
f867e28

Choose a tag to compare

Changelog

  • f867e28 feat: upgrade to go-synthient v2 and enforce parquet download format
  • e0b5069 fix[lint]: go mod tidy
  • cddecf8 feat[deps]: upgrade timber v1.8.2 and refactor to structured logging API
  • 31194c9 docs: correct go install command

v1.2.1

18 Feb 19:18
f8e17ed

Choose a tag to compare

Changelog

v0.2.0

17 Feb 04:56
3e38ee6

Choose a tag to compare

Changelog

v0.1.1

03 Nov 17:23
a4f761b

Choose a tag to compare

Changelog

v0.1.0

01 Nov 20:19
b1f9763

Choose a tag to compare

Changelog

v0.0.10

01 Nov 20:14
fabcea8

Choose a tag to compare

Changelog

  • fabcea8 feat: change keyring impl