Releases: EULexNET/EULex.NET
Version 0.4.0
The EULex.NET library now targets .NET 5.0.
Improvements
- The request rate is automatically limited to 1 request every 500ms, as requested by the EUR-Lex team.
- The API is updated to match the latest version of the WSDL available online.
- Handling of fault response is improved, thanks to @YetiDesBois.
- New integration tests have been added, and existing tests have been updated.
The binary package is available in the NuGet gallery and can be installed directly with your favorite IDE.
Version 0.3.0
This release brings various improvements:
- The default URL for the EUR-Lex web service now uses HTTPS.
- HTTP Requests now have a User-Agent header set to "EULex.NET". This value can be changed with the Client.UserAgent property.
- Two callbacks, RawRequestHandler and RawResponseHandler, are available to allow inspection and modification of the raw XML string of the request and response.
- All calls to System.Diagnostics.Debug.WriteLine have been removed.
- The API matches the latest version of the WSDL available online, with a change to SpecialOfficialJournalDirectoryCode.
- Some classes have been made internal, as they were not useful for you.
The binary package is available in the NuGet gallery and can be installed directly with your favorite IDE.
Version 0.2.0
The EULex.NET library now targets the .NET Standard 1.1 API.
This release brings small bugfixes and improvements to the code documentation and the integration tests.
The binary package is available in the NuGet gallery and can be installed directly with your favorite IDE.
Version 0.1.0
This initial release provides a functioning client for the EUR-Lex web service.
The binary package is available in the NuGet gallery and can be installed directly with your favorite IDE.