Skip to content

Releases: DiamondLightSource/hdf5-reader-service

Fix always snaked maps

16 Dec 11:35

Choose a tag to compare

The 'snake' query parameter was not typed and was therefore treated as a string which always evaluated to True. This is now fixed, and the snake parameter is defaulted to False.

Test fix to always snaked maps

16 Dec 10:18

Choose a tag to compare

Pre-release
Add type hints to /map endpoint query params

Without which the snake param is taken as a string, resulting in snake
always being True. Fixed, and additionally defaulted snake to False.

Detect and report snake nature of scans

08 Dec 10:12
b9f71e9

Choose a tag to compare

Report on the snakedness of the scan (#35)

For now simply testing whether 'Snake' appears in the scan spec.

Send periodic heartbeat over SSE endpoint

24 Oct 07:14

Choose a tag to compare

v0.2.7

Send period hearbeats to keep SSE stream alive

Return JSON object from /map, not just dataset

17 Oct 14:41

Choose a tag to compare

v0.2.6

Return {values: [[...]]} instead of just the ndarray

Fixed reshaping logic

16 Oct 13:47

Choose a tag to compare

v0.2.4

Fix daft implementation of map reshape

v0.2.3

13 Oct 13:17

Choose a tag to compare

Ensure logging propagates to root

SSE and shaped maps

10 Oct 13:49

Choose a tag to compare

v0.2.2

Add stomp listener and SSE endpoint

Return JSON object from /map, not just dataset

17 Oct 14:39
92db7b4

Choose a tag to compare

v0.2.5

Add ability to mount volumes; publish helm chart

Fix container entrypoint

03 Oct 10:08

Choose a tag to compare

v0.2.1

Change image entry point