Releases: VynCorp/vc-dotnet
v3.2.1
Full Changelog: v3.2.0...v3.2.1
v3.2.0
Full Changelog: v3.1.0...v3.2.0
v3.1.0
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 DataCoverageNoteonUboResponseandFlowsResponsefor honest data gap disclosureHierarchyResponsenow uses typedHierarchyEntity(wasJsonElement)WatchlistCompaniesResponse.Companiesenriched alongside existingUids
See CHANGELOG.md for the full list.
Deprecations
Companies.ExportExcelAsync— useExportCsvAsyncinstead (server returns CSV)
v3.0.0
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.chtovynco.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-ResetwhenRetry-Afterabsent, capped at 60s - Updated Dashboard, Credit, and AI models to match production API
See CHANGELOG.md for full details.
v2.0.0
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
First stable release aligned with the finalized VynCo API v1.
Highlights
- Full API coverage — 13 resources, 60+ endpoints matching the OpenAPI spec
- Response headers —
client.LastResponseHeadersexposes 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.