You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
13
13
14
14
### Fixed
15
15
16
+
- Ensure datetime filter uses nanosecond precision (6 digits) instead of millisecond (3 digits) and truncation of after 3 miliseconds, and enforce 1970-2262 date boundaries to prevent Elasticsearch/OpenSearch resolution errors. [#529](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/529)
0 commit comments