Skip to content

Commit 72751d2

Browse files
committed
chore: more changelog updates
1 parent ca54468 commit 72751d2

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

CHANGELOG.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
### Added
1010

1111
- lru_cache to several methods [#167](https://github.com/stac-utils/pystac-client/pull/167)
12+
- Direct item GET via ogcapi-features, if conformant [#166](https://github.com/stac-utils/pystac-client/pull/166)
1213

1314
### Changed
1415

1516
- Better error message when trying to search a non-item-search-conforming catalog [#164](https://github.com/stac-utils/pystac-client/pull/164)
17+
- Search `filter-lang` defaults to `cql2-json` instead of `cql-json`
18+
- Search `filter-lang` will be set to `cql2-json` if the `filter` is a dict, or `cql2-text` if it is a string
19+
- Search parameter `intersects` is now typed to only accept a str, dict, or object that implements `__geo_interface__`
1620

1721
### Fixed
1822

1923
- Search sortby parameter now has correct typing and correctly handles both GET and POST JSON parameter formats. [#175](https://github.com/stac-utils/pystac-client/pull/175)
2024
- Search fields parameter now has correct typing and correctly handles both GET and POST JSON parameter formats. [#184](https://github.com/stac-utils/pystac-client/pull/184)
2125
- Use pytest configuration to skip benchmarks by default (instead of a `skip` mark) [#168](https://github.com/stac-utils/pystac-client/pull/168)
2226

27+
## Removed
28+
29+
- Client parameter `require_geojson_link` has been removed.
30+
2331
## [v0.3.5] - 2022-05-26
2432

2533
### Fixed
@@ -28,10 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2836

2937
## [v0.3.4] - 2022-05-18
3038

31-
### Added
32-
33-
- Direct item GET via ogcapi-features, if conformant [#166](https://github.com/stac-utils/pystac-client/pull/166)
34-
3539
### Changed
3640

3741
- Relaxed media type requirement for search links [#160](https://github.com/stac-utils/pystac-client/pull/160), [#165](https://github.com/stac-utils/pystac-client/pull/165)
@@ -47,13 +51,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4751

4852
- Relaxed upper bound on PySTAC dependency [#144](https://github.com/stac-utils/pystac-client/pull/144)
4953
- Bumped PySTAC dependency to >= 1.4.0 [#147](https://github.com/stac-utils/pystac-client/pull/147)
50-
- Search `filter-lang` defaults to `cql2-json` instead of `cql-json`
51-
- Search `filter-lang` will be set to `cql2-json` if the `filter` is a dict, or `cql2-text` if it is a string
52-
- Search parameter `intersects` is now typed to only accept a str, dict, or object that implements `__geo_interface__`
53-
54-
## Removed
55-
56-
- Client parameter `require_geojson_link` has been removed.
5754

5855
## [v0.3.2] - 2022-01-11
5956

0 commit comments

Comments
 (0)