Releases: DAXGRID/open-ftth-gdb-integrator
Releases · DAXGRID/open-ftth-gdb-integrator
v2.1.1
- Upgrades Topos from version 0.0.73 to 0.0.81
v2.1.0
- Fixes issue with segment connectivity changed sending wrong marked event
- Route node location changed now sets the application name correctly
- Fixes missing application name for split-ted route segment
- RouteSegmentConnectivityChanged now copies the previous values to new cloned segment
v2.0.1
- Sets typenamehandling auto for json serializer
v2.0.0
- Rewrite includes new structure for all events emitted. Instead of being many small events the integrator will now emit a single RouteNetworkEditOperationOccuredEvent containing many smaller commands.
v1.2.5
- Enriches logs to support elasticsearch, kibana
v1.2.4
- fixes issue where invalid message was not returned
v1.2.3
- fixes issues where application would halt on deserilization issue
v1.2.2
- Switches back to using uuid and disables generation of uuid on QGIS side to fix the bug.
v1.2.1
- Fixes issue where QGIS requires id to be of type int instead of uuid/guid.
v1.2.0
-
Route nodes can now be deleted if intersecting with route segment geometry as long as the route nodes does not intersect with the start or end of the route segment, then it will be rolled back.
-
Rewrote PostGis access layer to dispose async.