Releases: MyJetTools/my-no-sql-server
Releases · MyJetTools/my-no-sql-server
0.0.20-rc03
- MyTcpSockets is updated to 0.1.4
0.0.20-rc02
- MyHttp DataForm now supports JSON
- Now we have Tcp Delivery feature on TCP Level since my-tcp-sockets 0.1.3 supports it
0.0.20-rc01
- Sync to Readers now works in a separate thread
- Exposed sync to readers bytes to Prometheus reader by reader
0.0.19
- Improved loading performance;
- Added TcpSendTimeoutSec settings parameter
0.0.18
- BUG: Entities PartitionKey and RowKey now can not be uploaded with Null Values;
- Init procedure now skippes nulled values
- Bulk/InsertOrReplace - if we post payload with no entities - TableUpdateMoment does not update;
0.0.17
Requests to Blobs have 5 seconds timeout
Send to TCP Socket has 3 seconds timeout;
ReadersSync Loop has 4 seconds timeout;
TCPSocket name is now updated. We can track it on disconnect
0.0.15
Added checking if application is initialized when at start for table …