You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rtd/source/developer_guide/release_notes/release-v05-00-00.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Version description of the v5.0.6 release of SlideRule Earth.
6
6
7
7
## Breaking Changes
8
8
9
+
***v5.0.7** - The `atl24-s3` asset has been renamed to `icesat2-atl24` to reflect that it is now the default asset for ATL24. This will also make the transition from local S3 storage to Earthdata Cloud seamless, as the name will not need to change when that happens.
10
+
9
11
***v5.0.3** - The use of the ***SlideRule Provisioning System*** has been deprecated. All accounts in the system must be replaced by GitHub accounts. Authentication for private clusters is now handled by the ***SlideRule Authenticator*** at https://login.slideruleearth.io.
10
12
- The Python client now supports only two authentication flows: (1) the use of a PAT key from GitHub, and (2) an interactive device-flow login to GitHub
11
13
- Support for `.netrc` files has been removed
@@ -58,6 +60,12 @@ Instead the request json must change to be this:
58
60
59
61
## New Functionality
60
62
63
+
***v5.0.7** - [#574](https://github.com/SlideRuleEarth/sliderule/pull/574) - Copernicus DEM 30m raster support added.
64
+
65
+
***v5.0.7** - H5Coro has been updated to support dynamically modified H5 files (which was needed to read older ATL02 granules). This update uses the v2 BTree name index to access link messages in the fractal heap. Currently, this support is only provided in the `h5p` and `h5` endpoints. In the future, this will also be available to the rest of the endpoints.
66
+
67
+
***v5.0.7** - Added `/report/tests` API to *provisioner*; it returns the summary of the results of the last test runner run.
68
+
61
69
***v5.0.3** - The django-based ***SlideRule Provisioning System*** running in AWS ECS has reached end-of-life and is now replaced by the pure Python-based ***SlideRule Provisioner*** running in AWS lambda.
62
70
63
71
***v5.0.3** - The authentication services provided by the ***SlideRule Provisioning System*** have been replaced by the ***SlideRule Authenticator*** which in turn uses GitHub athentication services for account management.
@@ -82,6 +90,16 @@ Instead the request json must change to be this:
82
90
83
91
## Issues Resolved
84
92
93
+
***v5.0.7** - [#569](https://github.com/SlideRuleEarth/sliderule/issues/569) - fixed CRS for GEDI dataframe endpoints
94
+
95
+
***v5.0.7** - [2c4d5b9](https://github.com/SlideRuleEarth/sliderule/commit/2c4d5b9ffffb0cfc5233c99ec09b1c1d6b436dba) - dataframe sampler now supports the file id table
96
+
97
+
***v5.0.7** - [242d4b8](https://github.com/SlideRuleEarth/sliderule/commit/242d4b84fd200bedd14b97d71f9f103cc7264f0e) - dataframe sampler now supports rasters with bands
98
+
99
+
***v5.0.7** - [359f2ae](https://github.com/SlideRuleEarth/sliderule/commit/359f2ae36c1fad6a8289e50c57cd9f6ffa29ea10) - fixed authentication in node.js client
***v5.0.5** - [1fd0f03](https://github.com/SlideRuleEarth/sliderule/commit/1fd0f03306877e11fbc0f2c395b039d8fcfb6c5d) - fixed defaults for `atl06x` and `atl08x`
86
104
87
105
***v5.0.5** - [e2c7cc8](https://github.com/SlideRuleEarth/sliderule/commit/e2c7cc8b379f21ea92b2f17d55b79fd4306e51bc) - project bucket passed through to cluster (fixed issue of netrc file not being found)
@@ -108,6 +126,10 @@ Instead the request json must change to be this:
108
126
109
127
## Development Updates
110
128
129
+
***v5.0.7** - Provisioner now only exposes three lambdas: `schedule`, `destroy`, and `gateway`.
130
+
131
+
***v5.0.7** - [1edc248](https://github.com/SlideRuleEarth/sliderule/commit/1edc248eebfdb930dddb5b979a89f09a2346c280) - node.js npm publishing action updated to support new login requirements
132
+
111
133
***v5.0.3** - [069269b](https://github.com/SlideRuleEarth/sliderule/commit/069269b66b4ea04f50f541e56d0cbd45d26e6310) - Cloudformation owns public cluster dns
112
134
113
135
***v5.0.3** - [defb7a1](https://github.com/SlideRuleEarth/sliderule/commit/defb7a110c5b593464dde9ebbbf7c60f7a0455c7) - Docker compose files are now embedded in the cloudformation configuration files for the cluster.
0 commit comments