Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update release notes for 2024.3-u1 #2941

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Features include:
* Code completion, custom JavaScript, native debugging
* Full Bonita Runtime compatibility

You can continue to use Bonita UI Designer as usual, while also having the opportunity to explore and get familiar with the capabilities of Bonita UI Builder.
You can continue to use Bonita UI Designer as usual, while also having the opportunity to explore and get familiar with the capabilities of Bonita UI Builder.

Eventually, Bonita UI Designer will be phased out as we progressively transition to Bonita UI Builder. Rest assured, we are committed to providing comprehensive support and resources throughout this process. Our goal is to make this transition as smooth as possible, minimizing any disruption to your workflow.

Here’s what you can expect during this transition period:

* Continued access: Bonita UI Designer will remain fully operational for an extended period, allowing ample time for adaptation
* Support and resources: We offer extensive documentation, tutorials, and support to help you make the most of xref:applications:bonita-ui-builder.adoc[Bonita UI Builder]
* Support and resources: We offer extensive documentation, tutorials, and support to help you make the most of xref:applications:bonita-ui-builder.adoc[Bonita UI Builder]
* Facilitated transition: We are dedicated to facilitate the transition, with detailed guides on how to use Bonita UI Builder, as well as https://www.bonitasoft.com/professional-services/on-demand-services[professional services support]


Expand Down Expand Up @@ -77,6 +77,27 @@ Note that this new API is now also available in the Community edition and provid

== Bug fixes

=== Fixes in Bonita 2024.3-u1 (2024-12-10)

==== Fixes in Bonita Runtime including Bonita Applications

* RUNTIME-1786 - When updating an SCA application with profiles mapping, the log is deceitful
* RUNTIME-1870 - REST API: JSON in the HTTP GET response cannot be parsed /API/bpm/caseInfo/\{id\}
* RUNTIME-1885 - Doubtful queries on application_* tables each time we navigate to a page
* RUNTIME-1889 - Super Admin App page is refreshed for each page switch
* RUNTIME-1911 - Using tenantid column in index causing query performance degradation

==== Fixes in Bonita Studio (including Bonita UI Designer)

* STUDIO-4477 - Some reserved keyword (limit) are missing during validation on Business Data Attributes
* STUDIO-4516 - Errors at .bos file import and migration
* STUDIO-4540 - Cloning a community project into a Subscription studio should migrate the internal build for subscription
* STUDIO-4542 - Due to Maven archetype plugin update, rest api generation generates invalid test class
* STUDIO-4543 - Rest API Extension validation fails with NPE when project folder and artifactId does not match
* STUDIO-4547 - Git repository clone failed when migrating a project which has already been cloned in the workspace.
* STUDIO-4551 - Bonita Project Analyze Plugin Market Type error
* UID-732 - $form.$invalid x Tabs container : the Submit button is enabled when the widgets' Required of the current tab have a value, and even if there are empty Required widgets in other tabs

=== Fixes in Bonita 2024.3-b3 (2024/08/29)

==== Fixes in Bonita Runtime (including Bonita Applications)
Expand All @@ -99,7 +120,7 @@ Note that this new API is now also available in the Community edition and provid
==== Fixes in Bonita Studio (including Bonita UI Designer)

* STUDIO-4517 - Old version Git repository clone fails with DirectoryNotEmptyException if REST API extension does not contain pom.xml file
* STUDIO-4515 NPE generated during project migration
* STUDIO-4515 NPE generated during project migration
* STUDIO-4526 - Cannot add or edit a database connector
* STUDIO-4530 - ResourceException at Studio 9.0.4 restart after a Switch Workspace to exisitng workspace from a 9.0.3
* STUDIO-4531 - Getting started tutorial not working out of the box in Subscription editions.
Expand All @@ -117,7 +138,7 @@ Note that this new API is now also available in the Community edition and provid
==== Fixes in Bonita Studio (including Bonita UI Designer)

* STUDIO-4517 - Old version Git repository clone fails with DirectoryNotEmptyException if REST API extension does not contain pom.xml file
* STUDIO-4515 NPE generated during project migration
* STUDIO-4515 NPE generated during project migration
* STUDIO-4526 - Cannot add or edit a database connector
* STUDIO-4530 - ResourceException at Studio 9.0.4 restart after a Switch Workspace to exisitng workspace from a 9.0.3
* STUDIO-4531 - Getting started tutorial not working out of the box in Subscription editions.
5 changes: 5 additions & 0 deletions modules/version-update/pages/product-versioning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Here is a Bonita Platform version / Technical Id / UI Designer version correspon
|===
| Release date | Bonita Platform version | Technical Id | UI Designer version

| 2024-12-10
| 2024.3-u1
| 10.2.1
| 1.19.1

| 2024-08-29
| 2024.3-b3
| 10.2.0.beta-03
Expand Down