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 authored and stempler committed Feb 22, 2024
1 parent fbeb2f3 commit 6ee44b9
Show file tree
Hide file tree
Showing 2 changed files with 15 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,6 +23,8 @@ 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
- Update offline versions of INSPIRE schemas to 2024.1.2

## Maintenance
- Update Geotools to version 29.1
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
12 changes: 11 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,8 @@
<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>
<li>Extend Join functions with optional behavior as "inner joins" where a result is only created if all join conditions are met</li>
</ul>

<p>
Expand Down Expand Up @@ -82,6 +84,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.
</p>
</td>
</tr>
</tbody>
</table>
</body>
Expand Down

0 comments on commit 6ee44b9

Please sign in to comment.