Skip to content

Commit

Permalink
Fix collection extent schema (#278)
Browse files Browse the repository at this point in the history
* fixes for collection extent updating

* add some tests for update_collection_extent flag

---------

Co-authored-by: David W Bitner <[email protected]>
  • Loading branch information
hrodmn and bitner authored Jun 4, 2024
1 parent a9b71b5 commit a1e7c04
Show file tree
Hide file tree
Showing 13 changed files with 4,933 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ src/pypgstac/dist
*.egg-info
*.eggs
venv
env
.direnv
src/pypgstac/target
src/pypgstac/python/pypgstac/*.so
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

### Fixed
- Fixed double nested extent when using trigger based update collection extent. (Fixes #274)

### [v0.9.0]

### Breaking Changes
Expand Down
Loading

0 comments on commit a1e7c04

Please sign in to comment.