Releases: maximilien/knfun
Releases · maximilien/knfun
KubeCon 2019 San Diego
- added ASYNC flag to make it easy to demo
- refined docs revisions and traffic splitting docs section
- refined next steps
- added KubeCon 2019 slides in PDF
Async summary page
- added
async_layout.html
- added
SummaryAsyncHandler
- added template func to
ClassifyImage
usingWatsonFnURL
andImageURL
- new SummaryFn
/async
route
Dockerfiles fix
- change Dockerfile CMD directive to use different form since otherwise environment variables not passed
- fix bug in flags for WatsonFn function
- various update to README.md
e2e tests
- added e2e tests infrastructure
- added simple smoke tests for twitter-fn and watson-fn
Cleanup
- various refactors to simplify functions and eliminate duplication
- various clarifications and cleanup in README
- added demo slides
First public release
- twitter-fn function and CLI for searching Twitter API in realtime
- watson-fn function and CLI for classifying images
- summary-fn function and CLI for aggregating recent tweets and classifying images
- detail README to get started locally and deploying onto a Knative cluster using the
kn
client