Skip to content

Commit fb413da

Browse files
committed
log
1 parent 16c3b34 commit fb413da

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [v6.1.15](https://github.com/pliablepixels/zmeventnotification/tree/v6.1.15) (2021-03-15)
4+
5+
[Full Changelog](https://github.com/pliablepixels/zmeventnotification/compare/v6.1.14...v6.1.15)
6+
7+
**Fixed bugs:**
8+
9+
- ES randomly hangs if using WSS and a persistent TCP connection is made to it [\#371](https://github.com/pliablepixels/zmeventnotification/issues/371)
10+
11+
**Closed issues:**
12+
13+
- No Object Detection [\#368](https://github.com/pliablepixels/zmeventnotification/issues/368)
14+
- Can't open memory map file '/dev/shm/zm.mmap.3': Too many open files [\#366](https://github.com/pliablepixels/zmeventnotification/issues/366)
15+
16+
## [v6.1.14](https://github.com/pliablepixels/zmeventnotification/tree/v6.1.14) (2021-03-01)
17+
18+
[Full Changelog](https://github.com/pliablepixels/zmeventnotification/compare/v6.1.13...v6.1.14)
19+
20+
**Closed issues:**
21+
22+
- Mask is ignored when event is triggered by ZM directly \(manual test is OK\). [\#353](https://github.com/pliablepixels/zmeventnotification/issues/353)
23+
- zm\_train\_Faces.py fails [\#308](https://github.com/pliablepixels/zmeventnotification/issues/308)
24+
25+
## [v6.1.13](https://github.com/pliablepixels/zmeventnotification/tree/v6.1.13) (2021-02-28)
26+
27+
[Full Changelog](https://github.com/pliablepixels/zmeventnotification/compare/v6.1.12...v6.1.13)
28+
29+
**Closed issues:**
30+
31+
- Object detected but not reported [\#365](https://github.com/pliablepixels/zmeventnotification/issues/365)
32+
- Bug with remote MLAPI [\#364](https://github.com/pliablepixels/zmeventnotification/issues/364)
33+
- Reducing detection latency [\#363](https://github.com/pliablepixels/zmeventnotification/issues/363)
34+
- zmeventserver does not catch events. [\#362](https://github.com/pliablepixels/zmeventnotification/issues/362)
35+
- KeyError if only one model type in ml\_sequence [\#354](https://github.com/pliablepixels/zmeventnotification/issues/354)
36+
- Images in /var/lib/... are not deleted [\#345](https://github.com/pliablepixels/zmeventnotification/issues/345)
37+
338
## [v6.1.12](https://github.com/pliablepixels/zmeventnotification/tree/v6.1.12) (2021-02-14)
439

540
[Full Changelog](https://github.com/pliablepixels/zmeventnotification/compare/v6.1.11...v6.1.12)
@@ -193,7 +228,6 @@
193228
- correct object\_labels value for tinyyolo v3 / v4 [\#293](https://github.com/pliablepixels/zmeventnotification/pull/293) ([hugalafutro](https://github.com/hugalafutro))
194229
- fix\(import\_zm\_zones\): remove findWholeWord\('All'\) condition from match\_reason [\#289](https://github.com/pliablepixels/zmeventnotification/pull/289) ([matthewtgilbride](https://github.com/matthewtgilbride))
195230
- Dev [\#286](https://github.com/pliablepixels/zmeventnotification/pull/286) ([pliablepixels](https://github.com/pliablepixels))
196-
- Modify process\_config\(\) to properly check only\_triggered\_zm\_zones for… [\#278](https://github.com/pliablepixels/zmeventnotification/pull/278) ([neillbell](https://github.com/neillbell))
197231

198232
## [v5.15.6](https://github.com/pliablepixels/zmeventnotification/tree/v5.15.6) (2020-06-30)
199233

@@ -235,6 +269,7 @@
235269
**Merged pull requests:**
236270

237271
- Update query parameters in utils.py to fix authentication failure [\#279](https://github.com/pliablepixels/zmeventnotification/pull/279) ([cornercase](https://github.com/cornercase))
272+
- Modify process\_config\(\) to properly check only\_triggered\_zm\_zones for… [\#278](https://github.com/pliablepixels/zmeventnotification/pull/278) ([neillbell](https://github.com/neillbell))
238273
- Properly check the state of only\_triggered\_zm\_zones [\#276](https://github.com/pliablepixels/zmeventnotification/pull/276) ([neillbell](https://github.com/neillbell))
239274
- add a configuration option to set the topic for MQTT instead of the h… [\#272](https://github.com/pliablepixels/zmeventnotification/pull/272) ([dennyreiter](https://github.com/dennyreiter))
240275
- ftp\_detect\_image.py contrib script [\#261](https://github.com/pliablepixels/zmeventnotification/pull/261) ([0n3man](https://github.com/0n3man))
@@ -299,7 +334,6 @@
299334
- Fix typo in version option handling [\#239](https://github.com/pliablepixels/zmeventnotification/pull/239) ([lpomfrey](https://github.com/lpomfrey))
300335
- General skip monitors [\#234](https://github.com/pliablepixels/zmeventnotification/pull/234) ([connortechnology](https://github.com/connortechnology))
301336
- small efficiency improvement [\#233](https://github.com/pliablepixels/zmeventnotification/pull/233) ([connortechnology](https://github.com/connortechnology))
302-
- 191b mqtt publish from parent only [\#199](https://github.com/pliablepixels/zmeventnotification/pull/199) ([darknicht66](https://github.com/darknicht66))
303337

304338
## [v5.9.9](https://github.com/pliablepixels/zmeventnotification/tree/v5.9.9) (2020-03-08)
305339

@@ -381,6 +415,7 @@
381415
**Merged pull requests:**
382416

383417
- Update config.rst [\#200](https://github.com/pliablepixels/zmeventnotification/pull/200) ([undigo](https://github.com/undigo))
418+
- 191b mqtt publish from parent only [\#199](https://github.com/pliablepixels/zmeventnotification/pull/199) ([darknicht66](https://github.com/darknicht66))
384419
- fixes \#191 add MQTT tick [\#194](https://github.com/pliablepixels/zmeventnotification/pull/194) ([darknicht66](https://github.com/darknicht66))
385420

386421
## [v5.4.1](https://github.com/pliablepixels/zmeventnotification/tree/v5.4.1) (2019-12-22)
@@ -591,7 +626,6 @@
591626
- fix mislabeled picture\_url example in default config [\#108](https://github.com/pliablepixels/zmeventnotification/pull/108) ([joelsdc](https://github.com/joelsdc))
592627
- Replaced two occurrences where the incorrect equivalence operator was being used [\#106](https://github.com/pliablepixels/zmeventnotification/pull/106) ([humblking](https://github.com/humblking))
593628
- any config param can be overriden [\#102](https://github.com/pliablepixels/zmeventnotification/pull/102) ([pliablepixels](https://github.com/pliablepixels))
594-
- Silver ghost bs master [\#89](https://github.com/pliablepixels/zmeventnotification/pull/89) ([pliablepixels](https://github.com/pliablepixels))
595629

596630

597631

0 commit comments

Comments
 (0)