@golemio/pid 2.0.16-dev.407757417 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,21 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [2.1.0] - 2021-11-21
8
+
7
9
  ### Added
8
10
 
9
- - Modularized migrations ([pid#53](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/53))
11
+ - Modularized migrations ([pid#53](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/53))
10
12
 
11
13
  ### Changed
12
14
 
13
- - Optimization of timetables download table switching ([pid#65](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/65))
14
- - Replace db retention with sequelize destroy
15
- - Added trip_short_name to vehiclepositions ([pid#29](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/29))
16
- - Filter DPP after_track ([pid#34](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/34))
17
- - Modification of last_stop parameters ([pid#42](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/42))
18
- - Added stop_id to GTFS-Realtime trip update ([pid#54](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/54))
15
+ - Optimization of timetables download table switching ([pid#65](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/65))
16
+ - Replace db retention with sequelize destroy
17
+ - Added trip_short_name to vehiclepositions ([pid#29](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/29))
18
+ - Filter DPP after_track ([pid#34](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/34))
19
+ - Modification of last_stop parameters ([pid#42](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/42))
20
+ - Added stop_id to GTFS-Realtime trip update ([pid#54](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/54))
19
21
 
20
22
  ## [2.0.12] - 2021-10-18
21
23
 
22
24
  ### Fixed
23
25
 
24
- - Empty array of tripsIds in updateDelay
26
+ - Empty array of tripsIds in updateDelay