Skip to content

Commit ba34978

Browse files
Neeraj SirdeshmukhNeeraj Sirdeshmukh
authored andcommitted
updated CHANGELOG.md - remove failed Lambda ingest
1 parent 5b648b5 commit ba34978

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
815
## [0.4.0] - 2022-04-19
916

1017
### Added
@@ -56,18 +63,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5663
## [0.3.1] - 2021-07-28
5764

5865
### Removed
66+
5967
- stac_api_version from root catalog ([#126](https://github.com/stac-utils/stac-server/pull/126))
6068

6169
### Fixed
70+
6271
- Root catalog now properly includes `type: Catalog`
6372

6473
## [0.3.0] - 2021-07-06
6574

6675
### Added
76+
6777
- Added conformsTo to root catalog
6878
- Added geo_point mapping to items -> properties -> epsg:centroid
6979

7080
### Fixed
81+
7182
- Array GET parameters can now be comma-delimited, as per spec
7283
- Collections link rel type changed to `data`
7384
- 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.
7687
- Integration tests
7788

7889
### Changed
90+
7991
- Elasticsearch version update 6.8 -> 7.9
8092
- Updated all mappings
8193
- Enforce only HTTPS access
@@ -86,31 +98,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8698
- Increase SQS VisibilityTimeout and Ingest Lambda timeout
8799

88100
### Removed
101+
89102
- Mapping types (deprecated in Elasticsearch)
90103

91104
## [0.2.1] - 2020-12-14
92105

93106
### Fixed
107+
94108
- Pagination is now STAC compliant
95109
- Response from `/collections` is now STAC compliant
96110
- Return 404 errors when collections or items not found
97111

98112
### Removed
99-
- Specified mapping for temporal and spatial properties (will auto map)
100113

114+
- Specified mapping for temporal and spatial properties (will auto map)
101115

102116
## [0.2.0] - 2020-09-21
103117

104118
### Added
119+
105120
- Partial STAC transaction extension added, disabled by default - set ENABLE_TRANSACTIONS_EXTENSION=true to enable
106121

107122
### Changed
123+
108124
- Name changed from 'stac-api' to 'stac-server' to avoid confusion with [stac-api-spec](https://github.com/radiantearth/stac-api-spec)
109125
- Elasticsearch client library updated to @elastic/elasticsearch
110126

111127
### Removed
112-
- Collection properties no longer merged into Item on ingest (commons extension removed from STAC)
113128

129+
- Collection properties no longer merged into Item on ingest (commons extension removed from STAC)
114130

115131
## [0.1.0] - 2020-03-20
116132

0 commit comments

Comments
 (0)