File tree 3 files changed +42
-1
lines changed
apollo/frontend/templates/frontend
3 files changed +42
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ <h3 class="lead h3">{% block title %}{{ page_title }}{% endblock %} · <em class
123
123
< div class ="container ">
124
124
< footer >
125
125
{%- block footer -%}
126
- < p style ="padding-top:18px; "> Apollo — v2.7.10.1 </ p >
126
+ < p style ="padding-top:18px; "> Apollo — v2.8.2 </ p >
127
127
{%- endblock -%}
128
128
</ footer >
129
129
</ div >
Original file line number Diff line number Diff line change
1
+ Release Notes v2.8.1
2
+ ====================
3
+
4
+ This release introduces worker-based updates for expensive submission state
5
+ computation. It offloads work from the main web loop when processing
6
+ incoming messages so responses are quicker.
7
+
8
+ When deploying to production, make sure to size both instances and worker
9
+ concurrency so that, you don't use up all available compute cores and not
10
+ use enough making updates very slow.
11
+
12
+ Bugs
13
+ ----
14
+
15
+ * made a correction on which column the percentage of valid votes is displayed
16
+ * removed extraneous permission defaults
17
+ * set the submission comment deployment before it is saved
18
+ * fixed the output of the byte-order mark in file exports
19
+
20
+ Features
21
+ --------
22
+
23
+ * switched to using alpine linux v3.7
24
+ * added management command for setting up default permissions
25
+ * added indexes for sortable columns in the participants list
26
+
Original file line number Diff line number Diff line change
1
+ Release Notes v2.8.2
2
+ ====================
3
+
4
+ This minor release fixes a few bugs with data imports with the major
5
+ bug fix having to do with an issue where subsequent participant data
6
+ uploads simply added more data to the phone number field rather than
7
+ replacing what was previously there.
8
+
9
+ Bugs
10
+ ----
11
+
12
+ * clear phones when uploading new data (#266 )
13
+ * force sync before running supervisor linking pass (#171 )
14
+ * supply deployment and phone number for background update of
15
+ submissions (#173 )
You can’t perform that action at this time.
0 commit comments