Skip to content

Commit b2ac85c

Browse files
committed
Add CHANGELOG, a note in the README about the disabling static assets feature and bump the minor version number [fix #50]
1 parent cb2c7df commit b2ac85c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CHANGELOG
2+
3+
## 0.6.1.0
4+
5+
- Add capability to unset `PGWS_ROOT_PATH` to disable static file serving.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ After running the above command, open your browser on http://localhost:3000 to s
5454

5555
The sample config file provided in the [sample.conf](https://github.com/diogob/postgres-websockets/tree/master/sample.conf) file comes with a jwt secret just for testing and is used in the sample client.
5656
You will find the complete sources for the example under the folder [client-example](https://github.com/diogob/postgres-websockets/tree/master/client-example).
57+
To run the server without giving access to any static files one can unser the variable `PGWS_ROOT_PATH`.
5758

5859
## Opening connections
5960

postgres-websockets.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgres-websockets
2-
version: 0.6.0.0
2+
version: 0.6.1.0
33
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
44
description: Please see README.md
55
homepage: https://github.com/diogob/postgres-websockets#readme

0 commit comments

Comments
 (0)