This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog for StaticBackend
2
+
3
+ ### Aug 12, 2021
4
+
5
+ * Updated the realtime broker to handle distribution by having all messages
6
+ using Redis's PubSub
7
+
8
+ ### Aug 3, 2021
9
+
10
+ * Added Dockerfile and made it easier to use Docker Compose to start an
11
+ instance quickly.
12
+
13
+ ### ### Aug 2, 2021
14
+
15
+ * Added form submission list/view to the web UI
16
+
17
+ ### Jul 31, 2021
18
+
19
+ * Huge database refactor to make it easier to share with UI
20
+ * Created first basic web UI to make it easier to get started with new instance
21
+
22
+ ### ### Jul 29, 2021
23
+
24
+ * Removed AWS requirements by provider local implementation for storage and
25
+ email
26
+
27
+ ### Jul 27, 2021
28
+
29
+ * Created interface for sending email
30
+ * Created interface for storage operations
31
+ * Binary release 1.0.0-alpha1
32
+
33
+ ### Jul 26, 2021
34
+
35
+ * Refactored lots of code into sub-packages
36
+
37
+ *
38
+
39
+ ### Jul 2021
40
+
41
+ * Added possibilities to delete files
42
+ * Added possibilities to send email (still not on client library)
43
+ * Released as open source
44
+
45
+ ### May 2021
46
+
47
+ * New realtime implementation using SSE, websocket was causing lots of issues.
48
+ * Added the MIT LICENSE, preparing for open source release
49
+
50
+ ### Jan 2021
51
+
52
+ Started the websocket implementation
53
+
54
+ ### Dec 2020
55
+
56
+ After almost 1 year of in and out, the first production version is deployed.
57
+
58
+ ### Jan 2020
59
+
60
+ First commit to GitHub, when the project got real and rewritten in Go.
61
+
62
+ ### Oct 2019
63
+
64
+ Project started, first version was written in Node.
You can’t perform that action at this time.
0 commit comments