You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,32 @@ All notable changes to the `log_hub` project will be documented in this file.
4
4
5
5
The format is based on[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
##[0.1.8] - 2025-10-3
8
+
9
+
###Added
10
+
-`reverse_freight_shipment_emissions_air` and`reverse_freight_shipment_emissions_sea` services are added into this version to help you calculate the CO2 footprint based on your shipments or route legs defined as separate shipments transported by air or sea with the corresponding coordinates of the port.
11
+
-`reverse_freigth_shipment_emissions_river` services are added as a new type of transport mode. It helps you calculate the CO2 footprint based on your shipments or route legs defined as separate shipments transported by inland waterways with the corresponding coordinates of the port.
12
+
13
+
###Changed
14
+
-`forward_freight_shipment_emissions_road` and`reverse_freight_shipment_emissions_road` services have new input column 'vehicleType' which allows you to use different vehicle types for your shipments without having to run multiple calculations. If not specified, the vehicle type from the 'Parameters' section will be used.
15
+
-`forward_milkrun_optimization_plus` and`reverse_milkrun_optimization_plus` services have new input parameter 'costAllocationBy' and new output column 'costs' in the route details output table.
16
+
17
+
###Fixed
18
+
- N/A (no fixes in this release).
19
+
20
+
###Deprecated
21
+
- N/A (no deprecations in this release).
22
+
23
+
###Removed
24
+
- N/A (no removals in this release).
25
+
7
26
##[0.1.7] - 2025-08-31
8
27
9
28
###Added
10
29
-`forward_freight_shipment_emissions_rail` and`reverse_freight_shipment_emissions_rail` services are added back into this version to help you calculate the CO2 footprint based on your shipments or route legs defined as separate shipments transported by train with the corresponding UN/LOCODEs or their coordinates provided.
11
30
12
31
###Changed
13
-
-`forward_shipment_analyzer` and`reverse_shipment_analyzer` services are changed due to the API changes to a longrun version.
14
32
-`forward_shipment_analyzer` and`reverse_shipment_analyzer` services have new input parameter 'distanceUnit'.
15
-
-`forward_freight_shipment_emissions_road`,`reverse_freight_shipment_emissions_road`,`forward_freight_shipment_emissions_air` and`forward_freight_shipment_emissions_sea` services have additional input column 'distance'.
16
-
-`forward_freight_shipment_emissions_air` service has additional input parameters 'planeType' and 'refrigerantFactor'.
17
-
-`forward_freight_shipment_emissions_sea` service has additional input parameter 'refrigerantFactor'.
18
33
-`forward_network_design_plus` and`reverse_network_design_plus` services have additional input column 'costumerGroup' in the 'customers' input table and output column with the same name in the 'customer_assignement' table.
19
34
-`forward_milkrun_optimization_plus` and`reverse_milkrun_optimization_plus` services have new input column 'timeWindowProfile' in the 'depots' input table.
20
35
@@ -27,6 +42,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
42
###Removed
28
43
-`forward_freight_shipment_emissions_rail` and`reverse_freight_shipment_emissions_rail` services are removed from this version.
29
44
45
+
##[0.1.6] - 2025-06-13
46
+
47
+
###Added
48
+
- N/A (no additions in this release).
49
+
50
+
###Changed
51
+
-`forward_shipment_analyzer` and`reverse_shipment_analyzer` services are changed due to the API changes to a longrun version.
52
+
-`forward_freight_shipment_emissions_road`,`reverse_freight_shipment_emissions_road`,`forward_freight_shipment_emissions_air` and`forward_freight_shipment_emissions_sea` services have additional input column 'distance'.
53
+
-`forward_freight_shipment_emissions_air` service has additional input parameters 'planeType' and 'refrigerantFactor'
54
+
-`forward_freight_shipment_emissions_sea` service has additional input parameter 'refrigerantFactor'
55
+
56
+
###Fixed
57
+
- N/A (no fixes in this release).
58
+
59
+
###Deprecated
60
+
- N/A (no deprecations in this release).
61
+
62
+
###Removed
63
+
-`forward_freight_shipment_emissions_rail` and`reverse_freight_shipment_emissions_rail`services are removed from this version.