Release Notes: Difference between revisions

83 bytes removed ,  14:58, 8 December 2021
m
Line 10: Line 10:
#Dayfile and Standard Logfiles are now sources through SQLite. Although the text logfiles will continue in first instance, the performance of SQLite is such that it outperforms plain text file reads. Also the availability of SQL besides the Linq library of C# is advantageous.
#Dayfile and Standard Logfiles are now sources through SQLite. Although the text logfiles will continue in first instance, the performance of SQLite is such that it outperforms plain text file reads. Also the availability of SQL besides the Linq library of C# is advantageous.
#Use latest  versions of libraries. This may have effect on FTP, FTPS and SFTP. Standing issues were:  
#Use latest  versions of libraries. This may have effect on FTP, FTPS and SFTP. Standing issues were:  
##FTPS - not all servers were able to handle re-use of resource, maybe .NET5 solves this.
##FTPS - not all servers were able to handle re-use of resource.
##SFTP - login with just un/pw was not possible under mono, if it is neither under .NET5 the user will have to use another login possibility FTPS or use of a key.
##SFTP - login with just un/pw.
#Renewed compliance to [https://validator.w3.org/ W3 markup validation].
#Map: Users will now always appear on the map, the link to their site is no longer compulsory (but highly appreciated).
#Map: Users will now always appear on the map, the link to their site is no longer compulsory (but highly appreciated).
#Logging: moved some messages to different classes (Tracing, Info, Warning, Error). In general the view of the logfile improved with less messages (up to level Info).
#Logging: moved some messages to different classes (Tracing, Info, Warning, Error). In general the view of the logfile improved with less messages (up to level Info).