File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -110,3 +110,26 @@ Uploading pg_activity-1.6.0.tar.gz
110
110
View at:
111
111
https://pypi.org/project/pg-activity/1.6.0/
112
112
```
113
+
114
+ ## Send a mail to pgsql-announce
115
+
116
+ Example for release 1.6.0 :
117
+ ```
118
+ mailto : pgsql-announce(at)postgresql(dot)org
119
+ Subject : pg_activity release 1.6.0
120
+ Content :
121
+
122
+ pg_activity (https://github.com/dalibo/pg_activity) 1.6.0 has been released.
123
+
124
+ This release adds the following features :
125
+
126
+ * the --min-duration flag to only show laggy queries (kmoppel)
127
+ * the --duration-mode and the shortcut (T) to choose from the duration modes:
128
+ query, transaction, backend (nilshamerlinck)
129
+ * the D shortcut to refresh dbsize (Fabio Renato Geiss)
130
+ * an expanded refresh interval from 1-3s to 0.5-5s (kmoppel)
131
+
132
+ The full release notes can be read here :
133
+ https://github.com/dalibo/pg_activity/releases/tag/v1.6.0
134
+ ```
135
+
You can’t perform that action at this time.
0 commit comments