github cumulusmx/CumulusMX b3045
Build 3045

latest releases: b4028, b0000, b4027...
pre-release5 years ago
  • Internal Stuff

    • Update the targeted .Net version to 4.5.2 (4.5 and 4.5.1 are no longer supported by Microsoft)
    • Upgrade System.Net.FtpClient to replacement FluentFTP package
    • Update Microsoft.Net.Http package to latest stable version
    • Update fastJSON package to latest stable version
    • Update embedIO package to latest stable version
    • Remove Alchemy WS package from build
  • Davis TCP connections.

    • Added additional error handling, should now be much more robust and attempt to reconnect on failure.
  • Astro calcs for Solar

    • Added refraction correction.
    • updated to add some extra terms.
  • Removed URL encode Twitter messages added in b3044

  • Added second order humidity correction factor, works the same as the temperature. It has to be set manually in Cumulus.ini.

    • Cumulus.ini
[Offsets]
HumMult2=0.0
  • FTP Updates
    • Now supports FTPS over TLS1.1 and 1.2
    • RealtimeGaugesTxt is no longer automatically enabled for FTP.
    • In Passive FTP, you can disable Enhanced Passive (EPSV) mode if it causes problems with your host. Some hosts are reporting they support it, but a firewall along the route cannot handle the connections.
      Requires manually adding a new Cumulus.ini entry...
[FTP site]
DisableEPSV=1
  • Web Sockets are no longer on a separate port, it shares the same port as HTTP.

    • The wsport command line switch is still recognised for backwards compatibility, but it is no longer used.
  • Fix Fine Offset with solar logger reading, now limited to the reduced number of logger entries available on solar stations.

  • Fix for Slovenian locale (and any other with a two character date separator)

Don't miss a new CumulusMX release

NewReleases is sending notifications on new releases.