All Versions
12
Latest Version
Avg Release Cycle
211 days
Latest Release
2072 days ago

Changelog History
Page 1

  • v1.0.11 Changes

    July 15, 2019

    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)
  • v1.0.10 Changes

    February 22, 2018

    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.
  • v1.0.9 Changes

    March 31, 2017

    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.
  • v1.0.8 Changes

    March 30, 2017

    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)
  • v1.0.7 Changes

    December 31, 2015

    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)
  • v1.0.6 Changes

    April 23, 2015

    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.
  • v1.0.5 Changes

    March 12, 2015

    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)
  • v1.0.4 Changes

    January 14, 2015

    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.
  • v1.0.3 Changes

    May 22, 2014

    Rivr 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, 2014

    Rivr core

    ๐Ÿ”„ Changed
    • (nothing)
    โž• Added
    • ServletResponseContent: added getContentLength()
    โœ‚ Removed
    • (nothing)
    ๐Ÿ›  Fixed
    • DialogueServlet: Generates the Content-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 and JsonServletResponseContent: added getContentLength()
    โž• Added
    • (nothing)
    โœ‚ Removed
    • (nothing)
    ๐Ÿ›  Fixed
    • (nothing)