alibabacloud-sls20201230 5.4.1__tar.gz → 5.5.1__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.1 → alibabacloud_sls20201230-5.5.1}/ChangeLog.md +26 -0
  2. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/PKG-INFO +2 -2
  3. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/README-CN.md +1 -1
  4. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/README.md +1 -1
  5. alibabacloud_sls20201230-5.5.1/alibabacloud_sls20201230/__init__.py +1 -0
  6. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230/client.py +1024 -103
  7. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230/models.py +691 -101
  8. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230.egg-info/PKG-INFO +2 -2
  9. alibabacloud_sls20201230-5.5.1/alibabacloud_sls20201230.egg-info/requires.txt +4 -0
  10. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/setup.py +4 -4
  11. alibabacloud_sls20201230-5.4.1/alibabacloud_sls20201230/__init__.py +0 -1
  12. alibabacloud_sls20201230-5.4.1/alibabacloud_sls20201230.egg-info/requires.txt +0 -4
  13. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/LICENSE +0 -0
  14. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/MANIFEST.in +0 -0
  15. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230.egg-info/SOURCES.txt +0 -0
  16. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230.egg-info/dependency_links.txt +0 -0
  17. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/alibabacloud_sls20201230.egg-info/top_level.txt +0 -0
  18. {alibabacloud_sls20201230-5.4.1 → alibabacloud_sls20201230-5.5.1}/setup.cfg +0 -0
@@ -1,3 +1,29 @@
1
+ 2024-11-21 Version: 5.5.0
2
+ - Support API DescribeRegions.
3
+ - Support API PullLogs.
4
+ - Support API PutLogs.
5
+ - Support API UpdateLogStoreEncryption.
6
+ - Update API CreateMetricStore: update param project.
7
+ - Update API CreateMetricStore: update param body.
8
+ - Update API CreateSavedSearch: update param body.
9
+ - Update API GetLogsV2: update response param.
10
+ - Update API GetMetricStore: update param project.
11
+ - Update API GetMetricStoreMeteringMode: update param project.
12
+ - Update API GetMetricStoreMeteringMode: update response param.
13
+ - Update API ListMetricStores: update param project.
14
+ - Update API ListMetricStores: update response param.
15
+ - Update API UpdateLogStore: update param body.
16
+ - Update API UpdateMetricStore: update param project.
17
+ - Update API UpdateMetricStore: update param body.
18
+ - Update API UpdateMetricStoreMeteringMode: update param project.
19
+
20
+
21
+ 2024-09-02 Version: 5.4.1
22
+ - Update API CreateIndex: update param body.
23
+ - Update API GetIndex: update response param.
24
+ - Update API UpdateIndex: update param body.
25
+
26
+
1
27
  2024-08-29 Version: 5.4.0
2
28
  - Support API CreateMetricStore.
3
29
  - Support API DeleteMetricStore.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_sls20201230
3
- Version: 5.4.1
3
+ Version: 5.5.1
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.1'