File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Removed
11
11
12
- - Context Extension is not disabled by default, and can be enabled with ENABLE_CONTEXT_EXTENSION
12
+ - Context Extension is now disabled by default, and can be enabled with ENABLE_CONTEXT_EXTENSION
13
13
- Removed configurability of the Root / Landing Page Catalog stac_version via the
14
14
STAC_VERSION environment variable. This is now fixed at 1.1.0.
15
15
- Child link relations removed from root (landing page).
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ apiLambda --> opensearch
174
174
175
175
#### Context Extension disabled by default
176
176
177
- Context Extension is not disabled by default, and can be enabled with ENABLE_CONTEXT_EXTENSION
177
+ Context Extension is now disabled by default, and can be enabled with ENABLE_CONTEXT_EXTENSION
178
178
env var. Usage of the "context" object "limit", "matched", and "returned" fields can be replaced
179
179
with the root-level fields "numberMatched" and "numberReturned".
180
180
You can’t perform that action at this time.
0 commit comments