Skip to content

Releases: seaside1/jrule

jrule-4.x.x-BETA21

08 Apr 19:36
4fb627d
Compare
Choose a tag to compare

BETA21

jrule-4.x.x-BETA20

22 Feb 20:22
7d1afa2
Compare
Choose a tag to compare

BETA20

jrule-4.x.x-BETA19

04 Dec 19:33
a07c951
Compare
Choose a tag to compare

jrule-4.x.x-BETA19.1-pre-release

08 Oct 19:17
4d04520
Compare
Choose a tag to compare
Pre-release
  • Prerelease for
  • Dynamic rules
  • Persistence
  • Quantity type fix
  • Exposed more from core

jrule-4.x.x-BETA18

20 Sep 10:36
df59a18
Compare
Choose a tag to compare
  • Refactored timers and added method for checking for timer lock by seaside1 PR #171
  • Added the ability to configure the name of the package in jrule.conf by kuimovvg PR #170
  • Add previousState and a test by querdenker2k PR #168

jrule-4.x.x-BETA17

09 Aug 18:48
79c6f8f
Compare
Choose a tag to compare

BETA17

First Official openHAB 4.x.x Release

jrule-3.x.x-BETA16

12 Mar 20:47
83b770a
Compare
Choose a tag to compare

BETA16

jrule-3.x.x-BETA15

22 Nov 21:32
d0fa46d
Compare
Choose a tag to compare

BREAKING: All JRuleWhen has to be change to corresponding JRuleWhenItemChanged (as an example, look at JRule Examples documentation)
JRule When refactoring by querdenker2k PR #61
Thing Channel triggers by seime PR #62
Generate Actions by querdenker2k PR #63
Add option to get groupMembers as Items by querdenker2k PR #65
Memberof Trigger by querdenker2k PR #66
Fix buffer being read twice and breaking classloading by seime PR #67
Fix missing precondition support for timer rules by seime PR #68
Fix timer trigger by querdenker2k PR #70
Initial tests for JRuleWhenItemChange triggers by seime PR #73
Threadlocal logging - some improvements by seime PR #79
Junit test for duplicate rule invocations by seime PR #75
Add docker integration test by querdenker2k PR #77
Include old thing status in event by seime PR #80
Use thread safe list instead of arraylist by seime PR #81
Defer to parent classloader if file not found by seime PR #83
Fix inheritance in actions by querdenker2k PR #87
Fix mqtt for tests by querdenker2k PR #91
Fix ConcurrentModificationException in test by querdenker2k PR #92
Added typing for thing channel triggers, ie JRuleWhen(channel = binding_thing.triggerChannel) instead of typing the channel id string

jrule-3.x.x-BETA14

20 Oct 20:25
020d7e7
Compare
Choose a tag to compare

Thing support in rules by seime pr #59
BREAKING: jrule-items.jar has been renamed to jrule-generated.jar
Added missing sendCommand for StopMove commands by seime pr #57
Fixed parsing of double value for Quantity type by seime pr #56
Added generic action handler by querdenker2k pr #55 see exampe #34
Refactoring of event for channel plus cleanup by querdenker2k pr #52
Refactoring of persistance functions and item handling with exceptions by querdenker2k pr #51
Added item id and fixes for generated items by LumnitzF pr #50
Added MDC Logging tags to be used with elastic search (logstash,kibana and similar) by querdenker2k pr #49
Fixed parsing of double values in rule conditions by seime pr #48
Fixed parsing of UNDEF by seime pr #45

jrule-3.x.x-BETA13

15 Aug 19:54
Compare
Choose a tag to compare
  • Fixed naming bug of JRuleItems.java
  • Fixed looping through all members of groups for postUpdate and sendCommand