All Versions
12
Latest Version
Avg Release Cycle
141 days
Latest Release
1827 days ago
Changelog History
Page 1
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
- ๐ Fixed build warning due to deprecation of
-
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)
- ๐ Fixed a path vulnerability traversal in
-
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