You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
<!-- markdownlint-disable MD024 -->
2
2
# Corese Changelog
3
3
4
+
## Version 4.6.1 – 2025-06-17
5
+
6
+
### Added
7
+
8
+
- Improved Linux, MacOS and Windows installation scripts:
9
+
- Pre-releases and drafts are now excluded from the available version list.
10
+
- User input is now validated in interactive mode: if an invalid version number is entered, the prompt will repeat until a valid choice is made.
11
+
- Updated java version to 21 in the installation scripts.
12
+
13
+
### Changed
14
+
15
+
- Updated to require Java 21.
16
+
- Renamed `query-remote` command to `query-endpoint` for clarity and consistency with the `query` command.
17
+
18
+
### Fixed
19
+
20
+
- Fixed bug where one-line inline SPARQL queries containing URIs (e.g. `PREFIX ex: <http://example.org/> SELECT * WHERE { ex:Alice a ex:Person }`) were incorrectly detected as file paths due to slashes or dots in the query string.
0 commit comments