alibabacloud-sls20201230 5.4.0__tar.gz → 5.5.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_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/ChangeLog.md +16 -0
  2. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/PKG-INFO +2 -2
  3. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/README-CN.md +1 -1
  4. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/README.md +1 -1
  5. alibabacloud_sls20201230-5.5.0/alibabacloud_sls20201230/__init__.py +1 -0
  6. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230/client.py +1086 -346
  7. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230/models.py +847 -628
  8. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230.egg-info/PKG-INFO +2 -2
  9. alibabacloud_sls20201230-5.5.0/alibabacloud_sls20201230.egg-info/requires.txt +4 -0
  10. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/setup.py +4 -4
  11. alibabacloud_sls20201230-5.4.0/alibabacloud_sls20201230/__init__.py +0 -1
  12. alibabacloud_sls20201230-5.4.0/alibabacloud_sls20201230.egg-info/requires.txt +0 -4
  13. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/LICENSE +0 -0
  14. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/MANIFEST.in +0 -0
  15. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230.egg-info/SOURCES.txt +0 -0
  16. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230.egg-info/dependency_links.txt +0 -0
  17. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/alibabacloud_sls20201230.egg-info/top_level.txt +0 -0
  18. {alibabacloud_sls20201230-5.4.0 → alibabacloud_sls20201230-5.5.0}/setup.cfg +0 -0
@@ -1,3 +1,19 @@
1
+ 2024-09-02 Version: 5.4.1
2
+ - Update API CreateIndex: update param body.
3
+ - Update API GetIndex: update response param.
4
+ - Update API UpdateIndex: update param body.
5
+
6
+
7
+ 2024-08-29 Version: 5.4.0
8
+ - Support API CreateMetricStore.
9
+ - Support API DeleteMetricStore.
10
+ - Support API GetMetricStore.
11
+ - Support API ListMetricStores.
12
+ - Support API UpdateMetricStore.
13
+ - Update API CreateLogStore: update param body.
14
+ - Update API UpdateLogStore: update param body.
15
+
16
+
1
17
  2024-08-02 Version: 5.3.0
2
18
  - Support API CreateDownloadJob.
3
19
  - Support API DeleteDownloadJob.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_sls20201230
3
- Version: 5.4.0
3
+ Version: 5.5.0
4
4
  Summary: Alibaba Cloud Log Service (20201230) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -29,7 +29,7 @@ English | [简体中文](README-CN.md)
29
29
 
30
30
  ## Requirements
31
31
 
32
- - Python >= 3.6
32
+ - Python >= 3.7
33
33
 
34
34
  ## Installation
35
35
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 要求
8
8
 
9
- - Python >= 3.6
9
+ - Python >= 3.7
10
10
 
11
11
  ## 安装
12
12
 
@@ -5,7 +5,7 @@ English | [简体中文](README-CN.md)
5
5
 
6
6
  ## Requirements
7
7
 
8
- - Python >= 3.6
8
+ - Python >= 3.7
9
9
 
10
10
  ## Installation
11
11
 
@@ -0,0 +1 @@
1
+ __version__ = '5.5.0'