You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-11
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
### Added
10
10
11
11
- 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)
12
13
13
14
### Changed
14
15
15
16
- 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__`
16
20
17
21
### Fixed
18
22
19
23
- 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)
20
24
- 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)
21
25
- Use pytest configuration to skip benchmarks by default (instead of a `skip` mark) [#168](https://github.com/stac-utils/pystac-client/pull/168)
22
26
27
+
## Removed
28
+
29
+
- Client parameter `require_geojson_link` has been removed.
30
+
23
31
## [v0.3.5] - 2022-05-26
24
32
25
33
### Fixed
@@ -28,10 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
36
29
37
## [v0.3.4] - 2022-05-18
30
38
31
-
### Added
32
-
33
-
- Direct item GET via ogcapi-features, if conformant [#166](https://github.com/stac-utils/pystac-client/pull/166)
34
-
35
39
### Changed
36
40
37
41
- 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.
47
51
48
52
- Relaxed upper bound on PySTAC dependency [#144](https://github.com/stac-utils/pystac-client/pull/144)
49
53
- 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.
0 commit comments