Skip to content

Commit 8d8176f

Browse files
committed
Preparing 0.95.6
1 parent d113a14 commit 8d8176f

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ http://<your app host:port>/swagger-stats/ui
198198

199199
## Updates
200200

201+
#### v0.95.6
202+
203+
* [bug] Last Errors and Errors tab no populated using FeatherJS [#42](https://github.com/slanatech/swagger-stats/issues/42)
204+
205+
* [bug] Request Content Length null or undefined [#40](https://github.com/slanatech/swagger-stats/issues/40)
206+
207+
201208
#### v0.95.5
202209

203210
* [feature] Allow onAuthenticate to be asynchronous [#31](https://github.com/slanatech/swagger-stats/issues/31)

dist/js/sws.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/maps/sws.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/authtest/authtest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var swaggerSpec = require( specLocation );
6464
// Use swagger-stats middleware with authentication enabled
6565
app.use(swStats.getMiddleware({
6666
name: 'swagger-stats-authtest',
67-
version: '0.95.5',
67+
version: '0.95.6',
6868
hostname: "hostname",
6969
ip: "127.0.0.1",
7070
swaggerSpec:swaggerSpec,

examples/spectest/spectest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ parser.validate(specLocation,function(err, api) {
7676

7777
var swsOptions = {
7878
name: 'swagger-stats-spectest',
79-
version: '0.95.5',
79+
version: '0.95.6',
8080
hostname: "hostname",
8181
ip: "127.0.0.1",
8282
timelineBucketDuration: tlBucket,

examples/testapp/testapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ parser.validate(swaggerSpec,function(err, api) {
109109
// Enable swagger-stats middleware
110110
app.use(swStats.getMiddleware({
111111
name: 'swagger-stats-testapp',
112-
version: '0.95.5',
112+
version: '0.95.6',
113113
timelineBucketDuration: tlBucket,
114114
uriPath: '/swagger-stats',
115115
swaggerSpec:swaggerSpec,

lib/sws-api-swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 0.95.5
3+
version: 0.95.6
44
title: swagger-stats API
55
description: |
66
### Telemetry for your APIs

ui/sws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
footer:'<footer class="sws-footer bd-footer text-muted"> \
4040
<div class="container-fluid"> \
4141
<p class="sws-tc">Data since <span class="label label-medium sws-uptime"></span> starting from <span class="label label-medium sws-time-from"></span> updated at <span class="label label-medium sws-time-now"></span></p> \
42-
<p><a href="http://swaggerstats.io" target="_blank"><strong> swagger-stats v.0.95.5</strong></a></p> \
42+
<p><a href="http://swaggerstats.io" target="_blank"><strong> swagger-stats v.0.95.6</strong></a></p> \
4343
<p>&copy; 2017-2018 <a href="#">slana.tech</a></p> \
4444
</div> \
4545
</footer>'

0 commit comments

Comments
 (0)