Changelog

What's new in CHETNA. All notable changes to the platform.

v0.6.0featureApril 12, 2026

Multi-Product Company Site

  • Redesigned homepage as CHETNA Technologies company site
  • Added AIC (Agentic Identity Certificates) coming soon page
  • Added KIT (Agentic Knowledge Transfer) coming soon page
  • Products dropdown in navigation
  • Documentation site with full API reference
  • Interactive API playground
  • Blog and changelog pages
  • Contact page for enterprise inquiries
  • Security headers: CSP, HSTS, X-Frame-Options, Permissions-Policy
  • SEO: robots.txt, sitemap.xml, OpenGraph metadata
v0.5.0featureApril 12, 2026

Self-Hosted Docker Setup

  • Multi-stage Dockerfile with standalone Next.js output
  • Docker Compose with Postgres, Redis, and Upstash REST proxy
  • One-command setup script (scripts/setup-docker.sh)
  • Environment template for BYO configuration
v0.4.0featureApril 12, 2026

Registry Redesign

  • Tier-based registry limits (Free: 3 public, Pro: 10+5, Enterprise: unlimited)
  • Webhook URL support for registry notifications
  • Retention policies (auto-expire hashes after N days)
  • Registry detail view with hash management
  • Settings panel with danger zone delete
v0.3.0featureApril 11, 2026

API Keys & Email Verification

  • API key generation (ck_ prefix, SHA-256 stored, one-time display)
  • Email verification via Resend (24h token expiry)
  • Expanded user profiles (company, job title, bio, etc.)
  • Welcome email on verification
  • Enterprise contact pricing, GitHub Sponsors integration
v0.2.0featureApril 11, 2026

Auth, Billing & Mobile App

  • Auth.js v5 with GitHub OAuth + email/password
  • Stripe billing with Pro tier checkout
  • Private registries with slug-based access
  • SimHash search UI with Hamming distance visualization
  • React Native mobile app (Expo) with 4 tabs
  • Responsive UI overhaul for all screen sizes
v0.1.0featureApril 10, 2026

Initial Release

  • Core normalization pipeline (PII, NER, stopwords, Unicode, SHA-512, SimHash)
  • Cross-platform SDKs: JavaScript, Python, Java
  • REST API with rate limiting (Upstash Redis)
  • Web app with live normalization preview
  • Trending dashboard and reveal system
  • Deployed on Vercel with Neon Postgres