Incorrect data in 1.0.0 streaming results #7
Unanswered
PeterShinners
asked this question in
Posts
Replies: 1 comment
|
Philosophical question; If an API break falls in the forest but nobody is around to notice it, is it an API break? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There's a bug in the 1.0.0 server when processing streaming results. This happens when clients send
Accepts: application/ndjson. The individual rows are intended to be "Result" objects in json. The public server was wrapping the results in a typed container. Perhaps nice for future flexibility. But needless for all foreseeable needs.The Thumbrella Cloud server did not have this problem. The next server release will have this updated to match. While this is technically a "breaking change", it's a risk I'm willing to take on the eve of these initial releases.
To user #1 out there, apologies.
As a bonus, the Thumbrella Demo site is being updated to also support streaming requests. Making it a more realistic test environment.
All reactions