Release v1.3.2
Changelog
All notable changes to Nebutra-Sailor will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.3.2 (2025-12-01)
🐛 Bug Fixes
- extract Clerk auth to client component for React 19 compatibility (79b7ecb)
📚 Documentation
- center social links on separate lines (0bbace7)
- fix X/Discord badges - separate lines, centered (9df8fe0)
1.3.1 (2025-12-01)
🐛 Bug Fixes
- clean legal pages lint + error state typing (dca11a6)
- design-system: annotate ErrorState return type (70c8c17)
♻️ Code Refactoring
- use canonical Tailwind class shrink-0 (2cfafd8)
1.3.0 (2025-12-01)
🆕 Features
- billing: database-driven plan configuration (e26a0b8)
- brand: update with VI manual specifications (05b51b3), closes #0033 #0BF1C3
- custom-ui: add marketing module skeleton (a6f91bf)
- design-system: add marketing infrastructure spec and tokens (9b43b83)
- legal: Add Legal & Compliance infrastructure (8c7be73)
🐛 Bug Fixes
- docs: replace broken badge icons with native emoji h3 headers (2eec35e)
- docs: sync Japanese README Tech Stack with English version (b330d5d)
- unblock builds (consent types, web 404) (205920c)
📚 Documentation
- add company positioning statement to readmes (57caa27)
- add hero taglines, manifesto, and updated footers (en/zh/ja) (52c8235)
- add Japanese README for better SEO/GEO coverage (a531788)
- center focus grid in readmes (en/zh/ja) (1a66021)
- redesign company and features sections with html tables (def2158)
- set brand heading to 'nebutra intelligence' (en/zh/ja) (46cff33)
- update README with billing, legal, marketing UI features (a848709)
1.2.0 (2025-12-01)
🆕 Features
- billing: add billing & monetization infrastructure (a1618a0)
1.1.1 (2025-12-01)
🐛 Bug Fixes
- add tsup config for custom-ui package (d12cc80)
1.1.0 (2025-12-01)
🆕 Features
- add @nebutra/brand package for centralized brand assets (92036e4)
- add @nebutra/ui package with Lobe UI/Icons integration (79c8fd6)
- add AI service (FastAPI) with generate, embed, translate endpoints (886f8fd)
- add api-gateway BFF with Hono, health and status routes (b2b3cf2)
- add brand assets directory structure (17b3645)
- add CAPTCHA infrastructure (Cloudflare Turnstile) (9365f98)
- add Cloudflare infrastructure (CDN, WAF, R2) (0f611b3)
- add content service and recsys recommendation service (Step 7) (c350d31)
- add dynamic OG images and app icons (4a57a39)
- add ecommerce and web3 services (Step 8) (0765f08)
- add event-bus, saga, cache packages and infra configs (Step 9) (dc9fe9b)
- add landing-page and web apps with Clerk auth and i18n (bfac6d6)
- add MCP/Smithery infrastructure package (a493c00)
- add Nebutra brand assets (8d970b5)
- add OpenStatus monitoring and production deployment configs (Steps 10-11) (5b430f9)
- add packages/db with Prisma schema for multi-tenant support (ae2f5e4)
- add production domain configuration (1317e55)
- add rate-limit package and tenant/rateLimit middlewares (c57427b)
- add robots.txt and noindex directives (d63954e)
- add Sanity CMS infrastructure (2ddcd85)
- add Vercel config for Sanity Studio deployment (7b40393)
- add white-label brand customization system (52df4fa)
- analytics: add dub-powered analytics package (13f41c5)
- apps: integrate @nebutra/design-system into web and landing-page (c13a2c4)
- brand: inline brand logo SVG paths into hero banners (761c1cc)
- complete sitemap with Sanity CMS integration (b206613)
- design-system: add @nebutra/design-system with Primer integration (40dea4c)
- design-system: add typography system with open-source fonts (8d3974d)
- enhance Clerk auth infrastructure (581c052)
- infra: add n8n workflow automation platform (73931b9)
- SEO/GEO friendly configuration for Product Hunt (d0b5c18)
- supabase: add supabase package and update RLS policies (7ddbfc6)
- ui-infra: complete design system integration infrastructure (d0e7574)
🐛 Bug Fixes
- add @clerk/nextjs dependency to landing-page (19947a2)
- ci: remove explicit pnpm version (use packageManager from package.json) (f707f40)
- ci: remove invalid lint scripts from packages without eslint config (9fee1b0)
- ci: remove test scripts from packages without test files (e63b282)
- db: add missing prisma models and integrate with api-gateway (2bf33cb)
- design-system: resolve export conflicts with explicit named exports (170fb29)
- make builds work without Clerk env vars (745c497)
- rename schemas to schemaTypes for Sanity convention (3d6ac87)
- resolve CI/typecheck failures across monorepo (75b3487)
- resolve React 19 type conflicts with Primer React (a2366e1)
- resolve unsupported shields.io badge logos (ed6d5e7)
- turbo: remove duplicate db:generate task definition (0904cba)
- unify typography CSS variables as SSOT (76ec51d)
- use actual brand logo in README header (5bd35e8)
- use correct package names in vercel build commands (e0e2f0c)
♻️ Code Refactoring
- replace SQL schema with Prisma 7 as single source of truth (d60211a)
- restructure infra for enterprise-grade architecture (fc5af06)
📚 Documentation
- add design-system to README files (6548502)
- add documentation index with complete navigation (721ce0f)
- add React 19 types compatibility note (422269d)
- add readme files for services, infra, and packages (e9d092a)
- clarify design system architecture relationships (f300b7f)
- readme: add new packages to project structure (90dbd32)
- readme: add White-label section (6526b13)
- readme: YC-style pitch sections (EN/ZH), brand vision, sanitized case blurbs (310609f)
- split README into separate EN/ZH versions with language switcher (38f0da2)
- update readme with documentation section and new packages (668cd8c)
- update README with YC-style branding and bilingual content (d245514)
- update READMEs to reflect design system architecture (eb14c8b)
- update READMEs with missing features (ad0dfcb)
- whitelabel: add typography and design system customization guide (acadd86)
- wire hero banners and icon grid into READMEs (3ddd1ae)
Changelog
All notable changes to Nebutra-Sailor will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Initial project setup with monorepo architecture
- Multi-tenant BFF layer with rate limiting and circuit breaker
- AI service integration (LLM, embeddings, translation)
- Content management microservice
- Recommendation system pipeline
- E-commerce sync service (Shopify/Shopline)
- Web3 blockchain indexer
- MCP (Model Context Protocol) integration for AI agent tools
- Comprehensive caching strategies (TTL, lock, stampede prevention, lazy refresh)
- Event-driven communication via event bus
- Saga pattern for distributed transactions
- Inngest workflow integration for background jobs
Changed
- N/A
Deprecated
- N/A
Removed
- N/A
Fixed
- N/A
Security
- N/A
Full Changelog: v1.3.1...v1.3.2