|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +### Changed |
| 6 | + |
| 7 | +- Allow object ID as input for getting APILayoutStrategy hrefs and add `items`, `collections`, `search`, `conformance`, `service_desc` and `service_doc` href methods. ([#1335](https://github.com/stac-utils/pystac/pull/1335)) |
| 8 | + |
| 9 | +## [v1.10.1] - 2024-05-03 |
| 10 | + |
5 | 11 | ### Fixed
|
6 | 12 |
|
7 | 13 | - Don't transform hrefs in `Item.__getstate__` ([#1337](https://github.com/stac-utils/pystac/pull/1337))
|
8 |
| -- Allow object ID as input for getting APILayoutStrategy hrefs and add `items`, `collections`, `search`, `conformance`, `service_desc` and `service_doc` href methods. ([#1335](https://github.com/stac-utils/pystac/pull/1335)) |
9 | 14 |
|
10 | 15 | ## [v1.10.0] - 2024-03-28
|
11 | 16 |
|
|
19 | 24 |
|
20 | 25 | - Update css for HTML display ([#1311](https://github.com/stac-utils/pystac/pull/1311))
|
21 | 26 | - Made item pickles smaller by changing how nested links are stored([#1285](https://github.com/stac-utils/pystac/pull/1285))
|
22 |
| -- Updated documentation code examples that use AWS S3 for file storage ([#1308](https://github.com/stac-utils/pystac/pull/1308) |
| 27 | +- Updated documentation code examples that use AWS S3 for file storage ([#1308](https://github.com/stac-utils/pystac/pull/1308)) |
23 | 28 |
|
24 | 29 | ### Fixed
|
25 | 30 |
|
|
29 | 34 |
|
30 | 35 | ### Added
|
31 | 36 |
|
32 |
| -- Simpler extension interface ([#1243](https://github.com/stac-utils/pystac/pull/1243)]) |
| 37 | +- Simpler extension interface ([#1243](https://github.com/stac-utils/pystac/pull/1243)) |
33 | 38 | - More permissive schema_uri matching to allow future versions of extension schemas ([#1231](https://github.com/stac-utils/pystac/pull/1231))
|
34 | 39 | - Better error messages from jsonschema validation ([#1233](https://github.com/stac-utils/pystac/pull/1233))
|
35 | 40 | - `validate_all_dict` replaces the previous implementation of `validate_all` (i.e., `validate_all` was renamed to `validate_all_dict`, and `validate_all` was changed as described below) ([#1246](https://github.com/stac-utils/pystac/pull/1246))
|
@@ -836,7 +841,8 @@ use `Band.create`
|
836 | 841 |
|
837 | 842 | Initial release.
|
838 | 843 |
|
839 |
| -[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.10.0..main> |
| 844 | +[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.10.1..main> |
| 845 | +[v1.10.1]: <https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1> |
840 | 846 | [v1.10.0]: <https://github.com/stac-utils/pystac/compare/v1.9.0..v1.10.0>
|
841 | 847 | [v1.9.0]: <https://github.com/stac-utils/pystac/compare/v1.8.4..v1.9.0>
|
842 | 848 | [v1.8.4]: <https://github.com/stac-utils/pystac/compare/v1.8.3..v1.8.4>
|
|
0 commit comments