Changelog: Updates, milestones, roadmap
Join 50,000 developers to get updates
June 2023
IronWebScraper 2023.6.1
Features & Upgrades
https://www.nuget.org/packages/IronWebScraper/2023.6.1
Release Notes
- Updates IronDrawing dependecy to version 2023.6.1
May 2023
IronWebScraper v2023.5.1
Features & Upgrades
https://www.nuget.org/packages/IronWebScraper/2023.5.1
Release Notes
- Fixes an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects
- Fixes possible warnings about
System.Memory
version conflicts
April 2023
IronWebScraper v2023.4.13
Features & Upgrades
https://www.nuget.org/packages/IronWebScraper/2023.4.13
Release Notes
- Adds support for the Iron Suite license keys
- Fixes issues with license keys stored in
.config
and.json
files not being picked up by IronWebScraper - Adds support for license keys stored in
.config
and.json
files in subfolders of the application
February 2023
IronWebScraper v2023.2.2
Features & Upgrades
https://www.nuget.org/packages/IronWebScraper/2023.2.2
Release Notes
- Agreement to EULA terms is now required before installing the NuGet package
- Updates dependencies
January 2023
IronWebScraper v2023.1.22
Features & Upgrades
https://www.nuget.org/packages/IronWebScraper/2023.1.22
Release Notes
- Removes support for .NET Framework 4.5.2, minimum supported version now is .NET Framework 4.6.2
- Adds support for NET 6 and NET 7
- Removes Installation class, the license key can now be applied and checked for authenticity in
IronWebScraper.License
class - Fixes a bug where fetching a response from a website could encounter an error with unsupported security protocols in .NET Framework.
- Fixes some potential deadlocks in
async
methods during response processing - Intellisense documentation improvements
- Package and DLL are now signed
- Removes dependency on
System.Common.Drawing
. Now usingIronSoftware.System.Drawing
. - Fixes a bug, where robots.txt on some websites might hang the application while starting the scraper