Skip to content

Commit

Permalink
Release 4.61.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2023
1 parent 58e083a commit 00dd728
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [4.61.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.61.0...4.61.1)
## [4.61.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.61.1...4.61.2)

### Commits

- 🚑 fix: 6.41.1 regression mitigated #3080 [`7790c4d`](https://github.com/open-wa/wa-automate-nodejs/commit/7790c4d1ab8f3cb3be80dd0f468fbf30236a8a5a)
- ✨ `config.killProcessOnBan` default `true` #3081 [`b586011`](https://github.com/open-wa/wa-automate-nodejs/commit/b586011b42001c3b5254315c589d36e6e1295500)
- updated types-only package [`1479e4f`](https://github.com/open-wa/wa-automate-nodejs/commit/1479e4f6d452b6b0c5c8b9efd07d4c888d4c7335)

## [4.61.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.61.0...4.61.1) - 2023-03-28

### Commits

- Release 4.61.1 [`3bd91ac`](https://github.com/open-wa/wa-automate-nodejs/commit/3bd91ac7d280ae03ee999b6a6b384569be16d512)
- ✨ feat: kill process on ban detection + launch optimizations #3079 [`3d10b17`](https://github.com/open-wa/wa-automate-nodejs/commit/3d10b17394a9abee7ef51295abf799e07a8fc3fc)
- updated types-only package [`51634f4`](https://github.com/open-wa/wa-automate-nodejs/commit/51634f45ec3135569afbc3b0f10e19e519751728)

Expand Down
2 changes: 1 addition & 1 deletion bin/config-schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/oas-type-schemas.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ___

#### Inherited from

BaseCollection.\_\_@species@1954
BaseCollection.\_\_@species@1955

___

Expand Down
13 changes: 13 additions & 0 deletions docs-v3/docs/api/interfaces/api_model_config.ConfigObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,19 @@ Kill the client when a logout is detected

___

### killProcessOnBan

`Optional` **killProcessOnBan**: `boolean`

If set to true, the system will kill the whole node process when a "TEMPORARY BAN" is detected. This is useful to prevent hanging processes.
It is `true` by default because it is a very rare event and it is better to kill the process than to leave it hanging.

**`Default`**

`true`

___

### killProcessOnBrowserClose

`Optional` **killProcessOnBrowserClose**: `boolean`
Expand Down
2 changes: 1 addition & 1 deletion docs-v3/docs/api/reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: "reference"
title: "@open-wa/wa-automate - v4.61.1"
title: "@open-wa/wa-automate - v4.61.2"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wa/wa-automate",
"version": "4.61.1",
"version": "4.61.2",
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
"patches": "https://cdn.openwa.dev/patches.json",
Expand Down
Binary file modified release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00dd728

Please sign in to comment.