Skip to content

1.0.8

Latest

Choose a tag to compare

@sabapathy7 sabapathy7 released this 26 Aug 03:54
· 1 commit to main since this release

🚀 Update & Compatibility Notice

  • InternalImportsByDefault Update:
    Updated InternalImportsByDefault to enableExperimentalFeature in the Swift Package Manager configuration. This change aligns the package with the latest Swift 6 experimental features.
  • Removed Public Import for Combine:
    Removed the public modifier from the Combine import, reflecting the updated internal usage of the library.

⚠️ Compatibility Notice

This release is fully compatible with Swift 6, ensuring that all new concurrency and package management features work as intended. However, it is important to note that this version is not compatible with Swift versions 5.8 to 5.11. If you need support for those versions, please use an earlier version of the package.

📦 How to Update

To update to this new version, modify your Package.swift as follows:

   .package(url: "https://github.com/yourusername/NetworkKit.git", from: "1.0.7")

🧪 Swift 6 Tests on SwiftPackageIndex

This release is now available on SwiftPackageIndex and has been tested for compatibility with Swift 6. We recommend updating your projects to this version to take advantage of the new concurrency features and improvements.

Full Changelog: 1.0.7...1.0.8