Skip to content

Releases: Dronnn/tinvest

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:57

Changelog

  • 18d2322 Make tinvest importable as a Go library

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:13

Changelog

  • a9a4630 Add research command group: news, fundamentals, forecasts, consensus, insider deals
  • 539cc7d Add round-4 regression tests missed from the fix commit
  • 9a375e5 Add generated command reference (COMMANDS.md) and ship agent docs in release archives

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:32

Changelog

  • 63b8f8d Drop private-doc reference from stop-orders place help text
  • 898913c Close round-4 review findings: reconcile truthfulness, cross-process caps, fail-closed paths
  • 48d136b Add opt-in live sandbox integration suite (test/e2e-live)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:26

Changelog

  • 1fff49e Make reconciliation converge and report honestly; finish release hygiene
  • 17ea65b Close core-layer review findings: classification, recovery, and guardrail strictness
  • 2dead96 Classify duplicate-without-report as unconfirmed, not rejected
  • 5e07dd7 Never close an async intent as not-placed on GetOrderState NOT_FOUND
  • 0e1f0aa Make the kill switch fail closed and re-check it before every send
  • 4304f5a Fix production-readiness review findings across the mutation path
  • eabce2e Deracify the reconnect-replay test; guard shutdown latency
  • b0bc9fe Prepare release: agent guide, completions docs, Windows ledger, stream event polish
  • 4552740 Add resilient streaming and client-side rate limiting
  • 7d9b1b5 Add read-only breadth: portfolio, operations, reference data, candles, user, signals
  • 6fc027a Dial the e2e fake by numeric loopback to avoid the IPv6-first race
  • 2c622e8 Add black-box crash-injection e2e suite
  • a99450a Make ambiguous-order test deterministic
  • 8cca00c Wire CA bundle from config into transport; clarify cert bundling in README
  • cea23b0 Support app-local CA bundle for Russian trusted certificates
  • 70804ab Add stop-orders and sandbox command groups
  • 1abebda Add CI, weekly contract-drift check, and release automation
  • bebb21b Add orders command group with intent ledger and policy guardrails
  • 65e8347 Add instrument resolver, quotes, and orderbook commands
  • 7d52e71 Add write-ahead intent ledger
  • 3fb73ef Port retry interceptor with jittered backoff and idempotency gating
  • 95fa547 Add transport layer, config profiles, JSON envelope, and first commands
  • f5275e7 Scaffold project: vendored T-Invest contracts (1.49), buf codegen pipeline, module layout