Implementation of ApplicationPattern 2.1.2
This release contains,
- implementation of the BasicServices (released npm package onf-core-model-ap-bs+2.1.2
- implementation of the ApplicationPattern framework (released npm package onf-core-model-ap+2.1.2)
- Functionalities supported in this release shall be find in this umbrella issue #1009
How to integrate AP 2.1.2 into applications
- In the packages.json , update the ApplicationPattern and basicServices package to the version 2.1.1
"onf-core-model-ap": "2.1.2",
"onf-core-model-ap-bs": "2.1.2"
- In the server/controllers/BasicServices.js of your application, modify the code as it is here.
What's Changed
- Fixes #979, #903 by @IswaryaaS in #1011
- fix for issue 1020 by @ManasaBM1 in #1021
- Handled ALT's register-yourself forwarding PromptForEmbeddingInitiatesEmbeddingProcess.RequestForBequeathingData via pass by value by @sunil-kumar-meena in #1016
- IswaryaaS/issue1022 by @IswaryaaS in #1023
- IswaryaaS/issue1024 by @IswaryaaS in #1025
Full Changelog: v2.1.2_spec...V2.1.2_impl