Changelog

v0

v0.5

  • With the createStreamingAnalysis endpoint, clarify that the Accept header, if provided, should be set to text/event-stream. Any other value will be ignored and the response content type will be set to text/event-stream.

  • With the createStreamingAnalysis endpoint, send a data: [DONE] message to indicate the end of the stream. Previously, a [done] message would be sent, which should be ignored by clients per the SSE specification. The [done] message is still sent but will be removed in a future release. Clients should switch to handling data: [DONE] and should remove any handling of [done]. The sample code in the Quickstart tutorial has been updated accordingly.

v0.4

  • Added reference_detail field to Reference objects with structured information on the reference, such as title, authors, and publication date.

  • Added Literature Search API.

  • Support for gzip content encoding (via standard Accept-Encoding: gzip header).

v0.3

v0.2

v0.1