Skip to content

Commit 01ce7b0

Browse files
committed
v0.30.1 [publish]
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent d365c45 commit 01ce7b0

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.30.1 - 2026-04-26]
6+
7+
### Added
8+
9+
- `Share.token` property to expose the share token (e.g. for passing to external applications that access Nextcloud shares via WebDAV). #427 Thanks to @meck-gd
10+
11+
## [0.30.0 - 2026-03-29]
12+
13+
### Added
14+
15+
- Teams (Circles) async API on `AsyncNextcloud`/`AsyncNextcloudApp`: full CRUD, member management, and join/leave flows. #403
16+
- `FsNodeInfo.download_url` and `FsNodeInfo.download_url_expiration` properties exposing S3 presigned download URLs (when the storage backend is S3 with `use_presigned_url` enabled). #419
17+
18+
### Changed
19+
20+
- Sync API for `Activity`, `Notes`, `UserStatus`, and `WeatherStatus` removed; use the async counterparts on `AsyncNextcloud`/`AsyncNextcloudApp`. #405
21+
- All remaining sync entry points (`Nextcloud`, `NextcloudApp`, `TalkBot`, `nc_app`, `talk_bot_msg`, sync `enabled_handler`/`trigger_handler` in `set_handlers`) now emit `DeprecationWarning`; they will be removed in v0.31.0. #422
22+
- README and `examples/as_client/` scripts converted to `AsyncNextcloud`/`AsyncNextcloudApp`. #422
23+
- `caldav` dependency upgraded to `>=3.1,<4`. #416
24+
525
## [0.24.2 - 2026-03-02]
626

727
### Changed

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.30.0"
3+
__version__ = "0.30.1"

0 commit comments

Comments
 (0)