You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update code generation templates and configurations
- Added new templates for handling various code generation scenarios, including validation and transformation for different data types.
- Refactored existing templates to improve readability and maintainability.
- Updated the .golangci.yml configuration to include specific checks for static analysis.
- Bumped dependencies in go.mod and updated go.sum accordingly.
- Removed obsolete staticcheck configuration file.
This commit enhances the code generation process and ensures better compliance with coding standards.
-**Tracing**: Integrating with observability tools
207
233
-**TUS**: Resumable file uploads implementation
208
234
@@ -220,12 +246,21 @@ The [examples repository](https://github.com/goadesign/examples) contains comple
220
246
- Report issues on [GitHub](https://github.com/goadesign/goa/issues)
221
247
- Find answers with the [Goa Guru](https://gurubase.io/g/goa) AI assistant
222
248
223
-
## 📣 What's New
249
+
## What's New
250
+
251
+
**June 2025:** Goa now includes comprehensive **JSON-RPC 2.0 support** as a
252
+
first-class transport alongside HTTP and gRPC! Generate complete JSON-RPC
253
+
services with streaming support (WebSocket and SSE), client/server code, CLI
254
+
tools, and full type safety - all from a single design.
224
255
225
-
**Jan 2024:** Goa's powerful design DSL is now accessible through the [Goa Design Wizard](https://chat.openai.com/g/g-mLuQDGyro-goa-design-wizard), a specialized AI trained on Goa. Generate service designs through natural language conversations!
256
+
**February 2025:** The Goa website has been completely redesigned with extensive
257
+
new documentation, tutorials, and guides to help you build better services.
226
258
227
-
**February 2025:** The Goa website has been completely redesigned with extensive new documentation, tutorials, and guides to help you build better services.
259
+
**Jan 2024:** Goa's powerful design DSL is now accessible through the
260
+
[Goa Design Wizard](https://chat.openai.com/g/g-mLuQDGyro-goa-design-wizard), a
261
+
specialized AI trained on Goa. Generate service designs through natural language
0 commit comments