-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
76 lines (59 loc) · 1.72 KB
/
Changes
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
v0.18.0 2019-11-05
- Remove dependencies from private repository.
- Remove vendoring.
- Switch to go modules.
- Update go and alpine.
- Fix linter warnings.
v0.17.1 2018-11-13
- Documentation fix.
- Refactor to use app environment.
- Vendor dependencies.
- Alpine 3.8.
- Optimize docker image.
- Restore healthcheck.
- Cosmetic code changes.
- Configurable Loghouse table type.
Basic (default Loghouse table) and extended (with some vendored extended
columns). New configuration variable ACC_TABLE_TYPE.
- Update iph0/conf.
- Configurable partitions creations.
Ability to create usual and sharded partitions. New configuration variables
ACC_SHARD_TYPE and ACC_TABLE_CLUSTER.
Ability to create daily or hourly partitions. New configuration variable
ACC_PARTITION_TYPE.
- Use semver version numbering.
0.16 2018-05-03
- Search phone unless finded.
0.15 2018-05-01
- Small create table fix.
0.14 2018-05-01
- Sharded and replicated tables.
0.13 2018-05-01
- Fixed panic in some strings.
0.12 2018-04-30
- Full refactoring.
- Additional vendor parse logic.
0.11 2018-04-05
- Additional vendor parse logic.
0.10 2018-03-31
- Additional vendor parse logic.
0.9 2018-03-31
- Additional vendor parse logic.
0.8 2018-03-31
- Additional vendor parse logic.
0.7 2018-03-31
- JSON parse support.
0.6 2018-03-28
- Create partitions automatically.
- Hourly partitions.
0.5 2018-03-25
- Remove frequent sends.
0.4 2018-03-25
- Fix possible memory leak. Stage 2.
0.3 2018-03-25
- Fix possible memory leak.
0.2 2018-03-25
- Remove buggy RELP support. Rsyslog version not compatible with Go.
- Add syslog protocol support.
0.1 2018-03-24
- First working prototype.