Skip to content

Releases: route4me/route4me-net-core

V.1.0.2.0

11 Oct 15:10
Compare
Choose a tag to compare

Usage of HttpClient is changed: there are attempts to re-use HttpClient if possible to avoid exhausting of the available socket pool and TCP handshake overhead. Load balancing and stale DNS cache are also taken into account. There is also a GC for long-time not-in-use HttpClients.

See ChangeLog.md for details.

Stable version v1.0.1.10

24 Sep 10:13
Compare
Choose a tag to compare

Changed the classes: Route4MeManager, OrderFilterParameters, Order, OptimizationParameters.

See CHANGELOG.md for details.

Route4Me Route Optimization SaaS C# SDK (.net core framework)

07 Sep 18:57
ef1e85f
Compare
Choose a tag to compare

Summary of changes made in this release of the package.

Fixed typos in the classes: Order, FastBulkGeocoding, FastFileReading, FastValidateData, Route4MeManager.

Removed WinHttpHandler reference and changed appropriate code.

Route4Me Route Optimization SaaS C# SDK (.net core framework)

12 Oct 09:53
Compare
Choose a tag to compare

Summary of changes made in this release of the package.

  • Converting a value to the specified type;
  • Searching the locations with showing specified fields;
  • Added algorithm of managing wrong contact data;
  • Improved complex route updating algorithm;
  • Improved algorithm for adding complex address note (send text content, custom note, file at once).