forked from snowplow/snowplow-tracking-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
47 lines (41 loc) · 1.39 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
Version 0.7.0 (2023-01-03)
--------------------------
Upgrade to snowplow-tracker v3 (#43)
Upgrade Golang to v1.19 (#44)
Version 0.6.0 (2023-01-02)
--------------------------
Support Apple M1 / darwin arm64 (#38)
Upgrade Golang to v1.18 (#41)
Version 0.5.0 (2022-04-15)
--------------------------
Remove Vagrant as a quick-start option (#32)
Upgrade Golang to v1.17 (#33)
Use Github Actions instead of Travis CI (#34)
Add Docker container as alternate runtime (#35)
Update Copyright to 2022 (#36)
Version 0.4.0 (2020-05-24)
--------------------------
Upgrade project to use go.mod and latest dependencies (#21)
Add support for passing in custom contexts (#22)
Update Copyright to 2016-2020 (#23)
Version 0.3.0 (2018-09-05)
--------------------------
Add ability to set custom IP Address (#18)
Version 0.2.0 (2018-08-21)
--------------------------
Fix README formatting (#8)
Fix Vagrant system (#9)
Fix failing test suite (#11)
Add Goreport badge (#4)
Remove Godeps (#6)
Update CI/CD to use release-manager (#7)
Update Copyright to 2016-2018 (#10)
Format and lint project (#12)
Unmarshall large integers as json.Number instead of floating point variables (#5)
Update Snowplow Tracker SDK to v2 (#15)
Update Travis to test and release on the latest Go versions (#16)
Add dep for dependency management (#14)
Add ability to set collector protocol (#17)
Version 0.1.0 (2016-08-03)
--------------------------
Initial release