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.
October 2024
IronZIP v2024.9.3
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.10.2
Release Notes:
- Minor Bug Fixes
September 2024
IronZIP v2024.9.3
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.9.3
Release Notes:
- Minor Bug Fixes.
August 2024
IronZIP v2024.8.2
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.8.2
Release Notes:
- Minor Bug Fixes.
July 2024
IronZIP v2024.7.1
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.7.1
Release Notes:
- Minor Bug Fixes.
June 2024
IronZIP v2024.6.1
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.6.1
Release Notes:
- Minor Bug Fixes.
April 2024
IronZIP v2024.5.1
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.5.1
Release Notes:
- Minor Bug Fixes.
April 2024
IronZIP v2024.4.1
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.4.1
Release Notes:
- Renames method:
AddArchiveEntry
toAdd
forIronTarArchive
,IronGZipArchive
andIronBZip2Archive
.
March 2024
IronZIP v2024.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
toAdd
,SetPassword
toEncrypt
,DeleteArchiveEntry
toDelete
,SetArchiveComment
toComment
,GetArchiveEntryCount
toCount
, andCheckArchiveEntryExist
toContains
.
Feburary 2024
IronZIP v2024.2.1
Features & Upgrades
https://www.nuget.org/packages/IronZip/2024.2.1
Release Notes:
- Renames
IronZipArchiveOptions
toZipSaveOptions
class - Adds
DeleteArchiveEntry
,GetArchiveComment
,SetArchiveComment
,GetArchiveEntryNames
,GetArchiveEntryCount
andCheckArchiveEntryExist
methods
January 2024
IronZIP v2024.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()
andFromDirectory()
Constructors - Adds
Save
method for eachArchive
type
December 2023
IronZIP v2023.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 eachArchive
type
October 2023
IronZIP v2023.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