-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG
executable file
·33 lines (26 loc) · 1.46 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
NEsper Changelog
====================
Changes in version 5.3.0
------------------------
* Support for match recognize to have a maximum state count
* Support for output rate limiting hints
* Support for filter expression rewrite hint
* Support for stateless statements to have no listener dispatch or insert into latches
* Support for configuring an engine-wide default time zone
* Support for insert-into into a stream without any properties to use a select-clause that selects only "null"
* Addition of DateTimeEx to provide operations that require datetimes + timezones.
* Migrated most datetime operations to DateTimeEx and/or DateTimeOffset.
* Moved datetime parsing operations into DateTimeParser.
* Moved datetime math operations into DateTimeMath.
* DateTime conversion to milliseconds normalized to UtcTicks (previously ticks) and offset.
Bug fixes and other improvements
* Fixed issue Github#2 System.String not handled by TypeHelper
Changes in version 5.4.2
-------------------------------
* Added support for System.Numeric.BigInteger
Bug fixes and other improvements
* Fixed Annotation imports - which were previously using the normal import facility
* Added additional annotation import methods to simply importing from generic types.
* Fixed a deadlock issue related to latches on named window views
* Fixed long standing 100-thread issue with FastThreadLocal, now resizes
* Fixed incorrect return type in WrapperEventType