Skip to content

Commit 06b8154

Browse files
Merge pull request #1084 from planetlabs/steve/2.13.0-changelog
update changelog for v2.13.0
2 parents 9bd7a3d + 38fc323 commit 06b8154

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.13.0 (2024-12-18)
2+
- Add Planet class (`from planet import Planet`)
3+
- Planet is a client that uses sync methods. Users do not have
4+
to interact with asyncio to use the sync client.
5+
- the Planet class is implemented by calling out to the async methods.
6+
This should be transparent to users. Depending on uptake and feedback,
7+
the underlying implementation may change in the future (but we will commit
8+
to semantic versioning when it comes to breaking changes in the API).
9+
110
2.12.0 (2024-12-09)
211
- Add parameters to the subscriptions list command: --source-type, --created, --start-time,
312
--end-time, --updated, --hosting, --name, --name-contains, and --sort-by.
@@ -455,4 +464,4 @@ package is coming soon. The highlights are
455464

456465
0.0.1 (2015-07-17)
457466
------------------
458-
- Initial release
467+
- Initial release

0 commit comments

Comments
 (0)