Skip to content

Releases: VynCorp/vc-dotnet

v3.2.1

14 Apr 16:15

Choose a tag to compare

v3.2.0

14 Apr 13:23

Choose a tag to compare

Full Changelog: v3.1.0...v3.2.0

v3.1.0

12 Apr 20:13

Choose a tag to compare

Alignment release matching the reference Python SDK (vynco v3.1.0), Rust SDK (vynco v2.3.0), and TypeScript SDK (@vynco/sdk v3.1.0). Adds the full v3.1 API surface.

Highlights

  • 2 new resources: client.Alerts, client.Ownership
  • 14 new methods on existing resources covering timelines, UBO, similar companies, media-with-sentiment, market flows, canton migrations, industry benchmarking, batch screening/risk-score, and person networks
  • 40+ new model classes
  • Enrichment provenance fields on Company, Classification, Fingerprint, BoardMember, PersonRoleDetail, PersonEntry, NetworkCompany
  • DataCoverageNote on UboResponse and FlowsResponse for honest data gap disclosure
  • HierarchyResponse now uses typed HierarchyEntity (was JsonElement)
  • WatchlistCompaniesResponse.Companies enriched alongside existing Uids

See CHANGELOG.md for the full list.

Deprecations

  • Companies.ExportExcelAsync — use ExportCsvAsync instead (server returns CSV)

v3.0.0

08 Apr 20:27

Choose a tag to compare

VynCo .NET SDK v3.0.0

Aligned with Rust SDK v2.2.0 and the production VynCo API.

Highlights

  • Base URL changed from api.vynco.ch to vynco.ch/api
  • 17 new endpoints (69 → 86 total): Companies (GetFull, Classification, Structure, Acquisitions, Notes CRUD, Tags CRUD, AllTags, ExportExcel), Persons (Search, Get), Dossiers (Generate), Teams (Join)
  • Company model expanded to 39 fields (address, geo, FINMA, NOGA, sanctions, translations)
  • Retry logic now falls back to X-RateLimit-Reset when Retry-After absent, capped at 60s
  • Updated Dashboard, Credit, and AI models to match production API

See CHANGELOG.md for full details.

v2.0.0

31 Mar 15:24

Choose a tag to compare

Release VynCo .NET SDK v2.0.0 — aligned with Rust SDK v2.0.0

Major release updating all resources, DTOs, and endpoints to match the
Rust SDK. Adds 8 new resources (Auditors, Dashboard, Screening, Watchlists,
Webhooks, Exports, AI, Graph), removes 3 obsolete ones (SyncStatus, News,
Watches), updates all path prefixes from /api/v1/ to /v1/, and aligns all
model types with the current API surface. 18 resources, 69 endpoints,
62 tests passing, zero warnings.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

VynCo .NET SDK v1.0.0

18 Mar 09:37

Choose a tag to compare

First stable release aligned with the finalized VynCo API v1.

Highlights

  • Full API coverage — 13 resources, 60+ endpoints matching the OpenAPI spec
  • Response headersclient.LastResponseHeaders exposes credit usage, rate limits, and request IDs
  • Analytics — clustering, anomaly detection, cohort analysis, RFM segmentation, change velocity
  • Watches — subscribe to company change notifications
  • Team management — member CRUD, role updates, billing summary
  • Company intelligence — relationships, hierarchy, news, reports, side-by-side comparison

See CHANGELOG.md for the full list of changes.