All Versions
10
Latest Version
Avg Release Cycle
12 days
Latest Release
2230 days ago

Changelog History

  • v1.0.25 Changes

    February 12, 2017
    • ➕ Add multipart send/recv and various fixes (PR #12). Contributed by
      Tim (blob8108).
    • 👀 Attempt to fix crash on iOS 9.x by using new 4.2.2 binaries. See commit.
  • v1.0.24 Changes

    January 18, 2017
    • ➕ Add initial socket options with tests (PR #9). Contributed by
      Jonathan Cockayne.
    • 🛠 Fix memory leak in Socket.recv.
    • 📊 Cleanup poll items on scope exit
    • 🔄 Change endpoint ports for each test to prevent side effects.
    • ⚡️ Update for XCode 8.2.1
  • v1.0.23 Changes

    January 18, 2017
    • ⬆️ Upgrade to ZeroMQ 4.2.1 stable (up from 4.2.0).
    • ⬆️ Upgrade projects to Xcode 8.1.
    • 🚚 Move example projects into Examples folder.
    • ⚡️ Update copyright to 2017 (Happy new year).
  • v1.0.22 Changes

    January 18, 2017
    • ⬆️ Upgrade to ZeroMQ 4.2.0 stable (up from 4.1.6).
    • ➕ Add context.setBlocky and context.setMaxMessageSize (new in 4.2)
    • 📚 Various documentation updates to manual and SocketType.
    • Prevent automatic deinitializer context and socket cleanup if already closed.
    • Provide context.close() as an alias for terminate for consistency.
    • 🚚 Reorganize Xcode project structure and move libzmq platform-specific files
      to its own Libraries folder (was in Sources).
    • 🛠 Fix example project build issues (namely watchOS)
  • v1.0.21 Changes

    November 14, 2016
    • libc++ is now linked for iOS instead of libstdc++.
    • 🔗 Link correct libraries for each platform.
  • v1.0.20 Changes

    November 13, 2016
    • .frameworkVersion now returns the version string (previously a optional
      string).
    • ➕ Add an initial implementation of SwiftyZeroMQ.Poller with tests (Pull
      request #1) by Jonathan Cockayne. This is
      based on the pyzmq implementation.
    • Context and Socket now conform to the Hashable protocol.
    • 🛠 Fix issue #3 : Build universal libzmq.a for macOS, tvOS and watchOS.
    • 🛠 Fix issue #4 : Add Poller documentation and examples by
      Jonathan Cockayne.
    • 📚 Various documentation updates.
  • v1.0.19 Changes

    November 03, 2016
    • ⬆️ Upgrade to stable ZeroMQ 4.1.6 (up from 4.1.5).
    • Example projects has now the same version.
    • ➕ Add macOS, tvOS and watchOS support.
    • 🍎 Run tests on macOS, tvOS.
    • ➕ Add example projects for all supported platforms.
    • 📚 Various documentation updates including adding steps to use pod try SwiftyZeroMQ.
  • v1.0.18 Changes

    October 30, 2016
    • ➕ Add iOS example project.
    • 📚 Various documentation updates.
  • v1.0.17 Changes

    October 27, 2016
    • 🔨 Refactor project structure to conform with SwiftPM
    • ➕ Add an example of request-reply pattern
    • ✅ Test request-reply pattern
    • 🛠 Various Xcode project fixes
    • 📚 Various documentation fixes
  • v1.0.16 Changes

    October 27, 2016
    • 📚 A better user guide documentation with a table of contents.
    • 👍 Minimum support iOS version is now 9+ (up from 8).
    • ➕ Add quick help inline comment documentation.
    • Prevent wrong usage of virtual namespace struct (i.e. SwiftyZeroMQ).
    • 📚 Various documentation fixes.
    • 🛠 Fix Travis CI random failures.
    • 🛠 Fix ruby script to check for MacOS.