@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.9.2 ]
99
1010### Added
1111
@@ -14,12 +14,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414 [ OGC API - Features syntax] ( https://docs.ogc.org/DRAFTS/24-031.html ) into a ` tsquery `
1515 statement which is used to compare to the description, title, and keywords fields in items or collection_search
1616 - the text search is un-indexed and will be very slow for item-level searches!
17+ - Add support for Postgres 17
18+ - Support for adding data to the private field using the pypgstac loader
1719
1820### Fixed
1921
2022- Add ` open=True ` in ` psycopg.ConnectionPool ` to avoid future behavior change
2123- Switch from postgres ` server_version ` to ` server_version_num ` to get PG version (Fixes #300 )
2224- Allow read-only replicas work even when the context extension is enabled (Fixes #300 )
25+ - Consistently ensure use of instantiated postgres fields when addressing with 'properties.' prefix
26+
27+ ### Changed
28+ - Move rust hydration to a separate repo
2329
2430## [ v0.9.1]
2531
@@ -531,7 +537,7 @@ _TODO_
531537
532538- Fixed issue with pypgstac loads which caused some writes to fail ([ #18 ] ( https://github.com/stac-utils/pgstac/pull/18 ) )
533539
534- [ Unreleased ] : https://github.com/stac-utils/pgstac/compare/v0.9.1...main
540+ [ v0.9.2 ] : https://github.com/stac-utils/pgstac/compare/v0.9.1...v0.9.2
535541[ v0.9.1 ] : https://github.com/stac-utils/pgstac/compare/v0.9.0...v0.9.1
536542[ v0.9.0 ] : https://github.com/stac-utils/pgstac/compare/v0.8.5...v0.9.0
537543[ v0.8.5 ] : https://github.com/stac-utils/pgstac/compare/v0.8.4...v0.8.5
0 commit comments