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
* no more Unix specific file_paths
* removed spec specific strings from templates
* user_templates can now be provided in cli
* render_write_fs_templates now returns `Result`
* updated doc/templates accordingly
* added limitation regarding nats broker authentication
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ Rust types will be generated in the models folder according to the given payload
61
61
62
62
- Only json payloads are currently supported for automatic deserialization
63
63
- Only one server is currently supported and only nats protocol is supported
64
+
- Generated microservice doesn't support authentication with NATS-broker out of the box
64
65
- Only one message is currently supported per channel, payloads can be choosen freely including anyOf/oneOf/allOf
65
66
- The generated rust types are required by default, if you want to use optional types, please modify the generated types after generation or use oneOf/anyOf/allOf to represent optional types
66
67
- references in the specification are only suppported inside the same file, external references are not supported
0 commit comments