go-duck-cli 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,22 +43,21 @@ But speed without strength is a house made of cards. In the digital forge of the
43
43
 
44
44
  Thus, the **GDL (Go-Duck Language)** was hatched. A single, simple tongue that could command entire legions of code. From that day forth, every developer who whispered GDL into the CLI would see their architecture evolve—bringing the Gopher's speed, the Duck's wisdom, the Gin's clarity, and the Kratos' strength into a single, unified masterpiece.
45
45
 
46
- ## ✨ Features Overview
47
-
48
- * **Full-Stack Code Generation**: Generates everything from REST and gRPC APIs to the data access layer.
49
- * **Dual-Protocol APIs**: Out-of-the-box support for both REST (Gin) and gRPC (Kratos).
50
- * **Stateful Incremental Updates**: Intelligently applies changes from your GDL schema to the existing codebase.
51
- * **Rich Feature Set**: Includes support for:
52
- * CRUD APIs with pagination and filtering
53
- * GraphQL integration
54
- * Real-time communication with WebSockets and MQTT
55
- * Auditing and API usage metering
56
- * JWT-based security and OIDC integration
57
- * Distributed caching with Redis
58
- * Circuit breakers for resilience
59
- * Full-stack observability with OpenTelemetry
60
- * **Automated Documentation**: Generates a beautiful, multi-page HTML documentation portal for your project.
61
- * **Cloud-Native**: Comes with Docker support and CI/CD pipelines using GitHub Actions.
46
+ ## ✨ Features Overview (The 260% Milestone)
47
+
48
+ * **Full-Stack Code Generation**: Generates everything from REST and gRPC (Kratos) APIs to the internal repository layer.
49
+ * **Dual-Protocol APIs**: Multi-protocol support (Gin/REST & Kratos/gRPC) with OIDC/JWT security enforcement.
50
+ * **Dynamic Multi-Tenancy**: Side-by-side **Database-pet-Tenant isolation** with Hot-Swapping Connection Pools and a verified Master-Tenant Registry.
51
+ * **High-Velocity Bulk Operations**: Transactional `BulkCreate`, `BulkUpdate`, and `BulkPatch` endpoints for all entities.
52
+ * **Deep JSON Querying**: PostgREST-like RPC engine supporting arrow operators (`->`, `->>`) for complex JSONB searches.
53
+ * **Stateful Incremental Updates**: Intelligently applies schema deltas to your existing codebase without data loss.
54
+ * **Rich Ecosystem Components**:
55
+ * **Persistence**: GORM (PostgreSQL) + Liquibase migrations.
56
+ * **GraphQL**: Full schema and resolver generation.
57
+ * **Real-time**: Traced WebSocket envelopes & MQTT notifications.
58
+ * **Resilience**: Circuit Breakers (Sony/Gobreaker) & Rate Limiting.
59
+ * **Observability**: Full-stack tracing (Otelgin to Otelpgx) + Prometheus metrics.
60
+ * **Gorgeous Automated Documentation**: Auto-scaffolded "Apple-style" Developer Guide and High-Fidelity Swagger UI.
62
61
 
63
62
  ## 💾 Global Installation
64
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "go-duck-cli",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "go function generator",
5
5
  "main": "index.js",
6
6
  "type": "module",