Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 3d8d957

Browse files
committed
added CHANGELOG.md
1 parent fd98914 commit 3d8d957

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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.

0 commit comments

Comments
 (0)