Releases: nuecho/rivr
Releases · nuecho/rivr
Version 1.0.13
Version 1.0.13:
Rivr core
Changed
- Code compiled for Java 8+.
Added
- (nothing)
Removed
- (nothing)
Fixed
- (nothing)
Rivr VoiceXML
Changed
- Code compiled for Java 8+.
Added
- (nothing)
Removed
- (nothing)
Fixed
- Fixed problem with hangup during recording. In
rivr.js
, theaddRecordingResult
was raising an error when therecord$
variable is null or undefined. A null check was added.
Version 1.0.12
Version 1.0.12:
Rivr core
Changed
- (nothing)
Added
- (nothing)
Removed
- (nothing)
Fixed
- (nothing)
Rivr VoiceXML
Changed
- Updated dependency for commons-fileupload (1.2.1 -> 1.4) [CVE-2014-0050, CVE-2013-0248]
Added
- (nothing)
Removed
- (nothing)
Fixed
- (nothing)
Version 1.0.11
Rivr 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)
Version 1.0.10
Rivr 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.
Version 1.0.9
Rivr 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.
Version 1.0.8
Rivr core
Changed
- (nothing)
Added
- (nothing)
Removed
- (nothing)
Fixed
- (nothing)
Rivr VoiceXML
Changed
- (nothing)
Added
- (nothing)
Removed
- (nothing)
Fixed
Version 1.0.7
Rivr 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)
Version 1.0.6
Rivr 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.
Version 1.0.5
Rivr 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)
Version 1.0.4
Rivr 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.