comet-java-sdk-1.1.12
·
28 commits
to refs/heads/master
since this release
What’s Changed
- [N/A]: Bump to version 1.1.12 (#71) @yaricom
- [CM-1580]: Log curve type of the asset (#70) @yaricom
- [CM-1579]: Log text type of the asset (#69) @yaricom
- [CM-1578]: Fix StdOut line breaks (#68) @yaricom
- Use Jenkins secret for the temporary test api key (#67) @Lothiraldan
comet-java-client
- Fixed
StdOutLoggerto append line break character to each logged line. - Defined
Experiment.logText()interface methods - Implemented synchronous version of text logging by
ApiExperiment. - Implemented asynchronous version of text logging by
OnlineExperiment. - Defined
Experiment.logCurve()interface methods - Implemented synchronous curve logging by
ApiExperiment. - Implemented asynchronous curve logging by
OnlineExperiment.
comet-examples
- Updated
OnlineExperimentExampleto use different experiment name. - Implemented example of text logging in the
OnlineExperimentExample. - Implemented example of curve logging in
OnlineExperimentExample.