Skip to content

Commit 1bb67c3

Browse files
Merge branch 'master' into release
2 parents 37bcaa5 + 9ef8efb commit 1bb67c3

File tree

698 files changed

+712
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

698 files changed

+712
-703
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
1616
- [Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
1717
- Convert an encrypted PDF document into Word document format.
1818

19+
## Enhancements in Version 23.1
20+
21+
- Various changes related to stability and performance
22+
23+
24+
## Enhancements in Version 22.12
25+
26+
- Various changes related to stability and performance
27+
28+
1929
## Enhancements in Version 22.11
2030

2131
- Added 'EmbedAttachments' property for PdfSaveOptionsData class.
@@ -71,7 +81,6 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
7181
- Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
7282
- Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
7383
- Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
74-
- GetPublicKey method is not billable.
7584
- Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.
7685

7786

asposewordscloud/api_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="api_client.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -83,12 +83,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
8383

8484
self.pool = None
8585
self.rest_client = rest.RESTClientObject(configuration)
86-
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-version': '22.12'}
86+
self.default_headers = {'x-aspose-client': 'python sdk', 'x-aspose-version': '23.1'}
8787
if header_name is not None:
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'python sdk 22.12'
91+
self.user_agent = 'python sdk 23.1'
9292

9393
def __del__(self):
9494
if not self.pool is None:

asposewordscloud/apis/words_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose" file="words_api.py">
5-
# Copyright (c) 2022 Aspose.Words for Cloud
5+
# Copyright (c) 2023 Aspose.Words for Cloud
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="configuration.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -262,6 +262,6 @@ def to_debug_report(self):
262262
return "Python SDK Debug Report:\n"\
263263
"OS: {env}\n"\
264264
"Python Version: {pyversion}\n"\
265-
"Version of the API: 22.12\n"\
266-
"SDK Package Version: 22.12".\
265+
"Version of the API: 23.1\n"\
266+
"SDK Package Version: 23.1".\
267267
format(env=sys.platform, pyversion=sys.version)

asposewordscloud/models/api_error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="api_error.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/models/available_fonts_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="available_fonts_response.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/models/bmp_save_options_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="bmp_save_options_data.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/models/bookmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="bookmark.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/models/bookmark_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="bookmark_data.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

asposewordscloud/models/bookmark_insert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose" file="bookmark_insert.py">
4-
# Copyright (c) 2022 Aspose.Words for Cloud
4+
# Copyright (c) 2023 Aspose.Words for Cloud
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)