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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- stac search now returns paging information using standards compliant links rather than prev/next properties (Fixes #265)
18
18
19
19
### Fixed
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.
21
-
- Adds fixes/updates to documentation
22
-
- Fixes issue when using geometry with the strict queryables setting set.
23
20
- Fixes issue when there is a None rather than an empty dictionary in hydration.
24
21
- 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
22
- Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes #233)
26
23
- Fixes CQL2 Parser for Between operator (Fixes #251)
27
24
- Update PyO3 for rust hydration performance improvements.
28
25
26
+
## [v0.8.5]
29
27
30
-
28
+
### Fixed
29
+
- 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.
30
+
- Adds fixes/updates to documentation
31
+
- Fixes issue when using geometry with the strict queryables setting set.
31
32
32
33
## [v0.8.4]
33
34
@@ -453,8 +454,11 @@ _TODO_
453
454
### Fixed
454
455
455
456
- Fixed issue with pypgstac loads which caused some writes to fail ([#18](https://github.com/stac-utils/pgstac/pull/18))
0 commit comments