-
Vaniglia 0.5.0 is out!
The vaniglia team is very proud to announce the general availability of release 0.5.0.
We made many features improvements in this release and here's the change log:
0.5.0 (23-Nov-2008)
- Parser improvements:
- Fields PreProcessors. Currently These are the available FieldsPreProcessors:
- SubstringPreProcessor. This preprocessor will allow to use only a substring of the field.
- TrimPreProcessor. This preprocessors allows the removal of any leading and/or trailing characters in the field.
- StringAppenderPreProcessor. This preprocessors allows to add a prefix and/or a suffix to the field.
- Better handling of empty lines.
- Comments on Parser's file.
- Field's default value
- Constant fields
- TimestampType. Is a type of field that can be used to parse plain timestamp (seconds or milliseconds
since Jan, 1st 1970). Here's an example:
<TimestampFieldType isJavaTimestamp="false" outputFormat="dd/MM/yyyy"/>
- ExtensionsManager improvements:
- Configuration file reload time
- Major bug fixing on many modules (especially the Message Queue).
2008-11-23 12:09:25 UTC by mikyaiello
-
Vaniglia 0.5.0 just days away.
The Vaniglia Team is proud to announce that release 0.5.0 is only days from the final release. There have been a lot of bug fixing and some very interesting improvements in the Parser (by far the most used component).This the change log so far: - Parser improvements: - Fields and Record Processors. - Better handling of empty lines. - Comments on Parser's file. - Field's default value - Constant fields - TimestampType. Is a type of field that can be used to parse plain timestamp (seconds or milliseconds since Jan, 1st 1970). Here's an example: <TimestampFieldType isJavaTimestamp="false" outputFormat="dd/MM/yyyy"/> - ExtensionsManager improvements: - Configuration file reload time
2008-11-07 16:27:10 UTC by mikyaiello
-
Vaniglia 0.4.0.1 is out.
We just release a bug fixing release (0.4.0.1) that fixes some bug on the log4j module and on the message queue module.
2008-08-13 14:00:23 UTC by mikyaiello
-
Vaniglia 0.4.0 is out!
We are proud to announce the availability of the new Vaniglia 0.4.0.
This is the list of changes in the latest release:
0.4.0 (28-Jan-2008)
- Added module Vaniglia Message Queue (VMQ). This is a presistent queue of message that can have a delivery
timestamp. The current implementation can only be used for interprocess communication. Future version will
be improved to allow the same queue to be used from multiple processes.
- Added a new log4j appender. RollingFileFoldersBackupAppender.
- Performance Monitor improvements:
- Latency can also be tracked.
- Latency can also be used for alarms.
- Corrected a bug on the Socket Protocol Module. The ConnectionPoolSocketClient wasn't using any of the reconnection parameter.
- Minor Bug fixing
2008-01-28 10:56:42 UTC by mikyaiello
-
Vaniglia 0.4.0 coming up
The new release of Vaniglia (0.4.0) is expected to be released during the summer.
So far the main changes are:
- Added module Vaniglia Message Queue (VMQ). This is a presistent queue of message that can have a delivery timestamp.
- Added a new log4j appender. RollingFileFoldersBackupAppender.
- Performance Monitor improvements:
- Latency can also be tracked.
- Latency can also be used for alarms.
- Corrected a bug on the Socket Protocol Module. The ConnectionPoolSocketClient wasn't using any of the reconnection parameter.
2007-07-17 09:43:30 UTC by mikyaiello