Skip to content

Stage Release for v0.9.0 #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Stage Release for v0.9.0 #267

merged 3 commits into from
Apr 30, 2024

Conversation

bitner
Copy link
Collaborator

@bitner bitner commented Apr 30, 2024

[v0.9.0]

Breaking Changes

  • Context Extension has been deprecated. Context is now reported using OGC Features compliant numberMatched and numberReturned
  • Paging return from search using prev/next properties has been deprecated. Paging is now available in the spec compliant Links

Added

Fixed

  • Fix issue when installing or migrating pgstac using a non superuser (particularly when using the default role found on RDS). (FIXES Error when installing pgstac > v0.8.1 #239). Backports fix into migrations for 0.8.2, 0.8.3, and 0.8.4.
  • Adds fixes/updates to documentation
  • Fixes issue when using geometry with the strict queryables setting set.
  • Fixes issue when there is a None rather than an empty dictionary in hydration.
  • 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 Excessive growth of database logs #242)
  • Refactor search_query and search_where functions to eliminate race condition when running identical queries. (Fixes Occasional syntax errors from well formed search queries #233)
  • Fixes CQL2 Parser for Between operator (Fixes Fix CQL2 parser for BETWEEN operator #251)
  • Update PyO3 for rust hydration performance improvements.

@bitner bitner requested review from zacdezgeo and mmcfarland April 30, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants