Skip to content

Commit ab74adc

Browse files
fix changelog and add 0.8.5 changes (#269)
1 parent 7c3dfc2 commit ab74adc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- stac search now returns paging information using standards compliant links rather than prev/next properties (Fixes #265)
1818

1919
### 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.
2320
- Fixes issue when there is a None rather than an empty dictionary in hydration.
2421
- 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)
2522
- Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes #233)
2623
- Fixes CQL2 Parser for Between operator (Fixes #251)
2724
- Update PyO3 for rust hydration performance improvements.
2825

26+
## [v0.8.5]
2927

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.
3132

3233
## [v0.8.4]
3334

@@ -453,8 +454,11 @@ _TODO_
453454
### Fixed
454455

455456
- Fixed issue with pypgstac loads which caused some writes to fail ([#18](https://github.com/stac-utils/pgstac/pull/18))
456-
[v0.9.0]: https://github.com/stac-utils/pgstac/compare/v0.8.4...v0.9.0
457-
[v0.8.4]: https://github.com/stac-utils/pgstac/compare/v0.8.2...v0.8.4
457+
458+
459+
[v0.9.0]: https://github.com/stac-utils/pgstac/compare/v0.8.5...v0.9.0
460+
[v0.8.5]: https://github.com/stac-utils/pgstac/compare/v0.8.4...v0.8.5
461+
[v0.8.4]: https://github.com/stac-utils/pgstac/compare/v0.8.3...v0.8.4
458462
[v0.8.3]: https://github.com/stac-utils/pgstac/compare/v0.8.2...v0.8.3
459463
[v0.8.2]: https://github.com/stac-utils/pgstac/compare/v0.8.1...v0.8.2
460464
[v0.8.1]: https://github.com/stac-utils/pgstac/compare/v0.8.0...v0.8.1

0 commit comments

Comments
 (0)