Skip to content

Commit 3120fd1

Browse files
added from 6.3
1 parent 6e728f9 commit 3120fd1

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

docs/versions/release-notes/v6-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ Post-release
448448

449449
### 6.1.24 (2025-03-07) - maintenance revision {#version-6.1.24}
450450

451-
- Backported removal of "save before quit" dialog during record deletion
451+
- Backported fix to remove the "save before quit" dialog during record deletion
452452
- Backported fix on "spring" layout on the modeler
453-
- Backported `ServletTool.success` helper method
453+
- Backported [from v6.3](v6-3#new-helper-methods) the `ServletTool.success` helper method
454454

455455
### 6.1.25 (2025-03-19) - maintenance revision {#version-6.1.25}
456456

@@ -463,7 +463,7 @@ Post-release
463463

464464
### 6.1.26 (2025-03-28) - maintenance revision {#version-6.1.26}
465465

466-
- Backported major version check when importing a module: importing modules exported from
466+
- Backported [from 6.3](v6-3#major-version-check-at-module-import) major version check when importing a module: importing modules exported from
467467
a higher major versions is now denied as it may have unexpected results
468468
- Backported fix on meta-object cascade delete without explicit list
469469

docs/versions/release-notes/v6-2.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,22 +384,21 @@ Post-release
384384
- Fixed empty `getParentObjectRefField()` in `initRefSelect` during completion
385385
- Backported [from v6.3](v6-3#child-objects-change-logs) `Link.setMergeRedologs(true)` to retrieve child redologs in parent panel `Change logs`
386386
- Backported [from v6.3](v6-3#improvements-on-external-objects) UI external objects class metadata + `getResourceURL` and `service` functions
387-
- Backported integration of tesseract.js JS lib for basic client-side OCR
387+
- Backported [from v6.3](v6-3#others) integration of tesseract.js JS lib for basic client-side OCR
388388
389389
### 6.2.3 (2025-03-07) {#version-6.2.3}
390390
391391
- Fixed useless "save before quit" dialog during record deletion
392392
- Fixed "spring" layout on the modeler
393-
- Backported [from v6.3](v6-3#custom-health-check)
394-
- `ServletTool.success` helper method
395-
- `customHealthCheck` platform hook for custom health check
393+
- Backported [from v6.3](v6-3#new-helper-methods) the `ServletTool.success` helper method
394+
- Backported [from v6.3](v6-3#custom-health-check) the `customHealthCheck` platform hook for custom health check
396395
- Backported [from v6.3](v6-3#improved-openapiswagger-schemas) improvements on OpenAPI/Swagger schemas (missing descriptions and `maxLength` on string attributes)
397396
398397
### 6.2.4 (2025-03-19) {#version-6.2.4}
399398
400399
- Fixed action `ObjFieldGenerateObject` without clear cache
401-
- Backported `[ROOT]` and `[URL]` tokens in expressions
402-
- Backported implicit rewrite from `*/` to `*/index.html` in static contents
400+
- Backported [from v6.3](v6-3#new-configuration-items) `[ROOT]` and `[URL]` tokens in expressions
401+
- Backported [from v6.3](v6-3#others) implicit rewrite from `*/` to `*/index.html` in static contents
403402
- Fixed audit widget to show only the "Start audit" button
404403
- Backported [from v6.3](v6-3#improved-openapiswagger-schemas) improvements on OpenAPI/Swagger schemas of generic APIs
405404
- Backported [from v6.3](v6-3#improved-mapped-api-external-object-configuration) improvements on OpenAPI/Swagger schemas of generic APIs
@@ -410,7 +409,7 @@ Post-release
410409
411410
### 6.2.5 (2025-03-28) {#version-6.2.5}
412411
413-
- Backported major version check when importing a module: importing modules exported from
412+
- Backported [from 6.3](v6-3#major-version-check-at-module-import) major version check when importing a module: importing modules exported from
414413
a higher major versions is now denied as it may have unexpected results
415414
- Fixed meta-object cascade delete without explicit list
416415
- Backported [from v6.3](v6-3#mermaid-widget) the Mermaid widget

docs/versions/release-notes/v6-3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,20 @@ The additional authorize URL parameters `acr_values` and `prompt` parameters are
270270

271271
The `nonce` string used by the protocol has also been increased with some additional randomness.
272272

273+
### New configuration items
274+
275+
- Added `[ROOT]` and `[URL]` tokens in expressions
276+
273277
### New helper methods
274278

279+
- `ServletTool.success(request, response, JSONObject)` for success (HTTP code 200) responses
275280
- `PDFTool.getText(File|bute[])` to extract raw text content of a PDF document
276281

282+
### Others
283+
284+
- The tesseract.js JS lib has been integrated to provide with basic client-side OCR
285+
- Added implicit rewrite from `*/` to `*/index.html` in static contents
286+
277287
Fixes
278288
-----
279289

0 commit comments

Comments
 (0)