Skip to content

chore(main): release 0.13.0 - #60

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--synapsis
Open

chore(main): release 0.13.0#60
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--synapsis

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.13.0 (2026-08-12)

Features

  • add action version switcher script (db4c47f)
  • add Cargo Deny bot to CI + fix deny.toml (7af3351)
  • add Gitleaks scanning, migrate labeler v5→v6 (9289d7f)
  • add Linux install script + update README (9be9ea2)
  • add synapsis-wallet as optional dependency (90fdb7a)
  • add TypeScript SDK for API consumers (packages/synapsis-client/) (db5dc99)
  • Arca wallet integration (--features arca, optional) (2494e04)
  • async MCP server, semantic search, chunking pipeline, 50 tests (08fa70a)
  • auto-approve dependabot PRs (gated by security audit) (1a8913f)
  • auto-configure MCP clients in Linux install script (414637f)
  • cross-platform session bridge + session sharing tools (980445c)
  • database migration system + 6 sequential migrations + MCP tool (aede4a8)
  • Ed25519 license system + SME tiers + keygen tool (a839b30)
  • full codebase overhaul — FTS5, security fixes, CI/CD, standards (ad7b086)
  • license generator CLI (synapsis-license-gen) + fix escape in tools.rs (7d2cc3c)
  • MCP auto-config system + fix hardcoded paths, consolidate match, remove dead code (5a714b1)
  • mcp: db_health tool, write queue integration, v0.3.1 (f126a4c)
  • plugin: feasibility-analyzer built-in plugin (3 MCP tools) (e23d3e1)
  • PR #44 by @bleon-ethical - CodeQL, OSV, deny.toml, cargo-geiger, autoformat, fixes (31c2539)
  • premium features gate (license → x402 → block) (4b3ea07)
  • synapsis license sign + flujo completo de firma (f4e3b29)
  • update deps hmac 0.13, sha2 0.11, bump MSRV to 1.95 (b399db6)
  • x402 HTTP integration + /.well-known/x402 endpoint + wallet support (2e3563d)
  • x402 payment system + premium features + discovery endpoint (e88342a)

Bug Fixes

  • accept both tag patterns in release workflow (573634f)
  • add --test-threads=1 to isolate test DBs (de90952)
  • add cargo cache to CI workflow (5c35e72)
  • add checkout step before gh release create (f4490c3)
  • add checks:write for security audit (425ecd4)
  • add node_modules to gitignore, remove from tracking (3a4103b)
  • add SYNAPSIS_DATA_DIR env var for test isolation (e374044)
  • add warning when SYNAPSIS_INSECURE_TLS is enabled (CodeQL finding) (50d24c5)
  • address CodeQL alerts (e8b3cc2)
  • auto-approve deadlock in pr-review workflow (2e2dade)
  • auto-approve with can_approve_pull_request_reviews (95e23af)
  • bump MSRV to 1.88.0 (sysinfo/darling req), fix fmt (64dd075)
  • cargo fmt + cargo-deny 0.19.8 config + cargo audit clean (910e1d6)
  • CI failures, test fixes, FTS5 simplification, MSRV (07cb988)
  • CI formatting and audit (da5a6a0)
  • clippy lint, remove unused pqcrypto-traits, suppress rand audit warning (25bbb68)
  • commit Cargo.lock for reproducible CI builds, remove --release from tests (d77404d)
  • ContextId UUID collision on macOS (eaf3b5a)
  • correct YAML indentation in pr-review workflow (e684247)
  • cross-platform build for Windows (watchdog.rs unix import) (70ef4d1)
  • cross-platform CI failures (7b2c323)
  • disable broken tests, fix doctests, add synapsis-core clone to CI (928ca41)
  • dtolnay/rust-toolchain requires @master ref (8002b07)
  • exclude component name from release tag (72ae1c7)
  • exclude component name from release tag (use v* format) (#37) (483307b)
  • handle poisoned mutex gracefully across codebase (026b849)
  • ignore cargo audit advisories (paste unmaintained, lru unsound) (2cf1cc1)
  • install scripts - proper exit flow, MCP auto-config, version bump (68c61f7)
  • labeler config format for v5 (31270ce)
  • labeler v5 any: inline array format (98c0cbc)
  • labeler v5 flat format (0cca4c8)
  • limit cargo test to -j 1 to prevent binary parallelism (a45a2fb)
  • limit parallel jobs to 2 (CARGO_BUILD_JOBS=2) in CI/release (889375c)
  • macOS cross-compile packaging - skip strip on non-native targets (ea01afd)
  • make sqlcipher optional (db-encryption feature), add test-threads=1 (f7d481b)
  • manually install x86_64-apple-darwin target (833ce3d)
  • move AI Agents box outside Presentation layer as external entity (de8ff32)
  • move AI Agents box to left side outside Presentation layer (876bfe3)
  • opencode config format (mcpServers -> mcp) + fix autoconfig (af62a32)
  • osv-scanner action @v2 -> @v2.3.8 (specific version) (c731b94)
  • pin toolchain to 1.94.0, enforce fmt check in CI (7f5eab6)
  • platform_catalog - JetBrains protocol REST, Chinese platforms no MCP, add re-export (8f0dfc0)
  • realign architecture diagram and redesign logo with transparent toroidal synapse (e7a4485)
  • reduce stress test concurrency for Windows CI (e1885df)
  • release gh token and generate-notes (eeb519a)
  • release workflow - remove broken clone steps, fix dtolnay ref, add synapsis-server binary (7712f8c)
  • release workflow - separate build and release jobs (66e1490)
  • release workflow permissions and upload (dfedbc9)
  • release workflow Windows packaging (66628e0)
  • release.yml YAML syntax + osv-scanner action to v2 (269ad68)
  • remaining architecture issues - FTS sanitizer, Memory fields, EventBus, dirs (9f8b0ed)
  • remove all Python deps from Synapsis ecosystem (118a6da)
  • remove all-features test (needs SQLCipher system lib) (95f4673)
  • remove cargo build --verbose from CI (causes log overflow/kill) (a38df34)
  • remove db-encryption from default features (needs SQLCipher system lib) (25ef992)
  • remove duplicate permissions block in CI (ffe64a7)
  • remove echoes hiding CI errors, clippy dead_code, collapsible if, clean CI configs (73a882f)
  • remove failure, upgrade headless_chrome 0.9→1.0.21 - 0 CVEs (9a5d376)
  • rename synapsis-wallet -> Arca (self-hosted wallet management) (4ab55e5)
  • replace custom crypto with standard crates (44cc7df)
  • replace process::exit with in-memory fallback in DB init (241c393)
  • restore synapsis-core git dependency (path→git) (6586753)
  • revert dtolnay/rust-toolchain@v1 -> @stable (ad5d1a9)
  • route AI Agents connector above Presentation layer with visible MCP label (6901d89)
  • security hardening and bug fixes (0d9e801)
  • show macOS x86_64 build errors (00bba09)
  • simplify CI - remove all extra flags from test step (2fc1528)
  • simplify lock_utils - remove redundant Arc impls (04fa148)
  • test_generate_synapsis_mcp_entry supports both mcp and mcpServers (3abb4bd)
  • test_throttle_delay assertion (0ms delay is valid on idle) (495f3d3)
  • tools audit — JSON-RPC errors, FTS O(n^2), input validation (1c222e2)
  • update MCP tests to use mem_* names (5b1f9dd)
  • update OSV scanner to v2.3.8 (fixes deprecated upload-artifact v3) (47d6e1c)
  • update rustsec/audit-check to v2.0.0 (992f60b)
  • use dtolnay/rust-toolchain@stable (8c0841d)
  • use osv-scanner v1.9.2 (v2 startup failure) (624aecd)
  • Windows packaging in release workflow (6654747)
  • zero cargo warnings, zero actionlint warnings (ac6c7e6)
  • zero cargo warnings, zero actionlint warnings (#36) (ef4e022)
  • zero clippy warnings across all targets (lib + test + bin) (1e0393b)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants