Skip to content

Releases: route4me/route4me-net-core

v.3.2.0.0

11 May 16:14
Compare
Choose a tag to compare

Data types and internal HTTP logic are adjusted.

v.3.1.0.0

02 Mar 11:44
Compare
Choose a tag to compare

Orders API (History and Archive) supported.

v.3.0.1.0

23 Feb 11:26
Compare
Choose a tag to compare

Fixed ExtFieldCustomData in Route4MeSDK.DataTypes.Order

v.3.0.0.0

09 Feb 14:02
Compare
Choose a tag to compare

Async API is intoduced for Route4MeManager and Route4MeManagerV5.
Mix of sync/async context is removed for async flow.
IDs are switched from 32 bit integer to 64 bit integer (both signed and unsigned).
Async API for FastProcessing (JSON) is introduced.
Unnesessary internal state is removed from FastProcessing.
ArrayList is removed from geocoding API.
Internal sleeps and spin waits are removed.
Naming is updated to follow CamelCase.
Internal code smells are removed.
NewtonJson usage is fixed.

V.2.0.0.0

16 Dec 19:49
Compare
Choose a tag to compare

Some field's types are switched from Int32 to Int64: order_id, DataObjectRoute's Int32 fields (and the same fields in other types)

V.1.1.3.0

14 Dec 17:57
Compare
Choose a tag to compare

External dependencies are updated

V.1.1.2.0

19 Nov 10:52
Compare
Choose a tag to compare

Async API for BarCodes, thread-safety for Route4MeManager/Route4MeManagerV5, fixed unnecessary context capturing during async/await in Route4MeManager/Route4MeManagerV5

v.1.1.1.1

10 Nov 08:45
Compare
Choose a tag to compare

Release notes for package are fixed.

v.1.1.1.0

28 Oct 09:09
Compare
Choose a tag to compare

Switched from .NET Core 3.1 to .NET Standard 2.0. Dependencies are updated and consolidated. Internal threading is optimized.

v.1.1.0.0

20 Oct 17:53
Compare
Choose a tag to compare

Get/Save AddressBarcodes are supported. Switched from binaries to nuget dependency for SocketIoClientDotNet (netstandard). Got rid of unnecessary dependencies. Improved internal parallelization - degree of parallelism is used with respect to amount of available cores.