Skip to content
Snippets Groups Projects

Allow connection endpoints for list nonterminals

Merged René Schöne requested to merge 21-allow-connection-endpoints-for-list-nonterminals into dev
54 files
+ 2395
104
Compare changes
  • Side-by-side
  • Inline

Files

+ 17
0
@@ -15,3 +15,20 @@
@@ -15,3 +15,20 @@
- Add methods to `disconnect` an endpoint
- Add methods to `disconnect` an endpoint
- Internal: PoC for incremental dependency tracking and subtree endpoint definitions ([#14](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/14))
- Internal: PoC for incremental dependency tracking and subtree endpoint definitions ([#14](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/14))
- Bugfix [#17](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/17): Added missing support for `boolean`
- Bugfix [#17](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/17): Added missing support for `boolean`
 
 
## 0.2.2
 
 
- Allow normal tokens to be used in send definitions
 
 
## 0.2.1
 
 
- New communication protocol: REST
 
- Selection of protocol when `connect` methods are called, by scheme of given URI
 
- Development changes:
 
- Supported printing out YAML data used for mustache templates
 
- Moved string constants to `MRagConnect` structure
 
 
## 0.2.0
 
 
- Version submitted in paper "A Connection from ROS to RAG-Based Models" (2020)
 
- Supported communication protocols: MQTT
Loading