Skip to content

java-sdk-2.3.0

Choose a tag to compare

@germanattanasio germanattanasio released this 11 Dec 06:05
· 3708 commits to master since this release

CHANGES

  • [TTS] Error when calling synthesize using Accept #124 ccbd62a
  • [STT] Fix validation issue when calling recognize e042716
  • [VR] Calling recognize with an InputStream #126 74e7ad0
  • [DCS] Removes some duplicated code ac4fef6
  • [DCS] Cleans up unit test df6bf3
  • [DCS] Adds support for using custom configs 18807a
  • [DCS] Cleans up imports 0b8ef46
  • [RR] Use Strings to parse Solr cluster size in Retrieve and Rank cc4df3
  • [DCS] Adds required version query param 36567f
  • [DCS] Makes default version date a static value c8568b6
  • [documentation] fix javadoc for alchemy language 8d6f445
  • [STT] Improve error message when calling recognize #133 73806f0
  • [STT] fix misspelled error 4e8d87c
  • Use preemptive Basic auth when making request with SolrJ 6bd3b8
  • Only run integration tests if is not a pull request db76f0a
  • [ALCHEMY] Added missed confident string to the Author POJO 8e3c3a9
  • [CI] Add constant to corpus c6e58aa
  • [CI] Added ttl and expires_on fields to the document object 46cc6d0
  • [CI] Added a constructor and build methods to the Part object 9e49685
  • [DS] Update the dialog url to be GA 492755f
  • [LT] Added test resources and a forced_glossary 0d4ce42
  • [NLC] Added test resources and json api responses 76ddf72
  • [PI] Added test resources and json api responses d0d49d7
  • [LT] fixed create and delete models fa62ec0
  • [PI] Added timestamp type adapter for contentItems fixed #132 199af58
  • [DC] code review 403777f
  • [DC] Update example to use version date bedbefe
  • [STT] Removed WebSocket example until we add WebSocket support to the SDK b4618c8
  • Removed final from examples ca7da4f
  • Moved resources to service specific folders 8c8ff52
  • Updated examples in README.md ef11c2
  • [RR] Ignore Ranker integration tests #140 52c665b

V2.3.0 CONTRIBUTORS

  • @gjs29: Added support for generic headers and fixed some Retrieve and Rank bugs 🔧
  • @mfulgo: Added version date and support for configurations in Document Conversion :bowtie: