diff --git a/li.strolch.website/www.strolch.li/blog.html b/li.strolch.website/www.strolch.li/blog.html index 1ceaa7ece..3d39e0dd0 100644 --- a/li.strolch.website/www.strolch.li/blog.html +++ b/li.strolch.website/www.strolch.li/blog.html @@ -58,6 +58,30 @@
+ +
+

DurationParameter and other minor changes: Release 1.0.0-RC4

+ + +

New DurationParameter and additional minor changes: Release of 1.0.0-RC4 which can be downloaded on the download page.

+
+

While implementing a use case in a Strolch based application it was detected that an essential parameter type was missing, the DurationParameter. This parameter currently stores the value as a long in memory and serializes to ISO8601. As soon as we move Strolch to Java8, we will change this to use the Period class in the new Java8 date and time API.

+ +

In addition to the new parameter, a couple of other changes were made:

+ + +

So, Strolch 1.0.0-RC4 is out the door, go ahead and try it out.

+ +

DB Initialization: Release 1.0.0-RC3