alibabacloud-fc20230330 4.3.0__tar.gz → 4.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/ChangeLog.md +28 -0
  2. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/PKG-INFO +1 -1
  3. alibabacloud_fc20230330-4.4.0/alibabacloud_fc20230330/__init__.py +1 -0
  4. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330/client.py +554 -1120
  5. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330/models.py +1552 -230
  6. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330.egg-info/PKG-INFO +1 -1
  7. alibabacloud_fc20230330-4.4.0/alibabacloud_fc20230330.egg-info/requires.txt +4 -0
  8. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/setup.py +3 -3
  9. alibabacloud_fc20230330-4.3.0/alibabacloud_fc20230330/__init__.py +0 -1
  10. alibabacloud_fc20230330-4.3.0/alibabacloud_fc20230330.egg-info/requires.txt +0 -4
  11. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/LICENSE +0 -0
  12. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/MANIFEST.in +0 -0
  13. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/README-CN.md +0 -0
  14. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/README.md +0 -0
  15. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
  16. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
  17. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
  18. {alibabacloud_fc20230330-4.3.0 → alibabacloud_fc20230330-4.4.0}/setup.cfg +0 -0
@@ -1,3 +1,31 @@
1
+ 2025-07-02 Version: 4.2.7
2
+ - Update API ListFunctions: add request parameters resourceGroupId.
3
+
4
+
5
+ 2025-04-24 Version: 4.2.6
6
+ - Generated python 2023-03-30 for FC.
7
+
8
+ 2025-04-21 Version: 4.2.5
9
+ - Generated python 2023-03-30 for FC.
10
+
11
+ 2025-04-18 Version: 4.2.4
12
+ - Update API ListFunctions: add request parameters functionName.
13
+
14
+
15
+ 2025-04-18 Version: 4.2.4
16
+ - Update API ListFunctions: add request parameters functionName.
17
+
18
+
19
+ 2025-04-17 Version: 4.2.3
20
+ - Generated python 2023-03-30 for FC.
21
+
22
+ 2025-04-11 Version: 4.2.2
23
+ - Generated python 2023-03-30 for FC.
24
+
25
+ 2025-04-11 Version: 4.3.0
26
+ - Support API DescribeRegions.
27
+
28
+
1
29
  2025-04-01 Version: 4.2.0
2
30
  - Support API DisableFunctionInvocation.
3
31
  - Support API EnableFunctionInvocation.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_fc20230330
3
- Version: 4.3.0
3
+ Version: 4.4.0
4
4
  Summary: Alibaba Cloud Function Compute (20230330) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '4.4.0'