Releases: simple-access-layer/source
Releases · simple-access-layer/source
Release list
v1.2.5 Release
Added files for poetry environment.
Updated requirements.txt and setup.py.
Fixed bug preventing ConnectionError being raised when client fails to connect to host.
Fixed bug in exception thrown when deserialising asymmetric errors.
v1.2.4 Release
Fixed bug preventing username and password authentication (#41).
v1.2.3 Release
Fixed bugs which prevented authentication due to auth token writing failure.
Removed filtering of all warnings.
v1.2.2 Release
Added Array data class.
Made array handling more robust by enforcing row-major ordering.