2026-05-08
Version description of the v5.4.1 release of SlideRule Earth.
Significant Changes¶
v5.4.0 - The
arrowendpoints are no longer routed from/arrow/{endpoint}but instead are routed from/source/{endpoint}with theAccept: {content-type}HTTP header supplied in the request. The support arrow content types are “application/arrow” or simply “arrow”. For convenience, specifying the accepted content type of an endpoint can also be accomplished by supplying a suffix to the endpoint name:/source/{endpoint}.{content-type}.
For example the following are equivalent:
curl -H "Accept: arrow" https://sliderule.slideruleearth.io/source/atl03x
curl https://sliderule.slideruleearth.io/source/atl03x.arrowNew Functionality¶
v5.4.0 - The SlideRule team is now tracking a coordinate per request that falls within the AOI of the request.
v5.4.1 - #608 - Generated OpenAPI specifications for all endpoints
v5.4.2 - #634 - Comprehensive updates to documentation and generation of OpenAPI specification
v5.4.3 - 6205dbd - Support for global tif mask supplied as AOI
Issues Resolved¶
v5.4.0 - 95a2815 - fixed ilb rate limiting regression introduced with user service capacity
v5.4.2 - Various fixes and improvements to supply full OpenAPI specification as rendered HTML; includes providing descriptions for record fields #619; includes adding tags to all endpoints 1c6c874
v5.4.3 - d629c80 - creating new session will extend private cluster if cluster currently running.
v5.4.3 - Numerous fixes for
job runnerv5.4.4 - 176ec9e - S3 v4 writes
v5.4.4 - 75ffb0a - S3 curl connection sharing
v5.4.4 - Numerous fixes for
test runner
Development Updates¶
v5.4.0 - There was significant rework of internal code to support loading an endpoint and getting access to parameters and metadata prior to executing the endpoint.
v5.4.2 - 5f599f2 - reworked parameter objects so that endpoints only use parameters that are specific to them (this also improves openapi documentation)
v5.4.2 - adf6e72 - plugins must now be included in the docker image
v5.4.4 - da445d0 - ATL24 uses NSIDC data store
Getting This Release¶
https://
Metrics¶
clients/python/utils/benchmark.py
clients/python/utils/baseline.py