Skip to content

Releases: telefonicaid/perseo-fe

1.7.0

20 Sep 11:00
12efc9b
Compare
Choose a tag to compare

Changes since 1.6.0:

  • Add: new parameter to updateAction card: actionType: APPEND (default) or UPDATE (#278)
  • Using precise dependencies (~=) in packages.json
  • Provide default value (false) for tls.rejectUnauthorized config option (#272, partially)

1.6.0

18 Oct 11:13
Compare
Choose a tag to compare

Changes since 1.5.0:

  • FEATURE update node version to 4.8.4
  • Fixed timer leak in HA-refresh scenarios [#253]
  • Modify main section of package.json from lib/perseo to bin/perseo
  • Add native SMPP support [#246]
  • Add PERSEO_MONGO_ENDPOINT, PERSEO_MONGO_USER and PERSEO_MONGO_PASSWORD variables to compose a full mongo connection string [#243]
  • Remove PERSEO_MONGO_HOST variable (use PERSEO_MONGO_ENDPOINT instead) [#243]
  • Add smpp dependence to npm-shrinkwrap [#249]

Note that most of them (all except the one related with new node version) were already in version 1.5.1

1.5.1

11 Sep 09:39
Compare
Choose a tag to compare

Changes since 1.5.0 release:

  • Fixed timer leak in HA-refresh scenarios [#253]
  • Modify main section of package.json from lib/perseo to bin/perseo
  • Add native SMPP support [#246]
  • Add PERSEO_MONGO_ENDPOINT, PERSEO_MONGO_USER and PERSEO_MONGO_PASSWORD variables to compose a full mongo connection string [#243]
  • Remove PERSEO_MONGO_HOST variable (use PERSEO_MONGO_ENDPOINT instead) [#243]
  • Add smpp dependence to npm-shrinkwrap [#249]

1.5.0

02 Feb 15:54
Compare
Choose a tag to compare

Changes (since 1.4.0):

  • Fix: Blocked actions in queue when error (#221)
  • Add: Retrieve loop detection, with mark (#226)
  • Add: metrics REST API (#227)
  • Fix: Alarms for database (replicaset) (#230)
  • Change: Default value for refresh rules to core in config.js, now 5 minutes
  • Change: Default value for DB checking in config.js, now 5 seconds
  • Add: Several actions per rule (#197)

1.4.0

01 Dec 10:44
Compare
Choose a tag to compare

Changes (since 1.3.0):

  • Add: Update axn with multiple attrs (#210)
  • Change: Logs for alarms in ERROR level and use of ALARM-ON and ALARM-OFF prefixes to signal alarm raising/releasing in log (#218). See doc.
  • Add: Admit several comma-separated servicepaths in header for notifications (#117)
  • Remove (rollback feature introduced in 1.2.0): break rule execution loops (PR #225) (*)

(*) Already done as hotfix in 1.3.1

1.3.1

24 Nov 15:00
Compare
Choose a tag to compare

Changelog (since 1.3.0):

  • Fix: Undo loop detection because of sharing correlator some notifications

1.3.0

28 Oct 09:46
Compare
Choose a tag to compare

Changelog (since 1.2.0):

  • Add: Processing location attributes for EPL (#198)
  • Add: Processing time attributes for EPL (#205)
  • Fix: Post axn w/o template (#207)

1.2.0

03 Oct 10:23
Compare
Choose a tag to compare

Changelog (since 1.1.0):

  • Add: propagate metadata to core (#182)
  • Add: improved post action (#144)
  • Fix: weird behaviour post action (#191)
  • Add: break rule execution loops (#190)

1.1.0

07 Sep 14:23
Compare
Choose a tag to compare

Changes since 1.0.0:

  • Fix: modified the permissions of the PID file to be readable by third party SW (*)
  • Add: Allow notices and rules paths to be configured by environment variables (#161) (*)
  • Fix: align and fix log traces, add comp field (#166)
  • Add: add 'from' field in log traces (#166)
  • Add: GET /admin/log (#169)
  • Fix: env var for next core bug (#171)
  • Change: default value for next core to none (#172)
  • Fix: false error log when action is executed (#176) (*)
  • Fix: saving invalid visual rule in updates (#177) (*)

(*) Also included in some 1.0.x release after 1.0.0

1.0.3

05 Sep 07:27
Compare
Choose a tag to compare

Changelog (regarding 1.0.2):

  • Fix: false error log when action is executed (#176)
  • Fix: saving invalid visual rule in updates (#177)