-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGES.txt
60 lines (40 loc) · 1.19 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Changes
=======
20240929 - 0.5.0
----------------
- Chain errors to be more transparent to the error source (thanks @miaucl)
- Add KeyError exception (thanks @miaucl)
- Add line numbers (thanks @polgarc)
20231120 - 0.4.0
----------------
- Add support locations API (thanks @miaucl)
- Add missing connections parameters (thanks @miaucl)
- Add missing stationboard parameters (thanks @miaucl)
- Add "True" flag for correct formatting of lists (ex. via parameter `via[]=foo1&via[]=foo2`) (thanks @miaucl)
20211124 - 0.3.0
----------------
- Don't use async timeout (thanks @agners)
- Remove loop
20210317 - 0.2.2
----------------
- Only allow aiohttp >= 3.7.4 to avoid CVE-2021-21330
20200101 - 0.2.1
----------------
- Fix lib name
20191231 - 0.2.0
----------------
- Stationboard support (Thanks @agners)
- Various improvements (Thanks @agners)
- Adding delay to response (Thanks @cwilhelm)
20180917 - 0.1.4
----------------
- Client errors are not reported (Thanks @vikramgorla)
20180609 - 0.1.3
----------------
- Modernize setup.py and support long description for PyPI
20180609 - 0.1.1
----------------
- Update the README
20180527 - 0.1.0
----------------
- Support for async syntax (Python 3.5+)