|
1 | 1 | # Release History |
2 | | -### 0.9.2 (2024-05-10) |
| 2 | + |
| 3 | +## 0.9.35 (2025-11-05) |
| 4 | + |
| 5 | +**Feature** |
| 6 | + |
| 7 | +- support logtail pipeline config api |
| 8 | + |
| 9 | +## 0.9.34 (2025-10-29) |
| 10 | + |
| 11 | +**Feature** |
| 12 | + |
| 13 | +- consumer support preprocess and json processor |
| 14 | + |
| 15 | +## 0.9.31 (2025-08-15) |
| 16 | + |
| 17 | +**Feature** |
| 18 | + |
| 19 | +- support async sql |
| 20 | + |
| 21 | +## 0.9.29 (2025-09-03) |
| 22 | + |
| 23 | +**Fixing** |
| 24 | + |
| 25 | +- fix tag api hostname |
| 26 | + |
| 27 | +## 0.9.28 (2025-08-07) |
| 28 | + |
| 29 | +**Feature** |
| 30 | + |
| 31 | +- support soft delete |
| 32 | +- support spl consume processor |
| 33 | + |
| 34 | +## 0.9.27 (2025-07-28) |
| 35 | + |
| 36 | +**Feature** |
| 37 | + |
| 38 | +- support copy alert and dashboard |
| 39 | + |
| 40 | +## 0.9.26 (2025-07-18) |
| 41 | + |
| 42 | +**Feature** |
| 43 | + |
| 44 | +- support pg external store |
| 45 | + |
| 46 | +## 0.9.25(2025-07-09) |
| 47 | + |
| 48 | +**Feature** |
| 49 | + |
| 50 | +- support storeview api |
| 51 | + |
| 52 | +## 0.9.24 (2025-06-17) |
| 53 | + |
| 54 | +**Feature** |
| 55 | + |
| 56 | +- support metering mode api |
| 57 | + |
| 58 | +## 0.9.23 (2025-06-12) |
| 59 | + |
| 60 | +**Feature** |
| 61 | + |
| 62 | +- support zstd compression |
| 63 | + |
| 64 | +## 0.9.20 (2025-05-14) |
| 65 | + |
| 66 | +**Feature** |
| 67 | + |
| 68 | +- default use http long connection |
| 69 | + |
| 70 | +## 0.9.16 (2025-04-19) |
| 71 | + |
| 72 | +**Feature** |
| 73 | + |
| 74 | +- use lz4 instead of lz4a |
| 75 | + |
| 76 | +## 0.9.4 (2024-07-01) |
| 77 | + |
3 | 78 | **Fixing** |
4 | | -- fix get_log merge use not eixsted attr |
5 | 79 |
|
6 | | -### 0.7.2 (2021-10-25) |
| 80 | +- fix lib lz4 detect |
| 81 | + |
| 82 | +## 0.9.3 (2024-06-12) |
| 83 | + |
| 84 | +**Fixing** |
| 85 | + |
| 86 | +- fix get_log query_info_str parse error when empty |
| 87 | + |
| 88 | +## 0.9.2 (2024-05-10) |
| 89 | + |
| 90 | +**Feature** |
| 91 | + |
| 92 | +- get_log use getLogStoreLogsV2 api |
| 93 | + |
| 94 | +**Breaking Changes** |
| 95 | + |
| 96 | +- get_log use getLogStoreLogsV2 api, there are a few breaking changes in the class GetLogsResponse. |
| 97 | + get_body() now returns `{"meta": {}, "data": []}` instead of `[]`, to get logs please use method `.get_logs()`. |
| 98 | + |
| 99 | +## 0.8.10 (2023-09-21) |
| 100 | + |
| 101 | +This version introduces some unexpected breaking changes which will be fixed in the future. |
| 102 | + |
| 103 | +**Feature** |
| 104 | + |
| 105 | +- support nano time when write logs |
| 106 | + |
| 107 | +**Unexpcted Breaking Changes** |
| 108 | + |
| 109 | +- The constructor of class LogItem. |
| 110 | + |
| 111 | +## 0.7.2 (2021-10-25) |
| 112 | + |
7 | 113 | ---------------------------- |
8 | 114 | **Fixing** |
| 115 | + |
9 | 116 | - fix job type in list alert |
10 | 117 | - fix ext_info in resource apis |
11 | 118 |
|
| 119 | +## 0.7.0 (2021-10-17) |
12 | 120 |
|
13 | | -### 0.7.0 (2021-10-17) |
14 | 121 | ---------------------------- |
15 | 122 | **Implementations** |
| 123 | + |
16 | 124 | - Add resources api |
17 | 125 | - Update elasticsearch migration to use scroll |
18 | 126 | - fix version of dependencies to keep compatible with Python 2: protobuf<=3.17.3, dateparser<=0.7.6 |
19 | 127 |
|
| 128 | +## 0.6.57 (2021-09-09) |
20 | 129 |
|
21 | | -### 0.6.57 (2021-09-09) |
22 | 130 | ---------------------------- |
23 | 131 | **Implementations** |
| 132 | + |
24 | 133 | - Add executeSQl apis |
25 | 134 | - Add extra parameter power_sql in get_log/get_logs/get_log_all |
26 | 135 | - Add SQL related headers(x-log-**) on GetLogResponse |
27 | 136 |
|
28 | 137 | **Fixing** |
| 138 | + |
29 | 139 | - fix typo |
30 | 140 |
|
| 141 | +## 0.6.48 (2020-03-20) |
31 | 142 |
|
32 | | -### 0.6.48 (2020-03-20) |
33 | 143 | ---------------------------- |
34 | 144 | **Implementations** |
| 145 | + |
35 | 146 | - Support Elasticsearch v7.x in es_migration |
36 | 147 | - Resume break-point when restart in es_migration |
37 | 148 | - Report state logging into SLS for es_migration |
38 | 149 |
|
39 | 150 | **Break Change** |
| 151 | + |
40 | 152 | - Elasticsearch v6.x is no longer supported in es_migration |
41 | 153 |
|
| 154 | +## 0.6.6 (2017-11-10) |
42 | 155 |
|
43 | | -### 0.6.6 (2017-11-10) |
44 | 156 | ---------------------------- |
45 | 157 | **Implementations** |
| 158 | + |
46 | 159 | - Add support for Consumer Group |
47 | 160 |
|
48 | 161 | **Newly Supported Python** |
| 162 | + |
49 | 163 | - PyPy2 |
50 | 164 | - PyPy3 |
51 | 165 |
|
52 | 166 | **Fixing** |
| 167 | + |
53 | 168 | - Support case insensitive in header name via REST |
54 | 169 |
|
| 170 | +## 0.6.5 (2017-10-30) |
55 | 171 |
|
56 | | -### 0.6.5 (2017-10-30) |
57 | 172 | ---------------------------- |
58 | 173 | **Implementations** |
| 174 | + |
59 | 175 | - Add support for Python 3.x |
60 | 176 |
|
61 | 177 | **Supported Python** |
| 178 | + |
62 | 179 | - Python 2.6 |
63 | 180 | - Python 2.7 |
64 | 181 | - Python 3.3 |
65 | 182 | - Python 3.4 |
66 | 183 | - Python 3.5 |
67 | 184 | - Python 3.6 |
68 | 185 |
|
69 | | -### 0.6.4 (2017-10-25) |
| 186 | +## 0.6.4 (2017-10-25) |
| 187 | + |
70 | 188 | ---------------------------- |
71 | 189 | **Improvements** |
| 190 | + |
72 | 191 | - Uploaded to Pypi to support pip installation |
73 | 192 |
|
| 193 | +## 0.6.0 (2015-11-16) |
74 | 194 |
|
75 | | -### 0.6.0 (2015-11-16) |
76 | 195 | ---------------------------- |
77 | 196 | **Implementations** |
| 197 | + |
78 | 198 | - Wrap Rest API |
79 | 199 | - Implement the signature of API request |
80 | 200 | - Use format of Protocol Buffer to transfer data |
|
83 | 203 | - Use exception to uncover errors |
84 | 204 |
|
85 | 205 | **Supported Python** |
| 206 | + |
86 | 207 | - Python 2.6 |
87 | 208 | - Python 2.7 |
88 | 209 |
|
89 | 210 | **Supported API** |
| 211 | + |
90 | 212 | - Log Service API 0.6 |
0 commit comments