Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Text of error messages may be different. In some cases, the error message from the underlying API is surfaced directly and these have been changed by Atlassian. In other cases, we are issue our own messages and these may have changed. We also have made some improvements in this area.
  2. The class of error may have changed. If your script is sensitive to the exact return value (-1 versus 3 versus -3 exit codes for example) then your script may need to be updated. Some errors formerly resulting from Confluence errors (error code -3) may now be intercepted and sent from the client (error code -1) likely with some additional information.
  3. login and logout actions will switch over to REST authentication instead of SOAP authentication
  4. Some parameter will be deprecated. Some are no longer available with the REST APIs and others have better replacement actions based on the newer support. 
    • search related parameters will be removed in favor of the more modern and powerful cql parameter
  5. removePage and removeBlog actions will require the --continue parameter to avoid failing on not found errors

...