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