Skip to content

Commit a3b60c6

Browse files
authored
Prepare 2.8.2 (#267)
* added release notes for older version 2.8.1 release * preparing for version 2.8.2
1 parent a079241 commit a3b60c6

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

apollo/frontend/templates/frontend/_layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3 class="lead h3">{% block title %}{{ page_title }}{% endblock %} · <em class
123123
<div class="container">
124124
<footer>
125125
{%- block footer -%}
126-
<p style="padding-top:18px;">Apollo &mdash; v2.7.10.1</p>
126+
<p style="padding-top:18px;">Apollo &mdash; v2.8.2</p>
127127
{%- endblock -%}
128128
</footer>
129129
</div>
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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)

0 commit comments

Comments
 (0)