Skip to content

Commit 2c953bf

Browse files
authored
Release v2.36.1 (#641)
1 parent 320ca27 commit 2c953bf

89 files changed

Lines changed: 106 additions & 93 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v2.36.1](https://github.com/auth0/node-auth0/tree/v2.36.1) (2021-07-28)
4+
5+
**Fixed**
6+
7+
- Fix docs for rate limit default maxRetries [\#640](https://github.com/auth0/node-auth0/pull/640) ([jimmyjames](https://github.com/jimmyjames))
8+
- Fix updateCustomTextByLanguage [\#638](https://github.com/auth0/node-auth0/pull/638) ([davidpatrick](https://github.com/davidpatrick))
9+
10+
[Full Changelog](https://github.com/auth0/node-auth0/compare/v2.36.0...v2.36.1)
11+
312
## [v2.36.0](https://github.com/auth0/node-auth0/tree/v2.36.0) (2021-07-23)
413

514
**Added**

docs/RetryRestClient.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 class="page-title">RetryRestClient.js</h1>
5656
* @param {Object} restClient RestClient.
5757
* @param {Object} [options] Options for the RetryRestClient.
5858
* @param {Object} [options.enabled:true] Enabled or Disable Retry Policy functionality.
59-
* @param {Number} [options.maxRetries=10] The maximum amount of times to retry the operation. Default is 10.
59+
* @param {Number} [options.maxRetries=3] The maximum amount of times to retry the operation. Default is 3.
6060
* @param {*} [options.*] Any options that are available in https://github.com/tim-kos/node-retry#retryoperationoptions
6161
*/
6262
var RetryRestClient = function(restClient, options) {
@@ -159,7 +159,7 @@ <h1 class="page-title">RetryRestClient.js</h1>
159159
<br class="clear">
160160

161161
<footer>
162-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
162+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
163163
</footer>
164164

165165
<script>prettyPrint();</script>

docs/auth_DatabaseAuthenticator.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h1 class="page-title">auth/DatabaseAuthenticator.js</h1>
348348
<br class="clear">
349349

350350
<footer>
351-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
351+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
352352
</footer>
353353

354354
<script>prettyPrint();</script>

docs/auth_OAUthWithIDTokenValidation.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1 class="page-title">auth/OAUthWithIDTokenValidation.js</h1>
179179
<br class="clear">
180180

181181
<footer>
182-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
182+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
183183
</footer>
184184

185185
<script>prettyPrint();</script>

docs/auth_OAuthAuthenticator.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h1 class="page-title">auth/OAuthAuthenticator.js</h1>
461461
<br class="clear">
462462

463463
<footer>
464-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
464+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
465465
</footer>
466466

467467
<script>prettyPrint();</script>

docs/auth_PasswordlessAuthenticator.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h1 class="page-title">auth/PasswordlessAuthenticator.js</h1>
351351
<br class="clear">
352352

353353
<footer>
354-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
354+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
355355
</footer>
356356

357357
<script>prettyPrint();</script>

docs/auth_TokensManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ <h1 class="page-title">auth/TokensManager.js</h1>
308308
<br class="clear">
309309

310310
<footer>
311-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
311+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
312312
</footer>
313313

314314
<script>prettyPrint();</script>

docs/auth_UsersManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1 class="page-title">auth/UsersManager.js</h1>
223223
<br class="clear">
224224

225225
<footer>
226-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
226+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
227227
</footer>
228228

229229
<script>prettyPrint();</script>

docs/auth_idToken.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h1 class="page-title">auth/idToken.js</h1>
215215
<br class="clear">
216216

217217
<footer>
218-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
218+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
219219
</footer>
220220

221221
<script>prettyPrint();</script>

docs/auth_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ <h1 class="page-title">auth/index.js</h1>
689689
<br class="clear">
690690

691691
<footer>
692-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Jul 23 2021 13:36:42 GMT-0700 (Pacific Daylight Time) using the Minami theme.
692+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Wed Jul 28 2021 08:44:09 GMT-0700 (Pacific Daylight Time) using the Minami theme.
693693
</footer>
694694

695695
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)