Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

42 lines (36 loc) · 1.61 KB

2.0.1

  • bump version to overwrite in pypi

2.0.0

1.0.0

  • Update packagemanagerservicehtml#install_package to do recursive install

0.9.3-pre

  • Add packagemanager#update_package_with_filter
  • Add pyaem#update_package_with_filter

0.9.2-pre

  • Add packagemanager#has_package
  • Add FRESH_CONNECT to all requests to ensure no cached connection is used
  • Add sling#is_valid_login
  • Rename packagemanagersync to packagemanagerservicehtml
  • Move non update/download package methods from packagemanager to packagemanagerservicejson
  • Add pyaemresult#debug
  • Add packagemanagerservicejsp#is_package_uploaded
  • Add packagemanagerservicejsp#is_package_installed
  • Add content_repo#set_property
  • Add content_repo#does_user_exist and content_repo#does_group_exist
  • Add content_repo#delete_path
  • Add response code 201 handling as PackageManagerService*#install_package to be marked as failure
  • Add content_repo#enable_workflow and content_repo#disable_workflow
  • Modify bagofrequest#download_file to write file in chunks to handle large sized file memory consumption
  • Add content_repo#get_cluster_list
  • Modify install_package functions to quote package name to cater for package like 'CQ 5.6.1 Security Service Pack'

0.9.1

  • Add file_path arg to webconsole#install_bundle to allow custom bundle file location
  • Add response code 201 handling as webconsole#install_bundle success
  • Add response code 201 handling as webconsole#start_bundle success
  • Add response code 201 handling as pakagemanagersync#* success

0.9.0

  • Initial version