File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 3.0] - 2023-03-10
4+
5+ * Allow to define own output map to change JSON structure sent to outputs
6+ * Add Redis as additional output
7+ * Each output now extends from the OutputWriter class allowing easier implementation of new output writers
8+
9+ ## [ 2.1] - 2023-02-06
10+
11+ Fixed ` AttributeError: 'NoneType' object has no attribute 'username' ` in case a message was sent anonymously
12+
13+ ## [ 2.0] - 2022-10-23
14+
15+ * Implemented support for multiple outputs
16+ * Some refactoring of the code base
17+
18+ ## [ 1.2.1] - 2022-09-19
19+
20+ * Added readme
21+ * Added missing requirements.txt to be used by ` pip3 install -r requirements.txt `
22+
23+ ## [ 1.2] - 2022-07-01
24+
25+ * Fixed error "Positional arguments can't be used with Elasticsearch API methods" if using newer elasticsearch module (8.0.0)
26+ * Replaced http_auth with basic_auth in Elasticsearch Client
27+
28+ ## [ 1.1] - 2021-10-02
29+
30+ Chat Import: Fixed not correctly resolving entities if ID is given, prefix names with "@"
31+
32+ ## [ 1.0] - 2020-10-22
33+
34+ Initial release
You can’t perform that action at this time.
0 commit comments