alibabacloud-fc20230330 4.4.0__tar.gz → 4.6.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 (17) hide show
  1. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/ChangeLog.md +11 -0
  2. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/PKG-INFO +1 -1
  3. alibabacloud_fc20230330-4.6.0/alibabacloud_fc20230330/__init__.py +1 -0
  4. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330/client.py +1026 -16
  5. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330/models.py +1273 -370
  6. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/setup.py +1 -1
  8. alibabacloud_fc20230330-4.4.0/alibabacloud_fc20230330/__init__.py +0 -1
  9. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/LICENSE +0 -0
  10. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/MANIFEST.in +0 -0
  11. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/README-CN.md +0 -0
  12. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/README.md +0 -0
  13. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/requires.txt +0 -0
  16. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
  17. {alibabacloud_fc20230330-4.4.0 → alibabacloud_fc20230330-4.6.0}/setup.cfg +0 -0
@@ -1,3 +1,14 @@
1
+ 2025-09-19 Version: 4.5.0
2
+ - Support API DeleteScalingConfig.
3
+ - Support API GetScalingConfig.
4
+ - Support API ListScalingConfigs.
5
+ - Support API PutScalingConfig.
6
+
7
+
8
+ 2025-08-27 Version: 4.4.0
9
+ - Support API ChangeResourceGroup.
10
+
11
+
1
12
  2025-07-02 Version: 4.2.7
2
13
  - Update API ListFunctions: add request parameters resourceGroupId.
3
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_fc20230330
3
- Version: 4.4.0
3
+ Version: 4.6.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.6.0'