Skip to content

Releases: Tuteliq/unity

v2.3.1

18 Feb 19:18

Choose a tag to compare

Add free certification program to documentation

v2.3.0

17 Feb 15:22

Choose a tag to compare

Added

  • Fraud detection: social engineering, app fraud, romance scam, mule recruitment
  • Safety extended: gambling harm, coercive control, vulnerability exploitation, radicalisation
  • Multi-endpoint analysis (analyse multiple detections in a single call)
  • Video analysis support
  • Language and LanguageStatus enums
  • SUPPORTED_LANGUAGES constant

v2.2.0

16 Feb 18:47

Choose a tag to compare

Added

  • CreditsUsed field on all result types for tracking API credit consumption
  • Voice analysis (AnalyzeVoiceAsync) with multipart file upload
  • Image analysis (AnalyzeImageAsync) with multipart file upload
  • GDPR account management (delete, export, consent, rectify, audit logs)
  • Breach management (log, list, get, update)
  • Webhook management (list, create, update, delete, test, regenerate secret)
  • Pricing endpoints (overview and detailed)
  • Usage tracking (history, by tool, monthly)

v2.1.0

13 Feb 15:24

Choose a tag to compare

What's New

Voice Analysis

  • AnalyzeVoiceAsync() — Transcribe audio files and run safety analysis on the transcript
  • Supports mp3, wav, m4a, ogg, flac, webm, mp4
  • Returns timestamped transcript segments for incident reports

Image Analysis

  • AnalyzeImageAsync() — Analyze images for visual safety concerns + OCR text extraction
  • Supports png, jpg, jpeg, gif, webp
  • Runs text safety analysis on any extracted text

Webhook Management

  • ListWebhooksAsync(), CreateWebhookAsync(), UpdateWebhookAsync(), DeleteWebhookAsync()
  • TestWebhookAsync(), RegenerateWebhookSecretAsync()

Pricing & Usage

  • GetPricingAsync(), GetPricingDetailsAsync()
  • GetUsageHistoryAsync(), GetUsageByToolAsync(), GetUsageMonthlyAsync()

Other

  • Platform auto-tagging for all requests
  • New exception types: QuotaExceededException, TierAccessException

v2.0.0 — Tuteliq Rebrand

13 Feb 11:33

Choose a tag to compare

Tuteliq v2.0.0

Complete rebrand from SafeNest to Tuteliq.

Breaking Changes

  • Namespace renamed from SafeNest to Tuteliq
  • Class renamed from SafeNestClient to TuteliqClient
  • API endpoint changed to https://api.tuteliq.ai

Migration

- using SafeNest;
+ using Tuteliq;

- var client = new SafeNestClient("your-key");
+ var client = new TuteliqClient("your-key");

What's New

v1.1.0

12 Feb 10:50

Choose a tag to compare

What's New

  • GDPR compliance endpoints (account deletion + data export)
  • Customer ID tracking for multi-tenant/B2B2C scenarios
  • Improved error handling with rich metadata

Unity Package Manager: Use git URL https://github.com/SafeNestSDK/unity.git#v1.1.0