Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rogger committed Jul 3, 2013
1 parent 663eacf commit 4ccc26d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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
Expand Down

0 comments on commit 4ccc26d

Please sign in to comment.