All Versions
12
Latest Version
Avg Release Cycle
141 days
Latest Release
1474 days ago

Changelog History
Page 1

  • v3.5.4 Changes

    March 15, 2020
    • ๐Ÿ›  Fixed build warning due to deprecation of CC_MD5() on iOS 13 and macOS 10.15
  • v3.5.3 Changes

    August 09, 2019
    • Enforce hidden and extensions restrictions when moving and copying files in uploaders
    • ๐Ÿ›  Fixed GCDWebServerBodyReaderCompletionBlock not allowing null data
  • v3.5.2 Changes

    January 06, 2019
    • ๐Ÿ— Build fixes
  • v3.5.1 Changes

    January 05, 2019
    • ๐Ÿ›  Fixed a path vulnerability traversal in -addGETHandlerForBasePath:, GCDWebUploader, GCDWebDAVServer when using relative paths with .. components (thanks to Antonio Zekic for reporting the issue)
  • v3.5.0 Changes

    January 04, 2019
    • โž• Added types to collections for better Swift interoperability
    • Ensure directories are always listed in deterministic order
  • v3.4.2 Changes

    February 03, 2018
    • ๐Ÿ— Build fixes
  • v3.4.1 Changes

    August 21, 2017
    • โœ‚ Removed support for CocoaLumberJack
    • ๐Ÿ›  Fixed CFURLCopyPath() returning NULL for "//" path
    • Return "501 Not implemented" for requests without matching handlers instead of 405
  • v3.4 Changes

    July 03, 2017
    • Modernized Obj-C including nullability annotations for improved Swift compatibility
    • ๐Ÿ‘ Allow to customize MIME types used by GCDWebServerFileResponse
  • v3.3.3 Changes

    July 15, 2016
    • ๐Ÿ›  Fixed deflateEnd() being used instead of inflateEnd() in GCDWebServerGZipDecoder
    • โœ‚ Removed exception handling around handlers since it was poorly implemented anyway
    • ๐Ÿ›  Fixed a compatibility issue with CocoaPods
  • v3.3.2 Changes

    January 20, 2016
    • ๐Ÿ›  Fixed a linking issue under Carthage