Skip to content

Commit 8fed9f9

Browse files
author
Phil Varner
committed
update flake8 and update changelog
1 parent a82a768 commit 8fed9f9

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: black
1010
args: [ '--safe' ]
1111
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.9.0
12+
rev: 4.0.1
1313
hooks:
1414
- id: flake8
1515
args: [

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Added
1313

14-
- Support for Elasticsearch 7.x or 8.x
15-
1614
### Fixed
1715

1816
- Fixed search intersects query
1917

2018
### Changed
2119

20+
- Default to Python 3.10
21+
- Default to Elasticsearch 8.x
22+
23+
### Removed
24+
25+
## [0.1.0]
26+
27+
### Deprecated
28+
29+
### Added
30+
31+
### Fixed
32+
33+
### Changed
34+
2235
- Elasticsearch index mappings updated to be more thorough.
2336
- Endpoints that return items (e.g., /search) now sort the results by 'properties.datetime,id,collection'.
2437
Previously, there was no sort order defined.
@@ -28,5 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2841

2942
### Removed
3043

44+
## Versions
3145

32-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/main>
46+
- [Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0...main>
47+
- [v0.1.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.1.0>

0 commit comments

Comments
 (0)