Skip to content

Commit

Permalink
Merge branch 'staging/3.9' into release/3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Feb 19, 2025
2 parents 5820201 + 93159f9 commit 92f375c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion docs/pe/reference/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Everything from [TB CE v3.9.1](https://github.com/thingsboard/thingsboard/releas
**Bug fixes**

* White labeling: Added validation for custom translation keys;
* White labeling: Custom menu encoding fix;
* White labeling: Custom menu encoding fix;
* White labeling: Fixed OAuth 2 login redirect for white-labeled domains;
* Integrations: Fixed debug settings translation;
* Assets: Fixed database error when customer user is filtering assets by profile;
Expand All @@ -24,6 +24,7 @@ Everything from [TB CE v3.9.1](https://github.com/thingsboard/thingsboard/releas
* Queries: Fixed swagger description for entities by group name filter;
* Dashboards: Fixed opening the default dashboard without dashboard group permission in fullscreen;


## v3.9.0 (Dec 31, 2024) {#v39}

Everything from [TB CE v3.9](https://github.com/thingsboard/thingsboard/releases/tag/v3.9) with the following improvements and bug fixes.
Expand Down
14 changes: 7 additions & 7 deletions docs/reference/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ description: ThingsBoard architecture

Minor release with the following improvements and bug fixes:

### Core & Rule Engine
* Core & Rule Engine

* [#12444](https://github.com/thingsboard/thingsboard/pull/12444) Version Control: Fixed error when checking access to repository by @ViacheslavKlimov
* [#12445](https://github.com/thingsboard/thingsboard/pull/12445) Mobile app center: Fixed bundle id null pointer exception after migration by @dashevchenko
* [#12497](https://github.com/thingsboard/thingsboard/pull/12497) RPC Rule Node: Fixed not producing any Success or Failure out message by @YevhenBondarenko
* [#12581](https://github.com/thingsboard/thingsboard/pull/12581) Actor system: Fixed memory leak with device subscriptions by @smatvienko-tb
* [#12640](https://github.com/thingsboard/thingsboard/pull/12640) REST API call node: Fixed Basic auth by @devaskim

### UI
* UI

* [#12389](https://github.com/thingsboard/thingsboard/pull/12389) Notification center: Fixed entity tables not updating after copy or creation by @vvlladd28
* [#12455](https://github.com/thingsboard/thingsboard/pull/12455) Map widgets: Fixed issue with drawing a circle by @vvlladd28
Expand All @@ -35,16 +35,16 @@ Minor release with the following improvements and bug fixes:
* [#12631](https://github.com/thingsboard/thingsboard/pull/12631) Entity details page: Fixed mobile view by @vvlladd28
* [#12664](https://github.com/thingsboard/thingsboard/pull/12664) Liquid level widget: Fixed incorrect shape layout settings by @vvlladd28

### Transport
* Transport

* [#12427](https://github.com/thingsboard/thingsboard/pull/12427) LwM2M: Client serialization fixes by @YevhenBondarenko
* [#12575](https://github.com/thingsboard/thingsboard/pull/12575) MQTT: Fixed unsubscribe error without previous subscribe by @artem-barysh-dev
* [#12575](https://github.com/thingsboard/thingsboard/pull/12575) MQTT: Fixed unsubscribe error without previous subscribe by @artem-barysh-dev

### Edge
* Edge

* [#12593](https://github.com/thingsboard/thingsboard/pull/12593) Fixed assignment/un-assignment of dashboards by @volodymyr-babak
* [#12653](https://github.com/thingsboard/thingsboard/pull/12653) Speed up initial setup and improved handling of connect/disconnect by @volodymyr-babak
* [#12566](https://github.com/thingsboard/thingsboard/pull/12566) Fixed error in device profile processing by @jekka001
* [#12653](https://github.com/thingsboard/thingsboard/pull/12653) Speed up initial setup and improved handling of connect/disconnect by @volodymyr-babak
* [#12566](https://github.com/thingsboard/thingsboard/pull/12566) Fixed error in device profile processing by @jekka001

## v3.9.0 (Dec 31, 2024) {#v39}

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/install/pe/upgrade-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ These upgrade steps are applicable for ThingsBoard version 3.9PE. In order to up

#### ThingsBoard PE package download

Download ThingsBoard PE installation package for Windows: [thingsboard-windows-setup-3.9.1pe.exe](https://dist.thingsboard.io/thingsboard-windows-setup-3.9.1pe.exe).
Download and extract ThingsBoard PE installation package for Windows: [thingsboard-windows-setup-3.9.1pe.exe](https://dist.thingsboard.io/thingsboard-windows-3.9.1pe.zip).

#### ThingsBoard PE service upgrade

Expand All @@ -344,7 +344,7 @@ net stop thingsboard
{: .copy-code}

* Make a backup of previous ThingsBoard PE configuration located in \<ThingsBoard install dir\>\conf (for ex. C:\thingsboard\conf).
* Run installation package **thingsboard-windows-setup-3.9.1pe.exe**.
* Copy content of the **thingsboard-windows-3.9.1pe.zip** to the same location.
* Compare and merge your old ThingsBoard configuration files (from the backup you made in the first step) with new ones.
* Finally, run **upgrade.bat** script to upgrade ThingsBoard to the new version.

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/install/pe/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ To run ThingsBoard and Cassandra on a single machine you will need at least 8Gb

### Step 2. ThingsBoard service installation

Download and run the installation package.
Download and extract the package.

```bash
https://dist.thingsboard.io/thingsboard-windows-setup-{{ site.release.pe_ver }}.exe
https://dist.thingsboard.io/thingsboard-windows-{{ site.release.pe_ver }}.zip
```
{: .copy-code}

Expand Down

0 comments on commit 92f375c

Please sign in to comment.