Skip to content

Releases: aspose-words-cloud/aspose-words-cloud-ruby

22.1

19 Jan 07:35

Choose a tag to compare

  • Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields

  • Added 'DocumentEntry.Password' to set an encrypted password for appending document

  • Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document

  • Updated faraday dependencies to latest 1.x version and set minimum ruby version to 2.6

21.12

13 Dec 03:04

Choose a tag to compare

  • Added dependsOn and resultOf features for batch requests
  • Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
  • Support encryption of 'CommonRequest.Password'. Automatic encryption of all passwords sent to the API server as request parameters
  • Added timeout parameter to api configuration
  • Added FieldOptions parameter to mail merge operations

21.11

12 Nov 02:23

Choose a tag to compare

  • New style identifiers for Mention, Smart Hyperlink, Hashtag and Unresolved Mention have been added

21.10

19 Oct 10:17

Choose a tag to compare

Enhancements in Version 21.10

  • Removed 'GraphicsQualityOptions' image save option as it no longer supported.
  • Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
  • Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'

21.9

16 Sep 07:08

Choose a tag to compare

21.9.0

version 21.9.0

21.8

30 Aug 04:28

Choose a tag to compare

Enhancements in Version 21.8

  • Added new api methods to get, insert, update or delete custom xml parts from documents.
  • Added parameter 'ResultDocumentFormat' to Compare API
  • Added 'ExportLanguageToSpanTag' pdf save option
  • Added 'FlatOpcXmlMappingOnly' save option
  • Changed the default parameters of the operation requests.

21.7

30 Aug 04:28

Choose a tag to compare

Enhancements in Version 21.7

  • ImlRenderingMode option introduced witch is used to determine how ink (InkML) objects are rendered
  • MaxCharactersPerLine option introduced which is used to specify the maximum number of characters per one line
  • Added new API method to get a RSA public key to encrypt document passwords
  • Added encryptedPassword common query option to pass an encrypted document password

21.6

30 Aug 04:27

Choose a tag to compare

Enhancements in Version 21.6

  • Implemented beta version of CompareDocumentOnline feature with both document sending in request
  • CompareDocument method now can handle PDF files
  • AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison

21.5.0

28 May 00:28

Choose a tag to compare

  • Update dependencies in sdk
  • Implemented Batch API

20.11

19 Nov 11:19

Choose a tag to compare

API Changes

  • In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
  • In Words API initialization methods clientId parameter precedes clientSecret parameter.