Skip to content

Commit e2904bd

Browse files
committed
CHANGELOG.md update
1 parent b252d14 commit e2904bd

File tree

8 files changed

+38
-22
lines changed

8 files changed

+38
-22
lines changed

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 id="getting-started">Getting Started</h2>
2929
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
3030
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
3131
&lt;artifactId&gt;springdoc-openapi-ui&lt;/artifactId&gt;
32-
&lt;version&gt;1.5.6&lt;/version&gt;
32+
&lt;version&gt;1.5.7&lt;/version&gt;
3333
&lt;/dependency&gt;</code></pre>
3434
</div>
3535
</div>

docs/index.html

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</head>
2727
<body class="book toc2 toc-left">
2828
<div id="header">
29-
<h1>springdoc-openapi v1.5.6</h1>
29+
<h1>springdoc-openapi v1.5.7</h1>
3030
<div class="details">
3131
<span id="author" class="author">Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</span><br>
3232
</div>
@@ -233,7 +233,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
233233
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
234234
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
235235
&lt;artifactId&gt;springdoc-openapi-ui&lt;/artifactId&gt;
236-
&lt;version&gt;1.5.6&lt;/version&gt;
236+
&lt;version&gt;1.5.7&lt;/version&gt;
237237
&lt;/dependency&gt;</code></pre>
238238
</div>
239239
</div>
@@ -330,7 +330,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
330330
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
331331
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
332332
&lt;artifactId&gt;springdoc-openapi-webmvc-core&lt;/artifactId&gt;
333-
&lt;version&gt;1.5.6&lt;/version&gt;
333+
&lt;version&gt;1.5.7&lt;/version&gt;
334334
&lt;/dependency&gt;</code></pre>
335335
</div>
336336
</div>
@@ -382,7 +382,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
382382
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
383383
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
384384
&lt;artifactId&gt;springdoc-openapi-webflux-ui&lt;/artifactId&gt;
385-
&lt;version&gt;1.5.6&lt;/version&gt;
385+
&lt;version&gt;1.5.7&lt;/version&gt;
386386
&lt;/dependency&gt;</code></pre>
387387
</div>
388388
</div>
@@ -399,7 +399,7 @@ <h3 id="spring-hateoas-support"><a class="anchor" href="#spring-hateoas-support"
399399
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
400400
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
401401
&lt;artifactId&gt;springdoc-openapi-hateoas&lt;/artifactId&gt;
402-
&lt;version&gt;1.5.6&lt;/version&gt;
402+
&lt;version&gt;1.5.7&lt;/version&gt;
403403
&lt;/dependency&gt;</code></pre>
404404
</div>
405405
</div>
@@ -425,7 +425,7 @@ <h3 id="spring-data-rest-support"><a class="anchor" href="#spring-data-rest-supp
425425
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
426426
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
427427
&lt;artifactId&gt;springdoc-openapi-data-rest&lt;/artifactId&gt;
428-
&lt;version&gt;1.5.6&lt;/version&gt;
428+
&lt;version&gt;1.5.7&lt;/version&gt;
429429
&lt;/dependency&gt;</code></pre>
430430
</div>
431431
</div>
@@ -441,7 +441,7 @@ <h3 id="spring-security-support"><a class="anchor" href="#spring-security-suppor
441441
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
442442
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
443443
&lt;artifactId&gt;springdoc-openapi-security&lt;/artifactId&gt;
444-
&lt;version&gt;1.5.6&lt;/version&gt;
444+
&lt;version&gt;1.5.7&lt;/version&gt;
445445
&lt;/dependency&gt;</code></pre>
446446
</div>
447447
</div>
@@ -457,7 +457,7 @@ <h3 id="kotlin-support"><a class="anchor" href="#kotlin-support"></a>3.7. Kotlin
457457
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
458458
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
459459
&lt;artifactId&gt;springdoc-openapi-kotlin&lt;/artifactId&gt;
460-
&lt;version&gt;1.5.6&lt;/version&gt;
460+
&lt;version&gt;1.5.7&lt;/version&gt;
461461
&lt;/dependency&gt;</code></pre>
462462
</div>
463463
</div>
@@ -483,7 +483,7 @@ <h3 id="groovy-support"><a class="anchor" href="#groovy-support"></a>3.8. Groovy
483483
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
484484
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
485485
&lt;artifactId&gt;springdoc-openapi-groovy&lt;/artifactId&gt;
486-
&lt;version&gt;1.5.6&lt;/version&gt;
486+
&lt;version&gt;1.5.7&lt;/version&gt;
487487
&lt;/dependency&gt;</code></pre>
488488
</div>
489489
</div>
@@ -1184,6 +1184,11 @@ <h3 id="swagger-ui-properties"><a class="anchor" href="#swagger-ui-properties"><
11841184
<td class="tableblock halign-left valign-top"><p class="tableblock">By default, Swagger UI attempts to validate specs against swagger.io&#8217;s online validator. You can use this parameter to set a different validator URL, for example for locally deployed validators <a href="https://github.com/swagger-api/validator-badge" target="_blank" rel="noopener">Validator Badge</a>. Setting it to <code>null</code> will disable validation.</p></td>
11851185
</tr>
11861186
<tr>
1187+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.tryItOutEnabled</p></td>
1188+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
1189+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. Controls whether the "Try it out" section should be enabled by default.</p></td>
1190+
</tr>
1191+
<tr>
11871192
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.filter</p></td>
11881193
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
11891194
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean OR String</code>. If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be Boolean to enable or disable, or a string, in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag.</p></td>
@@ -1541,7 +1546,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
15411546
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
15421547
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
15431548
&lt;artifactId&gt;springdoc-openapi-ui&lt;/artifactId&gt;
1544-
&lt;version&gt;1.5.6&lt;/version&gt;
1549+
&lt;version&gt;1.5.7&lt;/version&gt;
15451550
&lt;/dependency&gt;</code></pre>
15461551
</div>
15471552
</div>

docs/migrating-from-springfox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 id="migrating-from-springfox">Migrating from SpringFox</h2>
3333
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
3434
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
3535
&lt;artifactId&gt;springdoc-openapi-ui&lt;/artifactId&gt;
36-
&lt;version&gt;1.5.6&lt;/version&gt;
36+
&lt;version&gt;1.5.7&lt;/version&gt;
3737
&lt;/dependency&gt;</code></pre>
3838
</div>
3939
</div>

docs/modules.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h3 id="_spring_webmvc_support">Spring-webmvc support</h3>
6262
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
6363
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
6464
&lt;artifactId&gt;springdoc-openapi-webmvc-core&lt;/artifactId&gt;
65-
&lt;version&gt;1.5.6&lt;/version&gt;
65+
&lt;version&gt;1.5.7&lt;/version&gt;
6666
&lt;/dependency&gt;</code></pre>
6767
</div>
6868
</div>
@@ -114,7 +114,7 @@ <h3 id="_spring_webflux_support">Spring-webflux support</h3>
114114
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
115115
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
116116
&lt;artifactId&gt;springdoc-openapi-webflux-ui&lt;/artifactId&gt;
117-
&lt;version&gt;1.5.6&lt;/version&gt;
117+
&lt;version&gt;1.5.7&lt;/version&gt;
118118
&lt;/dependency&gt;</code></pre>
119119
</div>
120120
</div>
@@ -131,7 +131,7 @@ <h3 id="_spring_hateoas_support">Spring Hateoas support</h3>
131131
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
132132
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
133133
&lt;artifactId&gt;springdoc-openapi-hateoas&lt;/artifactId&gt;
134-
&lt;version&gt;1.5.6&lt;/version&gt;
134+
&lt;version&gt;1.5.7&lt;/version&gt;
135135
&lt;/dependency&gt;</code></pre>
136136
</div>
137137
</div>
@@ -157,7 +157,7 @@ <h3 id="_spring_data_rest_support">Spring Data Rest support</h3>
157157
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
158158
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
159159
&lt;artifactId&gt;springdoc-openapi-data-rest&lt;/artifactId&gt;
160-
&lt;version&gt;1.5.6&lt;/version&gt;
160+
&lt;version&gt;1.5.7&lt;/version&gt;
161161
&lt;/dependency&gt;</code></pre>
162162
</div>
163163
</div>
@@ -173,7 +173,7 @@ <h3 id="_spring_security_support">Spring security support</h3>
173173
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
174174
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
175175
&lt;artifactId&gt;springdoc-openapi-security&lt;/artifactId&gt;
176-
&lt;version&gt;1.5.6&lt;/version&gt;
176+
&lt;version&gt;1.5.7&lt;/version&gt;
177177
&lt;/dependency&gt;</code></pre>
178178
</div>
179179
</div>
@@ -189,7 +189,7 @@ <h3 id="_kotlin_support">Kotlin support</h3>
189189
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
190190
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
191191
&lt;artifactId&gt;springdoc-openapi-kotlin&lt;/artifactId&gt;
192-
&lt;version&gt;1.5.6&lt;/version&gt;
192+
&lt;version&gt;1.5.7&lt;/version&gt;
193193
&lt;/dependency&gt;</code></pre>
194194
</div>
195195
</div>
@@ -215,7 +215,7 @@ <h3 id="_groovy_support">Groovy support</h3>
215215
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs"> &lt;dependency&gt;
216216
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
217217
&lt;artifactId&gt;springdoc-openapi-groovy&lt;/artifactId&gt;
218-
&lt;version&gt;1.5.6&lt;/version&gt;
218+
&lt;version&gt;1.5.7&lt;/version&gt;
219219
&lt;/dependency&gt;</code></pre>
220220
</div>
221221
</div>
@@ -225,7 +225,7 @@ <h3 id="_groovy_support">Groovy support</h3>
225225
</div>
226226
<div id="footer">
227227
<div id="footer-text">
228-
Last updated 2020-12-08 21:54:50 +0100
228+
Last updated 2021-04-08 00:13:06 +0200
229229
</div>
230230
</div>
231231
<link rel="stylesheet" href="js/highlight/styles/github.min.css">

docs/properties.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ <h3 id="_swagger_ui_properties">swagger-ui properties</h3>
282282
<td class="tableblock halign-left valign-top"><p class="tableblock">By default, Swagger UI attempts to validate specs against swagger.io&#8217;s online validator. You can use this parameter to set a different validator URL, for example for locally deployed validators <a href="https://github.com/swagger-api/validator-badge" target="_blank" rel="noopener">Validator Badge</a>. Setting it to <code>null</code> will disable validation.</p></td>
283283
</tr>
284284
<tr>
285+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.tryItOutEnabled</p></td>
286+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
287+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. Controls whether the "Try it out" section should be enabled by default.</p></td>
288+
</tr>
289+
<tr>
285290
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.filter</p></td>
286291
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
287292
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean OR String</code>. If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be Boolean to enable or disable, or a string, in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag.</p></td>

docs/ui-properties.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
<td class="tableblock halign-left valign-top"><p class="tableblock">By default, Swagger UI attempts to validate specs against swagger.io&#8217;s online validator. You can use this parameter to set a different validator URL, for example for locally deployed validators <a href="https://github.com/swagger-api/validator-badge" target="_blank" rel="noopener">Validator Badge</a>. Setting it to <code>null</code> will disable validation.</p></td>
6161
</tr>
6262
<tr>
63+
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.tryItOutEnabled</p></td>
64+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
65+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. Controls whether the "Try it out" section should be enabled by default.</p></td>
66+
</tr>
67+
<tr>
6368
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.swagger-ui.filter</p></td>
6469
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
6570
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean OR String</code>. If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be Boolean to enable or disable, or a string, in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag.</p></td>
@@ -246,7 +251,7 @@
246251
</div>
247252
<div id="footer">
248253
<div id="footer-text">
249-
Last updated 2020-12-07 23:03:50 +0100
254+
Last updated 2021-04-09 19:14:03 +0200
250255
</div>
251256
</div>
252257
<link rel="stylesheet" href="js/highlight/styles/github.min.css">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>3.1.2-SNAPSHOT</version>
1010

1111
<properties>
12-
<springdoc.version>1.5.6</springdoc.version>
12+
<springdoc.version>1.5.7</springdoc.version>
1313
<java.version>1.8</java.version>
1414
<refdocs.build.directory>${project.basedir}/docs</refdocs.build.directory>
1515
<spring-doc-resources.version>0.2.2.RELEASE</spring-doc-resources.version>

src/docs/asciidoc/ui-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
|springdoc.swagger-ui.configUrl | `/v3/api-docs/swagger-config` | `String`. URL to fetch external configuration document from.
1414
|springdoc.swagger-ui.layout | `BaseLayout` | `String`. The name of a component available via the plugin system to use as the top-level layout for Swagger UI.
1515
|springdoc.swagger-ui.validatorUrl | `null` | By default, Swagger UI attempts to validate specs against swagger.io's online validator. You can use this parameter to set a different validator URL, for example for locally deployed validators link:https://github.com/swagger-api/validator-badge[Validator Badge, window="_blank"]. Setting it to `null` will disable validation.
16+
|springdoc.swagger-ui.tryItOutEnabled | `false` |`Boolean`. Controls whether the "Try it out" section should be enabled by default.
1617
|springdoc.swagger-ui.filter | `false` | `Boolean OR String`. If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown. Can be Boolean to enable or disable, or a string, in which case filtering will be enabled using that string as the filter expression. Filtering is case sensitive matching the filter expression anywhere inside the tag.
1718
|springdoc.swagger-ui.operationsSorter | | `Function=(a => a)`. Apply a sort to the operation list of each API. It can be 'alpha' (sort by paths alphanumerically), 'method' (sort by HTTP method) or a function (see Array.prototype.sort() to know how sort function works). Default is the order returned by the server unchanged.
1819
|springdoc.swagger-ui.tagsSorter | | `Function=(a => a)`. Apply a sort to the tag list of each API. It can be 'alpha' (sort by paths alphanumerically) or a function link:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort[see Array.prototype.sort() , window="_blank"] to learn how to write a sort function). Two tag name strings are passed to the sorter for each pass. Default is the order determined by Swagger UI.

0 commit comments

Comments
 (0)