-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Changelog and use maven-release-plugin
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
# [2.2.0](https://github.com/clarin-eric/fcs-sru-client/releases/tag/2.2.10) - 2024-02-01 | ||
|
||
- Additions: | ||
- Add `parseToDocument(XMLStreamReader)` helper method to `XmlStreamReaderUtils`. | ||
Allows to use DOM/XPath based parsing on subtrees from `XMLStreamReader`s. | ||
- Add [Github Pages](https://clarin-eric.github.io/fcs-sru-client/) with [JavaDoc](https://clarin-eric.github.io/fcs-sru-client/project-reports.html) | ||
- Add Changelog document | ||
|
||
* Add _experimental_ support for processing authenticated requests | ||
|
||
- Changes: | ||
- Disable DTD and parsing of external entities (OWASP XXE) | ||
- Re-factor to make SRUOperation available | ||
|
||
- General: | ||
- Update copyright | ||
- Cleanup | ||
|
||
|
||
For older changes, see commit history at [https://github.com/clarin-eric/fcs-sru-client/commits/main/](https://github.com/clarin-eric/fcs-sru-client/commits/main/?after=1c6c7e0b75f393cd34527af918878ff21cccb821+0&branch=main&qualified_name=refs%2Fheads%2Fmain) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters