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
+26-11
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
@@ -8,6 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
9
10
### Added
10
11
12
+
### Changed
13
+
14
+
### Fixed
15
+
16
+
## Removed
17
+
18
+
### Deprecated
19
+
20
+
## [v0.5.0] - 2022-08-19
21
+
22
+
### Added
23
+
11
24
- Added a new keyword `modifier` to various constructors like `Client.open()`[#259](https://github.com/stac-utils/pystac-client/issues/259)
12
25
13
26
### Fixed
@@ -42,14 +55,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
42
55
- Better error message when trying to search a non-item-search-conforming catalog [#164](https://github.com/stac-utils/pystac-client/pull/164)
43
56
- Search `filter-lang` defaults to `cql2-json` instead of `cql-json`[#169](https://github.com/stac-utils/pystac-client/pull/169)
44
57
- Search `filter-lang` will be set to `cql2-json` if the `filter` is a dict, or `cql2-text` if it is a string [#169](https://github.com/stac-utils/pystac-client/pull/169)
45
-
- Search parameter `intersects` is now typed to only accept a str, dict, or object that implements `__geo_interface__`[#169](https://github.com/stac-utils/pystac-client/pull/169)
58
+
- Search parameter `intersects` is now typed to only accept a str, dict, or object that implements `__geo_interface__`[#174](https://github.com/stac-utils/pystac-client/pull/174)
46
59
- Better error message when trying to open a Collection with `Client.open`[#222](https://github.com/stac-utils/pystac-client/pull/222)
47
60
48
-
49
61
### Deprecated
50
62
51
63
- Item Search methods `get_items()` and `get_item_collections()` have been renamed to
52
-
`items()` and `item_collections()`. The original methods are now deprecated
64
+
`items()` and `item_collections()`. The original methods are now deprecated
53
65
and may be removed as early as v0.5.0. [#206](https://github.com/stac-utils/pystac-client/pull/206)
54
66
- Item Search methods `get_all_items()` and `get_all_items_as_dict()` are now deprecated,
55
67
and may be removed as early as v0.5.0.
@@ -60,10 +72,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
60
72
`item_collections()` should be used instead. [#206](https://github.com/stac-utils/pystac-client/pull/206)
61
73
- CLI parameter `-q` is now deprecated and may be removed as early as v0.5.0. Use `--query` instead. [#215](https://github.com/stac-utils/pystac-client/pull/215)
62
74
63
-
64
75
## Removed
65
76
66
-
- Client parameter `require_geojson_link` has been removed. [#169](https://github.com/stac-utils/pystac-client/pull/169)
77
+
- Client parameter `require_geojson_link` has been removed. [#165](https://github.com/stac-utils/pystac-client/pull/165)
67
78
68
79
### Fixed
69
80
@@ -72,9 +83,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
72
83
- Search fields parameter now has correct typing and handles both GET and POST JSON parameter formats. [#184](https://github.com/stac-utils/pystac-client/pull/184)
73
84
- Use pytest configuration to skip benchmarks by default (instead of a `skip` mark). [#168](https://github.com/stac-utils/pystac-client/pull/168)
74
85
- Methods retrieving collections incorrectly checked the existence of the OAFeat OpenAPI 3.0 conformance class
75
-
(http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30) instead of the `STAC API - Collections`
76
-
(https://api.stacspec.org/v1.0.0-beta.1/collections) or `STAC API - Features`
@@ -108,6 +119,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
108
119
- Added support for filtering the search endpoint using the `media_type` in `Client.open`[#142](https://github.com/stac-utils/pystac-client/pull/142)
109
120
110
121
### Fixed
122
+
111
123
- Values from `parameters` and `headers` arguments to `Client.open` and `Client.from_file` are now also used in requests made from `CollectionClient` instances
112
124
fetched from the same API ([#126](https://github.com/stac-utils/pystac-client/pull/126))
113
125
- The tests folder is no longer installed as a package.
@@ -122,9 +134,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Default page size limit set to 100 rather than relying on the server default
127
-
- Fetch single collection directly from endpoint in API rather than iterating through children (Issue #114)[https://github.com/stac-utils/pystac-client/issues/114]
140
+
- Fetch single collection directly from endpoint in API rather than iterating through children [Issue #114](https://github.com/stac-utils/pystac-client/issues/114)
128
141
129
142
### Fixed
130
143
@@ -134,6 +147,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
0 commit comments