-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
35 lines (29 loc) · 1.17 KB
/
CHANGELOG
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
v0.5
====
REST management interface, allows at runtime of Sparkwave to load, unload and get patterns.
Implemented ID() function for pattern construct part: returns the unix timestamp which can be used as unique identifier
Logging to console and file (sparkwave.log) is enabled
REST interface:
The following URL's are available:
http://localhost:9998/patterns/ GET(all patterns),POST(new pattern)
http://localhost:9998/patterns/{id} GET(specific pattern),DELETE(specific pattern)
Note: Content-Type must be application/json (in the request header).
v0.4.3
======
Pre-Processing plugin infrastructure
Implemented command line parser
Implemented NOW() function for the pattern construct part
Added xml capability to streamer
Implemented config file parser for Sparkwave
Restructured maven project structure and introduced a distribution project which is used for the final assembled archive
v0.4.1
======
Pattern grammar allows single line comments
DummyRestHandler
Refactoring
Small fixes: maven poms reflect same version as scm, typos
v0.4
====
MultiPattern support (Feature)
Pattern grammar specifies epsilon ontology and static instances file (Feature)
toString output for Pattern oject