Skip to content

Commit a6e4a6c

Browse files
authoredJul 27, 2020
Release 1.27.0 (#401)
1 parent 2874a39 commit a6e4a6c

File tree

8 files changed

+56
-51
lines changed

8 files changed

+56
-51
lines changed
 

‎App/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.26.0</string>
18+
<string>1.27.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

‎Auth0/Info-tvOS.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.26.0</string>
18+
<string>1.27.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

‎Auth0/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.26.0</string>
18+
<string>1.27.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

‎Auth0Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.26.0</string>
18+
<string>1.27.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.27.0](https://github.com/auth0/Auth0.swift/tree/1.27.0) (2020-07-27)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.26.0...1.27.0)
5+
6+
**Added**
7+
- Added TTL renewal of credentials in CredentialsManager [SDK-1818] [\#399](https://github.com/auth0/Auth0.swift/pull/399) ([Widcket](https://github.com/Widcket))
8+
39
## [1.26.0](https://github.com/auth0/Auth0.swift/tree/1.26.0) (2020-06-10)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.25.0...1.26.0)
511

‎Gemfile.lock

+44-45
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,33 @@ GEM
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.2)
12+
algoliasearch (1.27.3)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
1616
aws-eventstream (1.1.0)
17-
aws-partitions (1.316.0)
18-
aws-sdk-core (3.96.0)
17+
aws-partitions (1.345.0)
18+
aws-sdk-core (3.104.3)
1919
aws-eventstream (~> 1, >= 1.0.2)
2020
aws-partitions (~> 1, >= 1.239.0)
2121
aws-sigv4 (~> 1.1)
2222
jmespath (~> 1.0)
23-
aws-sdk-kms (1.31.0)
24-
aws-sdk-core (~> 3, >= 3.71.0)
23+
aws-sdk-kms (1.36.0)
24+
aws-sdk-core (~> 3, >= 3.99.0)
2525
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.64.0)
27-
aws-sdk-core (~> 3, >= 3.83.0)
26+
aws-sdk-s3 (1.75.0)
27+
aws-sdk-core (~> 3, >= 3.104.1)
2828
aws-sdk-kms (~> 1)
2929
aws-sigv4 (~> 1.1)
30-
aws-sigv4 (1.1.3)
31-
aws-eventstream (~> 1.0, >= 1.0.2)
30+
aws-sigv4 (1.2.1)
31+
aws-eventstream (~> 1, >= 1.0.2)
3232
babosa (1.0.3)
3333
claide (1.0.3)
3434
clamp (1.3.1)
35-
cocoapods (1.9.1)
35+
cocoapods (1.9.3)
3636
activesupport (>= 4.0.2, < 5)
3737
claide (>= 1.0.2, < 2.0)
38-
cocoapods-core (= 1.9.1)
38+
cocoapods-core (= 1.9.3)
3939
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4040
cocoapods-downloader (>= 1.2.2, < 2.0)
4141
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -51,7 +51,7 @@ GEM
5151
nap (~> 1.0)
5252
ruby-macho (~> 1.4)
5353
xcodeproj (>= 1.14.0, < 2.0)
54-
cocoapods-core (1.9.1)
54+
cocoapods-core (1.9.3)
5555
activesupport (>= 4.0.2, < 6)
5656
algoliasearch (~> 1.0)
5757
concurrent-ruby (~> 1.1)
@@ -60,7 +60,7 @@ GEM
6060
netrc (~> 0.11)
6161
typhoeus (~> 1.0)
6262
cocoapods-deintegrate (1.0.4)
63-
cocoapods-downloader (1.3.0)
63+
cocoapods-downloader (1.4.0)
6464
cocoapods-plugins (1.0.0)
6565
nap
6666
cocoapods-search (1.0.0)
@@ -74,52 +74,51 @@ GEM
7474
commander-fastlane (4.4.6)
7575
highline (~> 1.7.2)
7676
concurrent-ruby (1.1.6)
77-
declarative (0.0.10)
77+
declarative (0.0.20)
7878
declarative-option (0.1.0)
79-
digest-crc (0.5.1)
79+
digest-crc (0.6.1)
80+
rake (~> 13.0)
8081
domain_name (0.5.20190701)
8182
unf (>= 0.0.5, < 1.0.0)
82-
dotenv (2.7.5)
83-
emoji_regex (1.0.1)
83+
dotenv (2.7.6)
84+
emoji_regex (3.0.0)
8485
escape (0.0.4)
8586
ethon (0.12.0)
8687
ffi (>= 1.3.0)
87-
excon (0.73.0)
88+
excon (0.76.0)
8889
faraday (1.0.1)
8990
multipart-post (>= 1.2, < 3)
9091
faraday-cookie_jar (0.0.6)
9192
faraday (>= 0.7.4)
9293
http-cookie (~> 1.0.0)
9394
faraday_middleware (1.0.0)
9495
faraday (~> 1.0)
95-
fastimage (2.1.7)
96-
fastlane (2.148.0)
96+
fastimage (2.2.0)
97+
fastlane (2.153.1)
9798
CFPropertyList (>= 2.3, < 4.0.0)
9899
addressable (>= 2.3, < 3.0.0)
99100
aws-sdk-s3 (~> 1.0)
100-
babosa (>= 1.0.2, < 2.0.0)
101+
babosa (>= 1.0.3, < 2.0.0)
101102
bundler (>= 1.12.0, < 3.0.0)
102103
colored
103104
commander-fastlane (>= 4.4.6, < 5.0.0)
104105
dotenv (>= 2.1.1, < 3.0.0)
105-
emoji_regex (>= 0.1, < 2.0)
106+
emoji_regex (>= 0.1, < 4.0)
106107
excon (>= 0.71.0, < 1.0.0)
107-
faraday (>= 0.17, < 2.0)
108+
faraday (~> 1.0)
108109
faraday-cookie_jar (~> 0.0.6)
109-
faraday_middleware (>= 0.13.1, < 2.0)
110+
faraday_middleware (~> 1.0)
110111
fastimage (>= 2.1.0, < 3.0.0)
111112
gh_inspector (>= 1.1.2, < 2.0.0)
112113
google-api-client (>= 0.37.0, < 0.39.0)
113114
google-cloud-storage (>= 1.15.0, < 2.0.0)
114115
highline (>= 1.7.2, < 2.0.0)
115116
json (< 3.0.0)
116-
jwt (~> 2.1.0)
117+
jwt (>= 2.1.0, < 3)
117118
mini_magick (>= 4.9.4, < 5.0.0)
118-
multi_xml (~> 0.5)
119119
multipart-post (~> 2.0.0)
120120
plist (>= 3.1.0, < 4.0.0)
121-
public_suffix (~> 2.0.0)
122-
rubyzip (>= 1.3.0, < 2.0.0)
121+
rubyzip (>= 2.0.0, < 3.0.0)
123122
security (= 0.1.3)
124123
simctl (~> 1.6.3)
125124
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -133,7 +132,7 @@ GEM
133132
xcpretty-travis-formatter (>= 0.0.3)
134133
fastlane-plugin-auth0_shipper (0.4.1)
135134
semantic (~> 1.5)
136-
ffi (1.12.2)
135+
ffi (1.13.1)
137136
fourflusher (2.3.1)
138137
fuzzy_match (2.0.4)
139138
gh_inspector (1.1.3)
@@ -148,17 +147,17 @@ GEM
148147
google-cloud-core (1.5.0)
149148
google-cloud-env (~> 1.0)
150149
google-cloud-errors (~> 1.0)
151-
google-cloud-env (1.3.1)
150+
google-cloud-env (1.3.3)
152151
faraday (>= 0.17.3, < 2.0)
153-
google-cloud-errors (1.0.0)
154-
google-cloud-storage (1.26.1)
152+
google-cloud-errors (1.0.1)
153+
google-cloud-storage (1.26.2)
155154
addressable (~> 2.5)
156155
digest-crc (~> 0.4)
157156
google-api-client (~> 0.33)
158157
google-cloud-core (~> 1.2)
159158
googleauth (~> 0.9)
160159
mini_mime (~> 1.0)
161-
googleauth (0.12.0)
160+
googleauth (0.13.0)
162161
faraday (>= 0.17.3, < 2.0)
163162
jwt (>= 1.4, < 3.0)
164163
memoist (~> 0.16)
@@ -172,34 +171,34 @@ GEM
172171
i18n (0.9.5)
173172
concurrent-ruby (~> 1.0)
174173
jmespath (1.4.0)
175-
json (2.3.0)
176-
jwt (2.1.0)
174+
json (2.3.1)
175+
jwt (2.2.1)
177176
memoist (0.16.2)
178177
mini_magick (4.10.1)
179178
mini_mime (1.0.2)
180179
mini_portile2 (2.4.0)
181180
minitest (5.14.1)
182181
molinillo (0.6.6)
183-
multi_json (1.14.1)
184-
multi_xml (0.6.0)
182+
multi_json (1.15.0)
185183
multipart-post (2.0.0)
186-
nanaimo (0.2.6)
184+
nanaimo (0.3.0)
187185
nap (1.1.0)
188186
naturally (2.2.0)
189187
netrc (0.11.0)
190-
nokogiri (1.10.9)
188+
nokogiri (1.10.10)
191189
mini_portile2 (~> 2.4.0)
192190
os (1.1.0)
193191
plist (3.5.0)
194-
public_suffix (2.0.5)
192+
public_suffix (4.0.5)
193+
rake (13.0.1)
195194
representable (3.0.4)
196195
declarative (< 0.1.0)
197196
declarative-option (< 0.2.0)
198197
uber (< 0.2.0)
199198
retriable (3.1.2)
200199
rouge (2.0.7)
201200
ruby-macho (1.4.0)
202-
rubyzip (1.3.0)
201+
rubyzip (2.3.0)
203202
security (0.1.3)
204203
semantic (1.6.1)
205204
signet (0.14.0)
@@ -211,7 +210,7 @@ GEM
211210
CFPropertyList
212211
naturally
213212
slack-notifier (2.3.2)
214-
slather (2.4.8)
213+
slather (2.4.9)
215214
CFPropertyList (>= 2.2, < 4)
216215
activesupport (>= 4.0.2, < 5)
217216
clamp (~> 1.3)
@@ -222,7 +221,7 @@ GEM
222221
unicode-display_width (~> 1.1, >= 1.1.1)
223222
thread_safe (0.3.6)
224223
tty-cursor (0.7.1)
225-
tty-screen (0.7.1)
224+
tty-screen (0.8.1)
226225
tty-spinner (0.9.3)
227226
tty-cursor (~> 0.7)
228227
typhoeus (1.4.0)
@@ -235,12 +234,12 @@ GEM
235234
unf_ext (0.0.7.7)
236235
unicode-display_width (1.7.0)
237236
word_wrap (1.0.0)
238-
xcodeproj (1.16.0)
237+
xcodeproj (1.17.1)
239238
CFPropertyList (>= 2.3.3, < 4.0)
240239
atomos (~> 0.1.3)
241240
claide (>= 1.0.2, < 2.0)
242241
colored2 (~> 3.1)
243-
nanaimo (~> 0.2.6)
242+
nanaimo (~> 0.3.0)
244243
xcpretty (0.3.0)
245244
rouge (~> 2.0.7)
246245
xcpretty-travis-formatter (1.0.0)

‎OAuth2Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.26.0</string>
20+
<string>1.27.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

‎OAuth2TV/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.26.0</string>
18+
<string>1.27.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)
Please sign in to comment.