Skip to content

Commit

Permalink
Change of datetime type in BaseSearchGetRequest + test improvement (#318
Browse files Browse the repository at this point in the history
)

* updated gitignore

* added new test item

* added second item to tests

* removed Dict as an option for base get search

* simplifies temporal tests so they only address a datetime search

* updated change log

* modified gitignore

* updated changelog to reflect actual PR number

Co-authored-by: Nathan Zimmerman <[email protected]>
  • Loading branch information
zstatmanweil and moradology authored Jan 12, 2022
1 parent 9ef0d69 commit 93debff
Show file tree
Hide file tree
Showing 5 changed files with 738 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ tests/logging.ini
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -106,7 +107,7 @@ celerybeat-schedule
*.sage.py

# dotenv
.env
**/.env

# Spyder project settings
.spyderproject
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* The minimum `limit` value for searches is now 1 ([#296](https://github.com/stac-utils/stac-fastapi/pull/296))
* Links stored with Collections and Items (e.g. license links) are now returned with those STAC objects ([#282](https://github.com/stac-utils/stac-fastapi/pull/282))
* Content-type response headers for the /api endpoint now reflect those expected in the STAC api spec ([#287](https://github.com/stac-utils/stac-fastapi/pull/287))
* Changed type options for datetime in BaseSearchGetRequest ([#315](https://github.com/stac-utils/stac-fastapi/pull/318))
* Expanded on tests to ensure properly testing get and post searches ([#315](https://github.com/stac-utils/stac-fastapi/pull/318))

## [2.2.0]

Expand Down
Loading

0 comments on commit 93debff

Please sign in to comment.