Skip to content

Releases: nuecho/rivr

Version 1.0.13

14 Feb 19:15
4fbed3f
Compare
Choose a tag to compare

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, the addRecordingResult was raising an error when the record$ variable is null or undefined. A null check was added.

Version 1.0.12

16 Jan 18:34
Compare
Choose a tag to compare

Version 1.0.12:

Rivr core

Changed

  • (nothing)

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • (nothing)

Rivr VoiceXML

Changed

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • (nothing)

Version 1.0.11

15 Jul 17:40
Compare
Choose a tag to compare

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 to false.

Rivr VoiceXML

Changed

  • (nothing)

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • (nothing)

Version 1.0.10

22 Feb 02:55
Compare
Choose a tag to compare

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

31 Mar 12:10
Compare
Choose a tag to compare

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

30 Mar 01:48
Compare
Choose a tag to compare

Rivr core

Changed

  • (nothing)

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • (nothing)

Rivr VoiceXML

Changed

  • (nothing)

Added

  • (nothing)

Removed

  • (nothing)

Fixed

  • Fixed GitHub issue #2 (error in VoiceXmlInputTurnFactory following transfer error)
  • Fixed GitHub issue #3 (On IBM Java runtime, xmlns attribute not set on VoiceXML document root element)

Version 1.0.7

31 Dec 17:27
Compare
Choose a tag to compare

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

23 Apr 02:14
Compare
Choose a tag to compare

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

12 Mar 18:43
Compare
Choose a tag to compare

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

14 Jan 02:42
Compare
Choose a tag to compare

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.