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 2023.2-u7 9.0.7 #2929

Merged
merged 4 commits into from
Dec 6, 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
20 changes: 20 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,26 @@ The timezone can be set via *TZ* environment variable. Check the https://data.ia
== Bug fixes


=== Fixes in Bonita 2023.2-u7 (2024-12-05)

==== 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-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
Comment on lines +392 to +398
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeromecambon Studio and UID bugfixes are usually in a separate section


=== Fixes in Bonita 2023.2-u6 (2024-09-09)

==== Fixes in Bonita Runtime including Bonita Applications
Expand Down
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-05
| 2023.2-u7
| 9.0.7
| 1.17.17

| 2024-09-09
| 2023.2-u6
| 9.0.6
Expand Down