Crosser Node 3.0.1

Crosser Node 3.0.1

Release Note

Release date: 2023-11-07

Changes

Reverted JSON Serializer Settings

In 3.0.0 we changed to using JsonNamingPolicy = JsonNamingPolicy.CamelCase. This caused properties that should be kept in upper case to be changed, which then caused issues with (for example) inserting data into databases with case sensitive columns.

Add JSON Converters Back

In 3.0.0 we removed JSON Converters for DateTime, DateOnly and TimeOnly. The reason for removing them was to prevent strings looking like dates to be converted into dates although they should be kept as strings.

On the other hand this caused these data types (DateTime, DateOnly, TimeOnly) to be impossible to see in debug messages since serialization was not supported.

In 3.0.1 we can keep strings that look like dates as strings, but also be able to handle the data types in serialization.


    • Related Articles

    • Crosser Security Overview

      Crosser Security Overview November 2023 About this document This document describes security aspects related to the Crosser Streaming Analytics solution. The Crosser Streaming Analytics solution The Crosser Streaming Analytics solution has two main ...
    • Crosser Node 2.5.3

      Crosser Node 2.5.3 May 2022 Bugfix - Prevent Crash When Getting ChannelClosedExceptions When running remote sessions with unstable network connections the node host process could crash due to not handling a ChannelClosed exception in a proper way.
    • Monitoring the Crosser Node

      Introduction Once you have your first flows deployed, you might think about how to integrate the Crosser Node and Flows into your existing monitoring solution. In this article we describe what options you have and how to utilize provided interfaces ...
    • Crosser Node 3.1.0

      Release Note Release date: 2023-12-20 Changes Sending metrics for Host and Runtimes Now that Crosser Control Center can handle metrics both for the Node and the deployed flows (runtimes), the Node will report metrics for the host as well as all ...
    • Crosser Node 2.5.4

      Crosser Node 2.5.4 Note: Version 2.5.4 of the node has been pulled back due to critical issues that were identified after the release. Please upgrade to a later version. September 2022 Bugfix - Prevent Invalid Http Requests To Cause 100% CPU This bug ...