-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
42 lines (34 loc) · 1.08 KB
/
CHANGELOG
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
Version 0.6.0 (2022-09-23)
--------------------------
Add GetUsers pagination (#15)
Version 0.5.0 (2022-09-21)
--------------------------
Update README badges (#13)
Add query to doRequest (#7)
Update copyright to 2020-2022 (#11)
Bump Go Version to 1.17 (#12)
Implement SSH Tunnel support (#14)
Version 0.4.2 (2020-09-23)
--------------------------
Run CI on all branches (#4)
Add cache for go modules to speed up CI (#3)
Version 0.4.1 (2020-09-22)
--------------------------
Fixed bug for inconsistent group_id array between post and get formats
Version 0.4.0 (2020-09-22)
--------------------------
Added user disable functionality
Moved from travis to github actions
Version 0.3.0 (2020-09-18)
--------------------------
First public release
Version 0.2.1 (2020-09-16)
--------------------------
Resolving issues around unexpected properties in post/put body for data sources.
Version 0.2.0 (2020-09-14)
--------------------------
Fix for inconsistent user object response in Redash API
Added ability to load user by email address
Version 0.1.0 (2020-09-11)
--------------------------
Initial release