@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.5.0] - 2022-05-18
9
+
10
+ ### Added
11
+
12
+ - Added STAC_API_VERSION as an environment variable to the serverless.yml file
13
+ - Added STAC_API_VERSION to display on the API landing page within the api.js file
14
+ under src/lib/api.js in the collectionsToCatalogLinks function
15
+
16
+ ### Changed
17
+
18
+ - Changed the rel type to 'server' for the URL to the STAC API webpage inside the Links object
19
+
20
+ ### Removed
21
+
22
+ - Removed the failed-ingest Lambda function from the serverless.yml file since this function is no longer needed
23
+ - Deleted failed-ingest folder from the src/lambdas directory
24
+
8
25
## [ 0.4.0] - 2022-04-19
9
26
10
27
### Added
@@ -56,18 +73,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
56
73
## [ 0.3.1] - 2021-07-28
57
74
58
75
### Removed
76
+
59
77
- stac_api_version from root catalog ([ #126 ] ( https://github.com/stac-utils/stac-server/pull/126 ) )
60
78
61
79
### Fixed
80
+
62
81
- Root catalog now properly includes ` type: Catalog `
63
82
64
83
## [ 0.3.0] - 2021-07-06
65
84
66
85
### Added
86
+
67
87
- Added conformsTo to root catalog
68
88
- Added geo_point mapping to items -> properties -> epsg: centroid
69
89
70
90
### Fixed
91
+
71
92
- Array GET parameters can now be comma-delimited, as per spec
72
93
- Collections link rel type changed to ` data `
73
94
- Added required rel=search links in root
@@ -76,6 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
76
97
- Integration tests
77
98
78
99
### Changed
100
+
79
101
- Elasticsearch version update 6.8 -> 7.9
80
102
- Updated all mappings
81
103
- Enforce only HTTPS access
@@ -86,31 +108,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
86
108
- Increase SQS VisibilityTimeout and Ingest Lambda timeout
87
109
88
110
### Removed
111
+
89
112
- Mapping types (deprecated in Elasticsearch)
90
113
91
114
## [ 0.2.1] - 2020-12-14
92
115
93
116
### Fixed
117
+
94
118
- Pagination is now STAC compliant
95
119
- Response from ` /collections ` is now STAC compliant
96
120
- Return 404 errors when collections or items not found
97
121
98
122
### Removed
99
- - Specified mapping for temporal and spatial properties (will auto map)
100
123
124
+ - Specified mapping for temporal and spatial properties (will auto map)
101
125
102
126
## [ 0.2.0] - 2020-09-21
103
127
104
128
### Added
129
+
105
130
- Partial STAC transaction extension added, disabled by default - set ENABLE_TRANSACTIONS_EXTENSION=true to enable
106
131
107
132
### Changed
133
+
108
134
- Name changed from 'stac-api' to 'stac-server' to avoid confusion with [ stac-api-spec] ( https://github.com/radiantearth/stac-api-spec )
109
135
- Elasticsearch client library updated to @elastic/elasticsearch
110
136
111
137
### Removed
112
- - Collection properties no longer merged into Item on ingest (commons extension removed from STAC)
113
138
139
+ - Collection properties no longer merged into Item on ingest (commons extension removed from STAC)
114
140
115
141
## [ 0.1.0] - 2020-03-20
116
142
0 commit comments