Skip to content

v1.2.0

Compare
Choose a tag to compare
@PaulKGrimes PaulKGrimes released this 25 Jun 18:54
· 15 commits to main since this release
5b7dcd5

This release brings the available types for pushing to SMA-X into line with the latest strict specification. At the same time, it enables a wider range of types for pulling from SMA-X, for backwards compatibility.

New features:

  • integers or floats shared to SMA-X that overflow the requested type will automatically be promoted to the necessary width.
  • a 'maintain_type' option to smax_share has been added to retrieve the current SMA-X type from the SMA-X server, and cast the input value(s) to that type
  • a 'raw' option has been added to smax_pull, to directly return the byte sequence returned by Redis, for debugging purposes.