Alamofire/Alamofire 39416
Elegant HTTP Networking in Swift
AlamofireImage is an image component library for Alamofire
Alamofire/AlamofireNetworkActivityIndicator 721
Controls the visibility of the network activity indicator on iOS using Alamofire.
Official Policies for the Alamofire Software Foundation
An HTTP test server written in Swift using Vapor
Alamofire/Rdar-StringInterpolationMemoryLeak 6
Rdar example project demonstrating the string interpolation memory leak in the Response object.
Alamofire/Rdar-URLSessionTaskMetrics 5
Rdar sample project demonstrating the linker issue with URLSessionTaskMetrics on watchOS.
Alamofire/homebrew-alamofire 2
Alamofire's Homebrew Taps
startedAlamofire/Alamofire
started time in 4 hours
startedAlamofire/Foundation
started time in 14 hours
startedAlamofire/Alamofire
started time in 15 hours
startedAlamofire/Alamofire
started time in 15 hours
startedAlamofire/Foundation
started time in 16 hours
startedAlamofire/Alamofire
started time in 17 hours
delete branch Alamofire/Alamofire
delete branch : gh-readonly-queue/master/pr-3734-0ef340c886a9fa4b51c863a305d2ea11332b909b
delete time in 18 hours
PR merged Alamofire/Alamofire
Goals :soccer:
This PR updates some failing tests for the first Xcode 15 beta.
Implementation Details :construction:
In 2023 OSes, URL
now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to URL
s automatically, so new test values had to be found. Using an empty string brings back the old behavior.
Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)
pr closed time in 18 hours
push eventAlamofire/Alamofire
commit sha 98c28e683253e920f5220d4456c5e4a6da7aa941
Update URL Conversion Tests (#3734) ### Goals :soccer: This PR updates some failing tests for the first Xcode 15 beta. ### Implementation Details :construction: In 2023 OSes, `URL` now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to `URL`s automatically, so new test values had to be found. Using an empty string brings back the old behavior. > Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. > To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)
push time in 18 hours
push eventAlamofire/Alamofire
commit sha 98c28e683253e920f5220d4456c5e4a6da7aa941
Update URL Conversion Tests (#3734) ### Goals :soccer: This PR updates some failing tests for the first Xcode 15 beta. ### Implementation Details :construction: In 2023 OSes, `URL` now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to `URL`s automatically, so new test values had to be found. Using an empty string brings back the old behavior. > Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. > To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)
push time in 18 hours
push eventAlamofire/Alamofire
commit sha e1c4d94a97c8df214de04857ff46690ab6b681a1
Add beta CI.
push time in 19 hours
startedAlamofire/Alamofire
started time in 19 hours
startedAlamofire/Alamofire
started time in 20 hours
PR opened Alamofire/Alamofire
Goals :soccer:
This PR updates some failing tests for the first Xcode 15 beta.
Implementation Details :construction:
In 2023 OSes, URL
now follows RFC 3986 and automatically encodes URL components with proper escaping. This reduces the cases where strings can't properly be converted to URL
s automatically, so new test values had to be found. Using the empty string brings back the old behavior.
Fixed: For apps linked on or after iOS 17 and aligned OS versions, URL parsing has updated from the obsolete RFC 1738/1808 parsing to the same RFC 3986 parsing as URLComponents. This unifies the parsing behaviors of the URL and URLComponents APIs. Now, URL automatically percent- or IDNA-encodes invalid characters to help create a valid URL. To check if a urlString is strictly valid according to the RFC, use the new URL(string: urlString, encodingInvalidCharacters: false) initializer. This init leaves all characters as they are and will return nil if urlString is explicitly invalid. (93368104)
pr created time in 20 hours
startedAlamofire/Alamofire
started time in 21 hours
startedAlamofire/Alamofire
started time in 21 hours
startedAlamofire/Alamofire
started time in a day
startedAlamofire/Alamofire
started time in a day
startedAlamofire/Firewalk
started time in a day
startedAlamofire/Alamofire
started time in a day
startedAlamofire/Alamofire
started time in a day
startedAlamofire/Alamofire
started time in a day
startedAlamofire/Alamofire
started time in 2 days
startedAlamofire/Alamofire
started time in 2 days
delete branch Alamofire/Alamofire
delete branch : gh-readonly-queue/master/pr-3733-1153741db9ec477a5ffcbefc45660bf079bb0abe
delete time in 2 days
PR merged Alamofire/Alamofire
There are a few omitted colons in some method names. This commit fixes them.
Goals ⚽
- Fixing up some minor typos within
AdvancedUsage.md
Implementation Details 🚧 / Testing Details 🔍
- (none)
pr closed time in 2 days