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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
### UNRELEASED
7
+
### [v0.9.0]
8
8
9
+
### Breaking Changes
10
+
- Context Extension has been deprecated. Context is now reported using OGC Features compliant numberMatched and numberReturned
11
+
- Paging return from search using prev/next properties has been deprecated. Paging is now available in the spec compliant Links
12
+
13
+
### Added
14
+
- Add support for Casei and Accenti (Fixes #237). (Also, requires the addition of the unaccent extension)
15
+
- Add numberReturned and numberMatched fields for ItemCollection. BREAKING CHANGE: As the context extension is deprecated, this also removes the "context" item from results.
9
16
- Updated docs on automated updates of collection extents. (CLOSES #247)
17
+
- stac search now returns paging information using standards compliant links rather than prev/next properties (Fixes #265)
10
18
11
19
### Fixed
12
20
- Fix issue when installing or migrating pgstac using a non superuser (particularly when using the default role found on RDS). (FIXES #239). Backports fix into migrations for 0.8.2, 0.8.3, and 0.8.4.
13
21
- Adds fixes/updates to documentation
14
22
- Fixes issue when using geometry with the strict queryables setting set.
23
+
- Fixes issue when there is a None rather than an empty dictionary in hydration.
24
+
- Use "debug" log level rather than "log" to prevent growth in log messages due to differences in how client_min_messages and log_min_messages treat log levels. (Fixes #242)
25
+
- Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes #233)
26
+
- Fixes CQL2 Parser for Between operator (Fixes #251)
27
+
- Update PyO3 for rust hydration performance improvements.
28
+
29
+
15
30
16
31
17
32
## [v0.8.4]
@@ -438,7 +453,7 @@ _TODO_
438
453
### Fixed
439
454
440
455
- Fixed issue with pypgstac loads which caused some writes to fail ([#18](https://github.com/stac-utils/pgstac/pull/18))
0 commit comments