diff --git a/li.strolch.website/www.strolch.li/blog.html b/li.strolch.website/www.strolch.li/blog.html index 02e0d622f..fa8a52318 100644 --- a/li.strolch.website/www.strolch.li/blog.html +++ b/li.strolch.website/www.strolch.li/blog.html @@ -58,20 +58,71 @@
+ +
+

Strolch Release 1.0.0

+ + + +

Finally Version 1.0.0 of Strolch has been released and can be downloaded + immediately.

+
+

Before 1.0.0 could be released, some major changes were decided, all driven by the first big project + using Strolch as its underlying stack. Those changes were minor, and really major, but should make + Strolch better and was important for the first release.

+ +

Here is a list of the most interesting changes:

+ + +

Strolch 1.1.0 is already in development and can also be downloaded from the download page Here you + can see the current change list on GitHub. For instance + heavy work has been done to implement privilege management by adding a REST API. Looking forward to + a wonderful next Strolch release.

+ +
+ +

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 +

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.

+ 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: