File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# edge-notification-server
2
2
3
+ ## 1.1.0 (2022-06-17)
4
+
5
+ - added: Document the deployment process.
6
+ - added: pm2 and logrotate config files.
7
+ - added: Automatically create & replicate necessary CouchDB databases.
8
+ - added: A new ` push-settings ` database to hold configuration documents.
9
+ - added: A new ` pushServerConfig.json ` file, created & managed by cleaner-config.
10
+ - changed: Rename the repo to ` edge-push-server ` .
11
+ - changed: Add modern code-quality and build tooling, and fix resulting errors.
12
+ - removed: Stop reading the old ` serverConfig.json ` , moving its contents to ` pushServerConfig.json ` and the ` push-settings/settings ` CouchDB document.
13
+
3
14
## 1.0.0 (2022-06-08)
4
15
5
16
- added: Began keeping a changelog.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " edge-push-server" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"keywords" : [],
You can’t perform that action at this time.
0 commit comments