Change log: Updates, milestones, roadmap

Join 50,000 developers to get updates

IronZIP Roadmap

At IronZIP, we're not just providing a standard ZIP archive library; we're offering a top-tier toolkit meticulously crafted by engineers, for engineers. Our dedication to excellence goes beyond the basics; we're committed to delivering a seamless experience, empowering you to effortlessly manage ZIP archives within your .NET projects.

Our software is built by engineers who understand the importance of rigorous testing and reliable support. With IronZIP, you can trust that our focus on quality ensures stability and performance, allowing you to devote your energy to crafting outstanding applications.

But our commitment doesn't stop there. We take great pride in our community engagement. Your feedback is our compass, steering our roadmap as we prioritize feature requests based on your needs. Your insights drive our innovation, ensuring that IronZIP evolves in step with your development goals.

Join us on this journey of innovation, collaboration, and advancement in the world of ZIP archive management within the .NET ecosystem. Together, let's shape the future of archive handling with IronZIP.


April 2024

IronZIP v2024.5.1

Apr 29, 2024
Version 2024.5.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2024.5.1

Release Notes:

  • Minor Bug Fixes.

April 2024

IronZIP v2024.4.1

Apr 04, 2024
Version 2024.4.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2024.4.1

Release Notes:

  • Renames method: AddArchiveEntry to Add for IronTarArchive, IronGZipArchive and IronBZip2Archive.

March 2024

IronZIP v2024.3.1

Mar 04, 2024
Version 2024.3.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2024.3.1

Release Notes:

  • Added support for multiple saves of Zip archives.
  • Added support for reading stream and byte[] archives.
  • Added features for replacing entries, removing encryption, and accessing entries.
  • Renamed methods: AddArchiveEntry to Add, SetPassword to Encrypt, DeleteArchiveEntry to Delete, SetArchiveComment to Comment, GetArchiveEntryCount to Count, and CheckArchiveEntryExist to Contains.

Feburary 2024

IronZIP v2024.2.1

Jan 29, 2023
Version 2024.2.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2024.2.1

Release Notes:

  • Renames IronZipArchiveOptions to ZipSaveOptions class
  • Adds DeleteArchiveEntry, GetArchiveComment, SetArchiveComment, GetArchiveEntryNames, GetArchiveEntryCount and CheckArchiveEntryExist methods

January 2024

IronZIP v2024.1.1

Dec 29, 2023
Version 2024.1.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2024.1.1

Release Notes:

  • Add encryption algorithms to protect archive (Supports - Traditional, AES128 and AES256)
  • Adds IronZipArchiveOptions class
  • Adds FromArchive() and FromDirectory() Constructors
  • Adds Save method for each Archive type

December 2023

IronZIP v2023.12.1

Nov 27, 2023
Version 2023.12.1

Features & Upgrades

https://www.nuget.org/packages/IronZip/2023.12.1

Release Notes:

  • Creates separate classes for each Archive type
  • Adds SaveAs method for each Archive type

October 2023

IronZIP v2023.11.2

Oct 31, 2023
Version 2023.11.2

Features & Upgrades

https://www.nuget.org/packages/IronZip/2023.11.2

Release Notes:

  • First Release!
  • Compress files into zip, tar, gzip (gz), bzip2 (bz2)
  • Decompress archive into files from zip, tar, gzip (gz), bzip2 (bz2)
  • Additionally supports tgz and tar.gz and tar.bz2