Skip to content

Releases: N4S4/synology-api

Release 0.4.4

10 Sep 05:32
fabed66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

Release 0.4.3

21 May 10:29
Compare
Choose a tag to compare

What's Changed

  • Issues using additional parameters during get_file_info() #75 thanks to @AustinAres2007
  • Minor changes in Readme file

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

16 Mar 09:31
Compare
Choose a tag to compare

What's Changed

  • add Universal search support by @VaalaCat in #87
  • Fixed: OTP login is not working because otp_code is not passed by @muqiuq in #88
  • core_backup function fixed adding taskid

New Contributors

Full Changelog: v0.4.1...v0.4.2

0.4.1

12 Dec 18:52
Compare
Choose a tag to compare

What's Changed

  • 2fa support added by @liuerfire
  • docker.py renamed into docker_api.py
  • Readme instructions updated

New Contributors

0.4.0

06 Nov 21:40
Compare
Choose a tag to compare

What's Changed

  • Bunch functions added to core_sys_info (probably some duplicate that need to be addressed)
  • Docker file added 
  • LogCenter file added
  • Notestation file added 
  • VPN file added 
  • Drive_admin_console file added 
  • OAuth file added 
  • Security_advisor file added
  • USB_copy file added
  • dhcp_server file added
  • Synology Photo API added @lukas-hetzenecker
  • Backup task status added thanks @therealj4nd3rs0n  and @raph2i
  • SYNO.Backup API list changed fix by @raph2i
  • vault.target.list() added to core_backup (Hyper Backup Vault) by @raph2i

Contributors

Release 0.3

02 Oct 15:03
Compare
Choose a tag to compare

Release 0.3

  • Directory server API added
  • fix issue where additional_param was not returning correct value in downloadstation create_task
  • typo and trailing spaces fix in readme file
  • minor fix in auth.py where comparison mode has been changed to "=="
  • debug added to hide login and some other messages
  • gitignore added to package

Release 0.2.3

18 Jul 15:07
Compare
Choose a tag to compare

Release 0.2.3

  • DSM 7 login integrated, it must be manually set at the login process
  • Downloadstation create_task integrated with PR #64

Release 0.2.2

10 Jun 10:01
Compare
Choose a tag to compare

Release 0.2.2

  • Fix error where get_dir_status was not returning the correct value

Release 0.2.1

25 May 02:07
e043944
Compare
Choose a tag to compare

Release 0.2.1

  • Fix bug where different convention was used for core_certificate.py
  • Unsecured certificate warning removed at login
  • Code optimization

Release 0.2

21 May 09:06
Compare
Choose a tag to compare

Release 0.2

  • Fix upload_file in Filestation where unable to upload to a non-existing folder.
  • New integration _core certificates allow user to manage SSL certificate.
  • Following files renamed: core_backup, core_active_backup, core_sys_info.