Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Prepare 4.0.1 Release (#4555)
Browse files Browse the repository at this point in the history
* Version to 4.0.1.

* Update Gems.
  • Loading branch information
jshier authored Apr 20, 2020
1 parent 34b6b1b commit ffae239
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 23 deletions.
2 changes: 1 addition & 1 deletion AFNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AFNetworking'
s.version = '4.0.0'
s.version = '4.0.1'
s.license = 'MIT'
s.summary = 'A delightful networking framework for Apple platforms.'
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
Expand Down
6 changes: 2 additions & 4 deletions AFNetworking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1427,7 +1427,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
MODULEMAP_FILE = "$(PROJECT_DIR)/Framework/module.modulemap";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1464,7 +1464,6 @@
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFNetworking;
PRODUCT_NAME = AFNetworking;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1492,7 +1491,6 @@
INFOPLIST_FILE = ./Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFNetworking;
PRODUCT_NAME = AFNetworking;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.

---

## [4.0.1]((https://github.com/AFNetworking/AFNetworking/releases/tag/4.0.0) (04/19/2020)
Release on Sunday, April 19, 2020. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFNetworking/milestone/20?closed=1).

#### Updated
* Project templates and integrations.
* Implemented by Kaspik in [#4531](https://github.com/AFNetworking/AFNetworking/pull/4531).
* Various CocoaPods podspec settings.
* Implemented by ElfSundae in [#4528](https://github.com/AFNetworking/AFNetworking/pull/4528), [#4532](https://github.com/AFNetworking/AFNetworking/pull/4532), and [#4533](https://github.com/AFNetworking/AFNetworking/pull/4533).

#### Fixed
* Crash during authentication delegate method.
* Implemented by Kaspik, ElfSundae, and jshier in [#4542](https://github.com/AFNetworking/AFNetworking/pull/4542), [#4552](https://github.com/AFNetworking/AFNetworking/pull/4552), and [#4553](https://github.com/AFNetworking/AFNetworking/pull/4553).
* SPM integration.
* Implemented by jshier in [#4554](https://github.com/AFNetworking/AFNetworking/pull/4554).
* Improper update instead of replacement of header values.
* Implemented by ElfSundae in [#4550](https://github.com/AFNetworking/AFNetworking/pull/4550).
* Nullability of some methods.
* Implemented by ElfSundae in [#4551](https://github.com/AFNetworking/AFNetworking/pull/4551).
* Typos in CHANGELOG.
* Implemented by ElfSundae in [#4537](https://github.com/AFNetworking/AFNetworking/pull/4537).
* Missing tvOS compatibility for some methods.
* Implemented by ElfSundae in [#4536](https://github.com/AFNetworking/AFNetworking/pull/4536).
* Missing `FOUNDATION_EXPORT` for `AFJSONObjectByRemovingKeysWithNullValues`.
* Implemented by ElfSundae in [#4529](https://github.com/AFNetworking/AFNetworking/pull/4529).

#### Removed
* Unused UIImage+AFNetworking.h file.
* Implemented by ElfSundae in [#4535](https://github.com/AFNetworking/AFNetworking/pull/4535).

## [4.0.0](https://github.com/AFNetworking/AFNetworking/releases/tag/4.0.0) (03/29/2020)
Released on Sunday, March 29, 2020. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFNetworking/milestone/16?closed=1).

Expand Down Expand Up @@ -56,8 +85,8 @@ Released on Sunday, March 29, 2020. All issues associated with this milestone ca
* Implemented by welcommand in [#3872](https://github.com/AFNetworking/AFNetworking/pull/3872).
* Memory leak in example application.
* Implemented by svoit in [#4196](https://github.com/AFNetworking/AFNetworking/pull/4196).
* Crashes in mulithreaded scenarios and `dispatch_barrier`.
* Implemetned by streeter in [#4474](https://github.com/AFNetworking/AFNetworking/pull/4474).
* Crashes in multithreaded scenarios and `dispatch_barrier`.
* Implemented by streeter in [#4474](https://github.com/AFNetworking/AFNetworking/pull/4474).
* Issues with `NSSecureCoding`.
* Implemented by ElfSudae in [#4409](https://github.com/AFNetworking/AFNetworking/pull/4409).
* Code style issues.
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
aws-eventstream (1.0.3)
aws-partitions (1.290.0)
aws-sdk-core (3.92.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-eventstream (1.1.0)
aws-partitions (1.298.0)
aws-sdk-core (3.94.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.30.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.61.1)
aws-sdk-s3 (1.61.2)
aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.1)
aws-sigv4 (1.1.2)
aws-eventstream (~> 1.0, >= 1.0.2)
babosa (1.0.3)
claide (1.0.3)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.7)
fastlane (2.144.0)
fastlane (2.145.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
aws-sdk-s3 (~> 1.0)
Expand Down Expand Up @@ -148,20 +148,20 @@ GEM
google-cloud-env (1.3.1)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.0)
google-cloud-storage (1.25.1)
google-cloud-storage (1.26.0)
addressable (~> 2.5)
digest-crc (~> 0.4)
google-api-client (~> 0.33)
google-cloud-core (~> 1.2)
googleauth (~> 0.9)
mini_mime (~> 1.0)
googleauth (0.11.0)
googleauth (0.12.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.12)
signet (~> 0.14)
highline (1.7.10)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand All @@ -183,7 +183,7 @@ GEM
nap (1.1.0)
naturally (2.2.0)
netrc (0.11.0)
os (1.0.1)
os (1.1.0)
plist (3.5.0)
public_suffix (2.0.5)
representable (3.0.4)
Expand All @@ -195,7 +195,7 @@ GEM
ruby-macho (1.4.0)
rubyzip (1.3.0)
security (0.1.3)
signet (0.13.2)
signet (0.14.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
Expand All @@ -214,18 +214,18 @@ GEM
tty-cursor (~> 0.7)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
word_wrap (1.0.0)
xcode-install (2.6.3)
xcode-install (2.6.4)
claide (>= 0.9.1, < 1.1.0)
fastlane (>= 2.1.0, < 3.0.0)
xcodeproj (1.15.0)
xcodeproj (1.16.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down

0 comments on commit ffae239

Please sign in to comment.