Synology-api

Latest version: v0.8

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.8

What's Changed
* Feature/add s3 sync task cloud sync by whoishina in https://github.com/N4S4/synology-api/pull/180
* Fixing req_params are not assigned properly by ednow in https://github.com/N4S4/synology-api/pull/181
* Fixed 58 where date_expired not used in create_sharing_link or edit_sharing_link by StaliXx in https://github.com/N4S4/synology-api/pull/183
* Fix core_certificate.Certificate.upload_cert() handling of set_as_default=False. by ddribin in https://github.com/N4S4/synology-api/pull/185
* Feature Set-Method on SYNO.Core.Certificates.Service by derpedda in https://github.com/N4S4/synology-api/pull/189
* fixed missing quoting of name of album to be created by maybeec in https://github.com/N4S4/synology-api/pull/190
* Add Core.Group implementation by joeperpetua in https://github.com/N4S4/synology-api/pull/192
* Added DSM v7 API Login option of device_id and device_name by maybeec in https://github.com/N4S4/synology-api/pull/191
* Update downloadstation.py device_id and device_name by EddieKuo723 in https://github.com/N4S4/synology-api/pull/193
* Add Core.User api calls (not all) by FBoissadier in https://github.com/N4S4/synology-api/pull/195
* Add function in core_user.py / Delete duplicated in core_sys_info.py by FBoissadier in https://github.com/N4S4/synology-api/pull/196
* Fix for 136 now downloadstation.create_task handling white spaces by EddieKuo723 in https://github.com/N4S4/synology-api/pull/198
* Feature/auth non admin user and update in Exception/ErrorCode for SYNO.Core.* by FBoissadier in https://github.com/N4S4/synology-api/pull/199
* Feat/ABM Implementation by joeperpetua in https://github.com/N4S4/synology-api/pull/200
* Documentation Site / Convention by joeperpetua in https://github.com/N4S4/synology-api/pull/202
* Start integration of SYNO.Core.Share.* APIs by FBoissadier in https://github.com/N4S4/synology-api/pull/201
* Feature/core package by FBoissadier in https://github.com/N4S4/synology-api/pull/204
* Feature/implementation 188 by FBoissadier in https://github.com/N4S4/synology-api/pull/205
* Resolve issue 66 whole file tree in drive : by FBoissadier in https://github.com/N4S4/synology-api/pull/206
* Add SEO & improve landing by joeperpetua in https://github.com/N4S4/synology-api/pull/207
* Update setup.py to add treelib library by FBoissadier in https://github.com/N4S4/synology-api/pull/208
* Implementation of the save method of PowerSchedule API in core_sys_info by FBoissadier in https://github.com/N4S4/synology-api/pull/209
* Move power schedule set and load from core_sys_info to event_scheduler by FBoissadier in https://github.com/N4S4/synology-api/pull/212

New Contributors
* whoishina made their first contribution in https://github.com/N4S4/synology-api/pull/180
* ednow made their first contribution in https://github.com/N4S4/synology-api/pull/181
* StaliXx made their first contribution in https://github.com/N4S4/synology-api/pull/183
* ddribin made their first contribution in https://github.com/N4S4/synology-api/pull/185
* derpedda made their first contribution in https://github.com/N4S4/synology-api/pull/189
* maybeec made their first contribution in https://github.com/N4S4/synology-api/pull/190
* EddieKuo723 made their first contribution in https://github.com/N4S4/synology-api/pull/193
* dependabot made their first contribution in https://github.com/N4S4/synology-api/pull/210

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.7.3...v0.8

0.7.3

What's Changed
* Add tasks_source by calpaterson in https://github.com/N4S4/synology-api/pull/165
* Contribution for ABB API by joeperpetua in https://github.com/N4S4/synology-api/pull/166
* FileStation application session name by tinwhisker in https://github.com/N4S4/synology-api/pull/169
* Adding features for Hyper Backup and Hyper Backup Vault by joeperpetua in https://github.com/N4S4/synology-api/pull/171
* Fix upload_file with multipart upload by joeperpetua in https://github.com/N4S4/synology-api/pull/172
* Filestation upload file by N4S4 in https://github.com/N4S4/synology-api/pull/173
* Add Cloud Sync implementation by joeperpetua in https://github.com/N4S4/synology-api/pull/174
* possibility to change version by N4S4 in https://github.com/N4S4/synology-api/pull/175
* Implement Task Scheduler / Event Scheduler API by joeperpetua in https://github.com/N4S4/synology-api/pull/176

New Contributors
* calpaterson made their first contribution in https://github.com/N4S4/synology-api/pull/165
* joeperpetua made their first contribution in https://github.com/N4S4/synology-api/pull/166
* tinwhisker made their first contribution in https://github.com/N4S4/synology-api/pull/169

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.7.2...v0.7.3

0.7.2

What's Changed
* Correction of requests where "X-SYNO-TOKEN" header was missing by FBoissadier in https://github.com/N4S4/synology-api/pull/156
* Update setup.py by N4S4 in https://github.com/N4S4/synology-api/pull/157
* add explicit parameter to handle recordings download with "video/mp4" mime type by fabtesta in https://github.com/N4S4/synology-api/pull/161
* query_event_list_by_filter: rename camera id filtering parameter by fabtesta in https://github.com/N4S4/synology-api/pull/162
* Tests files added by fabtesta in https://github.com/N4S4/synology-api/pull/164

New Contributors
* fabtesta made their first contribution in https://github.com/N4S4/synology-api/pull/161

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* upload functions fix by N4S4 many thanks to 77hp in https://github.com/N4S4/synology-api/pull/153

Contribution to solve issue 150 to 77hp

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.7...v0.7.1

0.7

What's Changed
* Added Surveillance Station by N4S4
* Added possibility to use DownloadStation2 api if required by N4S4
* rename_folder function in filestation optimization by N4S4
* Feature/implement entry request api by FBoissadier in https://github.com/N4S4/synology-api/pull/137
* Fix mime types by bchaintreuil in https://github.com/N4S4/synology-api/pull/139
* New get_file serve by cardenastw in https://github.com/N4S4/synology-api/pull/140
* added backup_task_list by insanity67 in https://github.com/N4S4/synology-api/pull/142
* Added list_storage method for SYNO.ActiveBackup.Share by BamButz in https://github.com/N4S4/synology-api/pull/143
* Login_out standardized by N4S4 in https://github.com/N4S4/synology-api/pull/146
* add clieantlist & reservations for DHCPServer by marcelrv in https://github.com/N4S4/synology-api/pull/147
* update readme by N4S4 in https://github.com/N4S4/synology-api/pull/148

New Contributors
* FBoissadier made their first contribution in https://github.com/N4S4/synology-api/pull/137
* bchaintreuil made their first contribution in https://github.com/N4S4/synology-api/pull/139
* cardenastw made their first contribution in https://github.com/N4S4/synology-api/pull/140
* insanity67 made their first contribution in https://github.com/N4S4/synology-api/pull/142
* BamButz made their first contribution in https://github.com/N4S4/synology-api/pull/143
* marcelrv made their first contribution in https://github.com/N4S4/synology-api/pull/147

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.6.3...v0.7

0.6.3

What's Changed
* Add basic support for Snapshot Replication API by hrko in https://github.com/N4S4/synology-api/pull/134

New Contributors
* hrko made their first contribution in https://github.com/N4S4/synology-api/pull/134

**Full Changelog**: https://github.com/N4S4/synology-api/compare/v0.6.2...v0.6.3

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.