Skip to content

Commit 15bc276

Browse files
committed
release notes for v4.16.0
1 parent 3c4aa74 commit 15bc276

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Release v.4.16.0
2+
3+
2025-06-27
4+
5+
Version description of the v.4.16.0 release of SlideRule Earth.
6+
7+
## New/Improved Functionality
8+
9+
* [3c4aa74](https://github.com/SlideRuleEarth/sliderule/commit/3c4aa74afe515b0306f77af9cec8d9effe8bc0fd) - `fields` parameter was added to the `output` parameters
10+
11+
* PGC ArcticDEM Strips and REMA Strips now use PGC STAC endpoint
12+
13+
* Rate limiting implemented on public cluster. When a request location (defined as the registered location for the source IP address of the client originating the request) exceeds 100K granules processed in a given week, then IPs from that location are rate limited to processing 1 granule per minute for the rest of the week. Requests that are rate limited are responded to with a 429 HTTP code and a corresponding `retry-after` header.
14+
15+
* [aba56e5](https://github.com/SlideRuleEarth/sliderule/commit/aba56e58f64a97427a03df936e24d358f32e582d) and [#563](https://github.com/SlideRuleEarth/sliderule-web-client/issues/563) - added `assets` endpoint
16+
17+
## Issues Resolved
18+
19+
* [e238acd](https://github.com/SlideRuleEarth/sliderule/commit/e238acd92d1745862325d2a96949a342e62b5250) - clarified confusing version mismatch warning
20+
21+
## Development Changes
22+
23+
* Pytests that depend on external services (CMR, STAC, TNM) are marked as such and do not cause a CI/CD pipeline failure.
24+
25+
* The _Usage Report_ now includes the time span over which the data is being summarized.
26+
27+
* Added node.js tests that simulate the browser environment to catch potential issues with browser compatibility
28+
29+
* Exposed `/discovery/status` endpoint to the web client (worked out CORS headers)
30+
31+
* [6d58b0d](https://github.com/SlideRuleEarth/sliderule/commit/6d58b0d106febc306b749123335a6c73b8e13ea5) - notebooks rendered as part of building the static website
32+
33+
* On startup, attempt is made to download the leap seconds file from NIST and use it instead of the one checked into the repository
34+
35+
## Getting This Release
36+
37+
[https://github.com/SlideRuleEarth/sliderule/releases/tag/v.4.16.0](https://github.com/SlideRuleEarth/sliderule/releases/tag/v.4.16.0)
38+
39+
## Benchmarks
40+
> clients/python/utils/benchmark.py
41+
```
42+
```
43+
44+
## Baseline
45+
> clients/python/utils/baseline.py
46+
:::{note}
47+
:::

0 commit comments

Comments
 (0)