-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
78 lines (68 loc) · 2.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Version 3.1.0 (2024-08-13)
--------------------------
Allow setting Subject session information (#78)
Add Example App (#75)
Update gopkg reference to v3 (#72)
Update links in README
Version 3.0.0 (2023-01-03)
--------------------------
Remove Vagrant testing integration (#65)
Remove unused script in project root (#66)
Remove unused dist directory (#67)
Upgrade to Golang v1.19 (#69)
Add modular pkg structure to remove erroneous imports (#70)
Add extra tests for storage/memory (#71)
Version 2.4.1 (2021-07-21)
--------------------------
Replace myesui/uuid with google/uuid (#59)
Switch to Github Actions (#62)
Cleanup gitignore (#54)
Remove Vagrant references in test suite (#55)
Update license (#60)
Version 2.4.0 (2020-10-07)
--------------------------
Add ability to set Subject per event (#50)
Update Copyright to 2020 (#51)
Version 2.3.0 (2020-05-12)
--------------------------
Add BlockingFlush utility function (#43)
Version 2.2.1 (2020-01-03)
--------------------------
Fix module path to use root directory and v2 versioning (#40)
Version 2.2.0 (2019-12-31)
--------------------------
Fix Vagrant environment (#35)
Cleanup go module imports so that the latest tracker version can be imported (#36)
Add Travis tests on 1.13.x (#37)
Remove stress test module as it is not stable (#38)
Version 2.1.0 (2019-05-20)
--------------------------
Update copyright to 2016-2019 (#32)
Remove Request.Close setting to fix TIME_WAIT connections (#30)
Make project a Go module (#28)
Add emitter option for custom HTTP client (#29)
Read response body in requests (#27)
Version 2.0.0 (2018-08-21)
--------------------------
Remove Godeps (#18)
Use Makefile for local build system (#19)
Ensure SQLite3 database cannot be left in a bad state (#15)
Add in-memory only storage option (#14)
Add Goreport badge (#12)
Fix CHANGELOG to reflect correct versions (#20)
Fix README formatting (#16)
Fix Vagrant system (#17)
Update Travis to test on the latest Go versions (#13)
Update Copyright to 2016-2018 (#21)
Apply Go formatting (#22)
Simplify SQLite3 getDbConn function (#25)
Add dep for dependency management (#24)
Version 1.1.0 (2016-07-20)
--------------------------
Updated result success to be for any 2xx and 3xx codes (#9)
Added ability to pass result status with callback (#7)
Removed tip as not stable (#8)
Fixed year in CHANGELOG for initial commit (#10)
Version 1.0.0 (2016-04-22)
--------------------------
Initial release