Readme.md in stacksondeck-1.3.0 vs Readme.md in stacksondeck-1.3.1
- old
+ new
@@ -44,11 +44,10 @@
-h, [--hints=HINTS] # JSON file with node hints
-q, [--query=QUERY] # Query to find nodes
# Default: name:*
-l, [--log=LOG] # Log to file instead of STDOUT
-v, [--debug], [--no-debug] # Enable DEBUG-level logging
- -z, [--trace], [--no-trace] # Enable TRACE-level logging
Start application web server
**N.B.** At Blue Jeans we use the [`bjn_sod` cookbook](https://github.com/sczizzo/bjn-sod-cookbook)
to deploy Stacks on Deck.
@@ -79,16 +78,33 @@
### `GET /v`
Return the application version:
- 1.2.0
+ 1.3.0
(Yeah I lied when I said only one endpoint. Sue me.)
## Changelog
+
+#### v1.3.0
+
+- New `--query` option
+- Use latest Slog, no more `--trace` option
+
+#### v1.2.3
+
+- Reconnect on error
+
+#### v1.2.2
+
+- Capture exceptions during refresh
+
+#### v1.2.1
+
+- Prevent `nil` tags when none provided
#### v1.2.0
- Replace `tagfile` with more general `hints`