blob: a433efc757f566e4711a40c810cbdb1035e3e7c6 [file] [log] [blame]
---
rel_ver: 0.7.3
layout: release-notes
---
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<section id="overview">
<h2 class="section-title">Overview <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<p>
<a href="/download.html">NLPCraft 0.7.3</a> brings about several important bug fixes, improvements and enhancements.
</p>
<div class="bq warn">
<b><i class="fas fa-fw fa-bomb"></i> Breaking Changes</b>
<p>
Class <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/tools/embedded/NCEmbeddedProbe.html">NCEmbeddedProbe</a> has changed its API in incompatible way.
</p>
</div>
</section>
<section id="new">
<h2 class="section-title">🙌 New <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<ul>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-154'>NLPCRAFT-154</a> - Update website docs for <code>nlpcraft.{sh|cmd}</code> script and remove <code>nccurl</code> script.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-169'>NLPCRAFT-169</a> - Add model code examples to model docs and javadoc.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-179'>NLPCRAFT-179</a> - Fix license header/comment per mentor's suggestions.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-189'>NLPCRAFT-189</a> - Add Ignite/JDK 11 JVM parameters to the docs.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-192'>NLPCRAFT-192</a> - Fix deprecations for Ignite 2.9.0.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-193'>NLPCRAFT-193</a> - Embedded probe must support user-defined configuration.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-194'>NLPCRAFT-194</a> - Add <code>test-model</code> command to NLPCraft CLI.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-210'>NLPCRAFT-210</a> - Wrong duplicate synonyms detected.</li>
</ul>
</section>
<section id="enhancements">
<h2 class="section-title">🤖 Enhancements <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<ul>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-170'>NLPCRAFT-170</a> - New CLI commands.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-177'>NLPCRAFT-177</a> - Swagger methods invalid tags.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-178'>NLPCRAFT-178</a> - Fix flow matching design to use regex.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-180'>NLPCRAFT-180</a> - Swagger API on the website.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-185'>NLPCRAFT-185</a> - <b>ContextWordServer</b> works only for python version 3.6-3.8.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-188'>NLPCRAFT-188</a> - <code>model-sugsyn</code> CLI command problem.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-190'>NLPCRAFT-190</a> - REST requests timeout.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-202'>NLPCRAFT-202</a> - Some cities are not recognized well.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-203'>NLPCRAFT-203</a> - Intents matching order error.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-204'>NLPCRAFT-204</a> - Intent token condition does not work.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-205'>NLPCRAFT-205</a> - CLI usage examples.</li>
</ul>
</section>
<section id="fixes">
<h2 class="section-title">🧐 Fixes <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<ul>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-172'>NLPCRAFT-172</a> - <code>org.apache.nlpcraft.model.conversation.NCConversationSpec</code> does not work.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-173'>NLPCRAFT-173</a> - <code>additionalStopWords</code> configuration property invalid name (case error).</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-181'>NLPCRAFT-181</a> - Error executing <code>stop-server</code> command under Ubuntu.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-199'>NLPCRAFT-199</a> - NLPCraft CLI <code>gen-project</code> command wrong output folder.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-201'>NLPCRAFT-201</a> - NLPCraft CLI usability issues.</li>
<li><a target="jira" href='https://issues.apache.org/jira/browse/NLPCRAFT-208'>NLPCRAFT-208</a> - SQL example invalid SQL generation.</li>
</ul>
</section>