File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ### Deprecated
11
+
12
+ ### Added
13
+
14
+ ### Fixed
15
+
16
+ ### Changed
17
+
18
+ - Elasticsearch index mappings updated to be more thorough.
19
+
20
+ ### Removed
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Elasticsearch backend for stac-fastapi.
4
4
5
5
** WIP** This backend is not yet stable (notice no releases yet), so use the pgstac backend instead.
6
6
7
+ For changes, see the [ Changelog] ( CHANGELOG.md ) .
8
+
7
9
## Development Environment Setup
8
10
9
11
Install [ pre-commit] ( https://pre-commit.com/#install ) .
You can’t perform that action at this time.
0 commit comments