1
1
---
2
- title : v2.2.1 (latest)
2
+ title : v2.2.x (latest)
3
3
---
4
4
5
5
``` note
@@ -8,7 +8,58 @@ Bug fixes are applied to the containers that changed. For example, psql-app
8
8
may be 2.2.1 while postgres is 2.2.0.
9
9
```
10
10
11
- # v2.2.1 Fixes:
11
+ # Release Notes
12
+
13
+ ## grafana:
14
+
15
+ * Upgraded to 9.1.7
16
+ * Updated prefix history dashboards to include down peers. This allows browsing prefix history
17
+ via peers that are down
18
+
19
+
20
+ ## collector: v2.2.3
21
+
22
+ * Fixed issue with NLRI hash not including rib type (Adj-RIB-In/Out, policy Pre/Post).
23
+ Not including the type in the hash resulted in NLRIs from a peer being updated/overwritten
24
+ instead of being added as new for the type. Backwards compatibility is maintained by
25
+ not changing the hash if Adj-Rib-In and Pre-Policy. If the type is anything other than
26
+ that, the hash will reflect the difference. This will allow both pre/policy policies to
27
+ be in the DB as well as Adj-RIB-Out pre/post.
28
+
29
+ * Fixed issue with peer hash not including peer type defined in RFC9069 (Loc-RIB) type difference
30
+
31
+ * Librdkafka upgraded to v1.9.2
32
+
33
+ ## collector: v2.2.2
34
+
35
+ * Removed deb and rpm packages in favor of using docker. These were out of date for a while
36
+ * Updated openbmpd.conf default kafka settings to better handle higher
37
+ latency connections
38
+ * Add pacing when ingress buffer starts to fill up
39
+
40
+ ## psql-app: v2.2.2
41
+
42
+ * Records would sometimes get out of sync on Peer UP due the way records were deleted
43
+ from ``` ip_rib ``` table. A peer UP will not result in a lock to ensure
44
+ clean start after Peer UP
45
+
46
+ * Improved performance of inserts and speed of auto vacuum by changing ``` base_attribute ```
47
+ table to no longer get timestamp updated on records that are duplicate. Timestamp in
48
+ the base_attribute table did not add much value as it would be changed
49
+ per NLRI timestamp
50
+
51
+ * Fixed issue where connections to Postgres were not being closed due to errors. This
52
+ would cause postgres to report max connections reached
53
+
54
+ * Fixes #7 ; Link-State ``` unreserved_bw ``` is now 128 characters and fixed insert to use ``` bigint ```
55
+ type for ``` admin_group ```
56
+
57
+
58
+ ## collector: v2.2.1
59
+
60
+ * Tuned Kafka queue to prevent disconnects with Kafka during full queue times
61
+
62
+ ## psql-app: v2.2.1
12
63
13
64
* Fixed issue with global IP rib not updating new/first seen prefixes.
14
65
This caused an issue for new peer RIB dumps and when there are new
@@ -19,8 +70,11 @@ may be 2.2.1 while postgres is 2.2.0.
19
70
> ** Containers Updated**
20
71
> * psql-app - Container will upgrade schema from 2.2.0
21
72
73
+ ## postgres: v2.2.1
74
+
75
+ * Upgrade version to ``` timescaledb-ha:pg14-ts2.8 ```
22
76
23
- # v2.2.0 Changes:
77
+ ## All: v2.2.0
24
78
25
79
* Major performance increase for IP rib inserts/updates.
26
80
A major factor in disk IOPS is related to
0 commit comments