Changelog: Updates, milestones, roadmap

Join 50,000 developers to get updates


April 2024

IronWebScraper v2024.4.4

Apr 8, 2024
Version 2024.4.4

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2024.4.4

Release Notes

  • Updates IronSoftware.System.Drawing to version 2024.4.1

March 2024

IronWebScraper v2024.3.6

Mar 8, 2024
Version 2024.3.6

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2024.3.6

Release Notes

  • Updates IronSoftware.Common to version 2024.1.7
  • Updates IronSoftware.System.Drawing to version 2024.3.4

February 2024

IronWebScraper v2024.2.2

Jan 29, 2024
Version 2024.2.2

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2024.2.2

Release Notes

  • IronDrawing is updated to version 2024.2.2
  • Fixes a bug, where the Css method would return output from a global scope instead of the current scope.

December 2023

IronWebScraper v2023.12.4

Nov 27, 2023
Version 2023.12.4

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.12.4

Release Notes

  • IronDrawing is updated to version 2023.12.1
  • Fixes a bug where the web scraper would not be able to correctly function if a localappdata folder was read-only
  • Fixes a bug where a License key would not be found when stored in web.config files

November 2023

IronWebScraper v2023.11.9

Oct 27, 2023
Version 2023.11.9

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.11.9

Release Notes

  • IronDrawing is updated to version 2023.11.1
  • Minor fixes and improvements

October 2023

IronWebScraper v2023.10.8

Oct 05, 2023
Version 2023.10.8

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.10.8

Release Notes

  • IronDrawing is updated to version 2023.10.2
  • Added dependency on IronSoftware.Common 2023.10.2
  • Minor fixes and improvements

Septemper 2023

IronWebScraper v2023.9.7

Sep 19, 2023
Version 2023.9.7

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.9.7

Release Notes

  • Bug fixes
  • Significant erformance improvements
  • Updates dependencies

August 2023

IronWebScraper v2023.8.1

Jul 31, 2023
Version 2023.8.1

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.8.1

Release Notes

  • Minor improvements and fixes
  • Updates dependencies

July 2023

IronWebScraper v2023.7.3

Jul 3, 2023
Version 2023.7.3

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.7.3

Release Notes

  • Updates IronDrawing dependecy to version 2023.7.1

June 2023

IronWebScraper 2023.6.1

May 29, 2023
Version 2023.6.1

Features & Upgrades

https://www.nuget.org/packages/IronWebScraper/2023.6.1

Release Notes

  • Updates IronDrawing dependency to version 2023.6.1

May 2023

IronWebScraper v2023.5.1

May 1, 2023
Version 2023.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

Mar 29, 2023
Version 2023.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

Feb 27, 2023
Version 2023.1.22

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

Jan 19, 2023
Version 2023.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 using IronSoftware.System.Drawing.
  • Fixes a bug, where robots.txt on some websites might hang the application while starting the scraper