All Versions
12
Latest Version
Avg Release Cycle
211 days
Latest Release
2072 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.11 Changes
July 15, 2019Rivr core
๐ Changed
- ๐ Now using Gradle 5.5.1 (for building Rivr itself)
- Various Javadoc changes.
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- DialogueServlet: Parameter
com.nuecho.rivr.core.webappServerSessionTrackingEnabled
can now be set tofalse
.
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
-
v1.0.10 Changes
February 22, 2018Rivr core
๐ Changed
- ๐ Using Gradle 4.5.1. JDK 7 is the minimal version to build Rivr. Can still run under Java SE 6.
โ Added
- ErrorStep, LastTurnStep, OutputTurnStep: Added equals and hashCode methods.
โ Removed
- (nothing)
๐ Fixed
- ๐ Fixed servlet API dependency. Now a "compileOnly" dependency. Should no longer be present in Maven POM files.
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- Turn-related entities: Added equals and hashCode methods.
โ Removed
- (nothing)
๐ Fixed
- ๐ SpeechRecognition: Fixed hashCode and equals methods: now invoking methods of super.
-
v1.0.9 Changes
March 31, 2017Rivr core
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- ๐ Fixed error with invalid namespace for xmlns attribute.
-
v1.0.8 Changes
March 30, 2017Rivr core
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
-
v1.0.7 Changes
December 31, 2015Rivr core
๐ Changed
- ๐ SynchronousDialogueChannel: Enhanced error handling. Instead of throwing an exception in the dialogue thread, the error is logged.
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
-
v1.0.6 Changes
April 23, 2015Rivr core
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- ๐ VoiceXmlInputTurnFactory: Fixed charset parsing in Content-Type header of multipart requests and improved error handling.
-
v1.0.5 Changes
March 12, 2015Rivr core
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- ๐ DialogueServlet: Fixed bug where com.nuecho.rivr.core.sessionTimeout and com.nuecho.rivr.core.sessionScanPeriod servlet init-arg were ignored.
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
-
v1.0.4 Changes
January 14, 2015Rivr core
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)
Rivr VoiceXML
๐ Changed
- (nothing)
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- ๐ Fixed Github issue #1 A recording stopped by a connection.disconnect event wasn't added to the result.
-
v1.0.3 Changes
May 22, 2014Rivr core
๐ Changed
- (nothing)
โ Added
- ๐ New mechanism to query version number of Rivr.
- DialogueServlet: Added loggers for servlet itself and for responses.
โ Removed
- (nothing)
๐ Fixed
- DialogueServlet: destroy() called on initialization error.
- DialogueServlet: Stopping session container on shutdown.
- ๐ DialogueServlet: Fixed leak caused by MDC (slf4j) stored in a ThreadLocal.
Rivr VoiceXML
๐ Changed
- โก๏ธ build.gradle: Updated run-time dependency: org.glassfish:javax.json:1.0.4.
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- ๐ Fixed problem preventing a variable declaration not to have an initial value.
-
v1.0.2 Changes
May 05, 2014Rivr core
๐ Changed
- (nothing)
โ Added
ServletResponseContent
: addedgetContentLength()
โ Removed
- (nothing)
๐ Fixed
DialogueServlet
: Generates theContent-Length
header. This prevents chunked encoding on some servlet containers (at least on Oracle WebLogic). This was causing problem for the dialog
ue runner.
Rivr VoiceXML
๐ Changed
XmlDocumentServletResponseContent
andJsonServletResponseContent
: addedgetContentLength()
โ Added
- (nothing)
โ Removed
- (nothing)
๐ Fixed
- (nothing)