Skip to content

Commit

Permalink
fixup! feat: hale»studio 5.1.0
Browse files Browse the repository at this point in the history
Update list of changes into the CHANGELOG file.

ING-3990
  • Loading branch information
emanuelaepure10 committed Feb 22, 2024
1 parent fbeb2f3 commit c2cc826
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h
- Replace default map with OpenStreetMap
- Add Boolean and Java Pattern class to Groovy restriction whitelist
- When exporting data as Json or GeoJson, now up to 20 decimal places are retained in Geometry coordinates.
- Extend Join functions with optional behavior as "inner joins" where a result is only created if all join conditions are met

## Maintenance
- Update Geotools to version 29.1
- Update dependencies in hale-platform to resolve security issues
- Fix for the Windows installer
- Update offline versions of INSPIRE schemas to 2024.1.2

### Fixed
- Exclude empty rows from instance creation
Expand All @@ -36,6 +38,8 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h
- Fix endless loop when skipping instances in paginated WFS request
- Fix exporting HSD schemas for schemas with no namespace
- Fix Type selection broken on custom export config
- Fix an issue that prevented the more performant index based Join and Merge implementations from being used
- Fix for index based Merge for cases where no Merge key is used

## [5.0.1]

Expand Down
11 changes: 10 additions & 1 deletion doc/plugins/eu.esdihumboldt.hale.doc.user/html/new/5_1_0.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="new.css" />
<title>What's new in hale»studio 5.0.1?</title>
<title>What's new in hale»studio 5.1.0?</title>
</head>
<body>
<h1>What's new in hale»studio 5.1.0?</h1>
Expand All @@ -13,6 +13,7 @@
<li>Consistent Experience for Excel and CSV</li>
<li>Better Excel Support</li>
<li>Enhanced Date Formatting for Excel and CSV</li>
<li>Update offline versions of INSPIRE schemas to 2024.1.2</li>
</ul>

<p>
Expand Down Expand Up @@ -82,6 +83,14 @@
</p>
</td>
</tr>
<tr id="update_inspire_schemas">
<td class="title">Update offline versions of INSPIRE schemas to 2024.1.2</td>
<td class="content">
<p>
We've updated the offline versions of INSPIRE schemas to 2024.1.2, utilizing the INSPIRE schema release v.2024.1.2 - 21/02/2022. Notable changes include the update of the [hy] schema to version 5.0, reflecting the update of the hy-p schema to version 5. Additionally, various schemas, such as [us-xx], have undergone typo fixes for improved accuracy.
</p>
</td>
</tr>
</tbody>
</table>
</body>
Expand Down

0 comments on commit c2cc826

Please sign in to comment.