Skip to content

Commit 750205a

Browse files
chore: Deploying new minor version 8.17.0 (#810)
1 parent 43f6105 commit 750205a

File tree

6 files changed

+103
-86
lines changed

6 files changed

+103
-86
lines changed

AlgoliaSearchClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = "AlgoliaSearchClient"
33
spec.module_name = 'AlgoliaSearchClient'
4-
spec.version = "8.16.0"
4+
spec.version = "8.17.0"
55
spec.summary = "Algolia Search API Client written in Swift."
66
spec.homepage = "https://github.com/algolia/algoliasearch-client-swift"
77
spec.license = { :type => "MIT", :file => "LICENSE" }

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ChangeLog
22

3+
## [8.17.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.16.0...8.17.0) (2023-02-06)
4+
5+
### Fix
6+
7+
- provide user agents as url parmeter (#808) ([43f6105](https://github.com/algolia/algoliasearch-client-swift/commit/43f6105))
8+
- lint issues (#809) ([09622f8](https://github.com/algolia/algoliasearch-client-swift/commit/09622f8))
9+
10+
11+
312
## [8.16.0](https://github.com/algolia/algoliasearch-client-swift/compare/8.15.1...8.16.0) (2022-10-24)
413

514
### Feat

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
gem 'cocoapods', '~> 1.11'
7+
# temporarly use the cocoapods from master branch since it contains the fix related to watch os
8+
gem "cocoapods", :github => "cocoapods/cocoapods", :branch => "master"
9+
#gem 'cocoapods', '~> 1.11'
810
gem 'fastlane', '~> 2.200'
911
gem 'xcov'

Gemfile.lock

Lines changed: 85 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,64 @@
1+
GIT
2+
remote: https://github.com/cocoapods/cocoapods
3+
revision: 2a501772e74e42d83dd68984513bb6c022309400
4+
branch: master
5+
specs:
6+
cocoapods (1.11.3)
7+
addressable (~> 2.8)
8+
claide (>= 1.0.2, < 2.0)
9+
cocoapods-core (= 1.11.3)
10+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
11+
cocoapods-downloader (>= 1.6.0, < 2.0)
12+
cocoapods-plugins (>= 1.0.0, < 2.0)
13+
cocoapods-search (>= 1.0.0, < 2.0)
14+
cocoapods-trunk (>= 1.6.0, < 2.0)
15+
cocoapods-try (>= 1.1.0, < 2.0)
16+
colored2 (~> 3.1)
17+
escape (~> 0.0.4)
18+
fourflusher (>= 2.3.0, < 3.0)
19+
gh_inspector (~> 1.0)
20+
molinillo (~> 0.8.0)
21+
nap (~> 1.0)
22+
ruby-macho (>= 2.3.0, < 3.0)
23+
xcodeproj (>= 1.21.0, < 2.0)
24+
125
GEM
226
remote: https://rubygems.org/
327
specs:
4-
CFPropertyList (3.0.5)
28+
CFPropertyList (3.0.6)
529
rexml
6-
activesupport (6.1.4.1)
30+
activesupport (6.1.7.2)
731
concurrent-ruby (~> 1.0, >= 1.0.2)
832
i18n (>= 1.6, < 2)
933
minitest (>= 5.1)
1034
tzinfo (~> 2.0)
1135
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
36+
addressable (2.8.1)
37+
public_suffix (>= 2.0.2, < 6.0)
1438
algoliasearch (1.27.5)
1539
httpclient (~> 2.8, >= 2.8.3)
1640
json (>= 1.5.1)
1741
artifactory (3.0.15)
1842
atomos (0.1.3)
1943
aws-eventstream (1.2.0)
20-
aws-partitions (1.549.0)
21-
aws-sdk-core (3.125.3)
44+
aws-partitions (1.710.0)
45+
aws-sdk-core (3.170.0)
2246
aws-eventstream (~> 1, >= 1.0.2)
23-
aws-partitions (~> 1, >= 1.525.0)
47+
aws-partitions (~> 1, >= 1.651.0)
48+
aws-sigv4 (~> 1.5)
49+
jmespath (~> 1, >= 1.6.1)
50+
aws-sdk-kms (1.62.0)
51+
aws-sdk-core (~> 3, >= 3.165.0)
2452
aws-sigv4 (~> 1.1)
25-
jmespath (~> 1.0)
26-
aws-sdk-kms (1.53.0)
27-
aws-sdk-core (~> 3, >= 3.125.0)
28-
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.111.1)
30-
aws-sdk-core (~> 3, >= 3.125.0)
53+
aws-sdk-s3 (1.119.0)
54+
aws-sdk-core (~> 3, >= 3.165.0)
3155
aws-sdk-kms (~> 1)
3256
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.4.0)
57+
aws-sigv4 (1.5.2)
3458
aws-eventstream (~> 1, >= 1.0.2)
3559
babosa (1.0.4)
3660
claide (1.1.0)
37-
cocoapods (1.11.2)
38-
addressable (~> 2.8)
39-
claide (>= 1.0.2, < 2.0)
40-
cocoapods-core (= 1.11.2)
41-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
42-
cocoapods-downloader (>= 1.4.0, < 2.0)
43-
cocoapods-plugins (>= 1.0.0, < 2.0)
44-
cocoapods-search (>= 1.0.0, < 2.0)
45-
cocoapods-trunk (>= 1.4.0, < 2.0)
46-
cocoapods-try (>= 1.1.0, < 2.0)
47-
colored2 (~> 3.1)
48-
escape (~> 0.0.4)
49-
fourflusher (>= 2.3.0, < 3.0)
50-
gh_inspector (~> 1.0)
51-
molinillo (~> 0.8.0)
52-
nap (~> 1.0)
53-
ruby-macho (>= 1.0, < 3.0)
54-
xcodeproj (>= 1.21.0, < 2.0)
55-
cocoapods-core (1.11.2)
61+
cocoapods-core (1.11.3)
5662
activesupport (>= 5.0, < 7)
5763
addressable (~> 2.8)
5864
algoliasearch (~> 1.0)
@@ -63,7 +69,7 @@ GEM
6369
public_suffix (~> 4.0)
6470
typhoeus (~> 1.0)
6571
cocoapods-deintegrate (1.0.5)
66-
cocoapods-downloader (1.5.1)
72+
cocoapods-downloader (1.6.3)
6773
cocoapods-plugins (1.0.0)
6874
nap
6975
cocoapods-search (1.0.1)
@@ -75,19 +81,19 @@ GEM
7581
colored2 (3.1.2)
7682
commander (4.6.0)
7783
highline (~> 2.0.0)
78-
concurrent-ruby (1.1.9)
84+
concurrent-ruby (1.2.0)
7985
declarative (0.0.20)
8086
digest-crc (0.6.4)
8187
rake (>= 12.0.0, < 14.0.0)
8288
domain_name (0.5.20190701)
8389
unf (>= 0.0.5, < 1.0.0)
84-
dotenv (2.7.6)
90+
dotenv (2.8.1)
8591
emoji_regex (3.2.3)
8692
escape (0.0.4)
87-
ethon (0.14.0)
93+
ethon (0.16.0)
8894
ffi (>= 1.15.0)
89-
excon (0.90.0)
90-
faraday (1.9.3)
95+
excon (0.99.0)
96+
faraday (1.10.3)
9197
faraday-em_http (~> 1.0)
9298
faraday-em_synchrony (~> 1.0)
9399
faraday-excon (~> 1.1)
@@ -106,8 +112,8 @@ GEM
106112
faraday-em_synchrony (1.0.0)
107113
faraday-excon (1.1.0)
108114
faraday-httpclient (1.0.1)
109-
faraday-multipart (1.0.3)
110-
multipart-post (>= 1.2, < 3)
115+
faraday-multipart (1.0.4)
116+
multipart-post (~> 2)
111117
faraday-net_http (1.0.1)
112118
faraday-net_http_persistent (1.2.0)
113119
faraday-patron (1.0.0)
@@ -116,7 +122,7 @@ GEM
116122
faraday_middleware (1.2.0)
117123
faraday (~> 1.0)
118124
fastimage (2.2.6)
119-
fastlane (2.200.0)
125+
fastlane (2.211.0)
120126
CFPropertyList (>= 2.3, < 4.0.0)
121127
addressable (>= 2.8, < 3.0.0)
122128
artifactory (~> 3.0)
@@ -155,13 +161,13 @@ GEM
155161
xcodeproj (>= 1.13.0, < 2.0.0)
156162
xcpretty (~> 0.3.0)
157163
xcpretty-travis-formatter (>= 0.0.3)
158-
ffi (1.15.4)
164+
ffi (1.15.5)
159165
fourflusher (2.3.1)
160166
fuzzy_match (2.0.4)
161167
gh_inspector (1.1.3)
162-
google-apis-androidpublisher_v3 (0.15.0)
163-
google-apis-core (>= 0.4, < 2.a)
164-
google-apis-core (0.4.1)
168+
google-apis-androidpublisher_v3 (0.34.0)
169+
google-apis-core (>= 0.9.1, < 2.a)
170+
google-apis-core (0.11.0)
165171
addressable (~> 2.5, >= 2.5.1)
166172
googleauth (>= 0.16.2, < 2.a)
167173
httpclient (>= 2.8.1, < 3.a)
@@ -170,46 +176,46 @@ GEM
170176
retriable (>= 2.0, < 4.a)
171177
rexml
172178
webrick
173-
google-apis-iamcredentials_v1 (0.10.0)
174-
google-apis-core (>= 0.4, < 2.a)
175-
google-apis-playcustomapp_v1 (0.7.0)
176-
google-apis-core (>= 0.4, < 2.a)
177-
google-apis-storage_v1 (0.11.0)
178-
google-apis-core (>= 0.4, < 2.a)
179+
google-apis-iamcredentials_v1 (0.16.0)
180+
google-apis-core (>= 0.9.1, < 2.a)
181+
google-apis-playcustomapp_v1 (0.12.0)
182+
google-apis-core (>= 0.9.1, < 2.a)
183+
google-apis-storage_v1 (0.19.0)
184+
google-apis-core (>= 0.9.0, < 2.a)
179185
google-cloud-core (1.6.0)
180186
google-cloud-env (~> 1.0)
181187
google-cloud-errors (~> 1.0)
182-
google-cloud-env (1.5.0)
183-
faraday (>= 0.17.3, < 2.0)
184-
google-cloud-errors (1.2.0)
185-
google-cloud-storage (1.36.0)
188+
google-cloud-env (1.6.0)
189+
faraday (>= 0.17.3, < 3.0)
190+
google-cloud-errors (1.3.0)
191+
google-cloud-storage (1.44.0)
186192
addressable (~> 2.8)
187193
digest-crc (~> 0.4)
188194
google-apis-iamcredentials_v1 (~> 0.1)
189-
google-apis-storage_v1 (~> 0.1)
195+
google-apis-storage_v1 (~> 0.19.0)
190196
google-cloud-core (~> 1.6)
191197
googleauth (>= 0.16.2, < 2.a)
192198
mini_mime (~> 1.0)
193-
googleauth (1.1.0)
194-
faraday (>= 0.17.3, < 2.0)
199+
googleauth (1.3.0)
200+
faraday (>= 0.17.3, < 3.a)
195201
jwt (>= 1.4, < 3.0)
196202
memoist (~> 0.16)
197203
multi_json (~> 1.11)
198204
os (>= 0.9, < 2.0)
199205
signet (>= 0.16, < 2.a)
200206
highline (2.0.3)
201-
http-cookie (1.0.4)
207+
http-cookie (1.0.5)
202208
domain_name (~> 0.5)
203209
httpclient (2.8.3)
204-
i18n (1.8.10)
210+
i18n (1.12.0)
205211
concurrent-ruby (~> 1.0)
206-
jmespath (1.5.0)
207-
json (2.6.1)
208-
jwt (2.3.0)
212+
jmespath (1.6.2)
213+
json (2.6.3)
214+
jwt (2.7.0)
209215
memoist (0.16.2)
210-
mini_magick (4.11.0)
216+
mini_magick (4.12.0)
211217
mini_mime (1.1.2)
212-
minitest (5.14.4)
218+
minitest (5.17.0)
213219
molinillo (0.8.0)
214220
multi_json (1.15.0)
215221
multipart-post (2.0.0)
@@ -220,9 +226,9 @@ GEM
220226
optparse (0.1.1)
221227
os (1.1.4)
222228
plist (3.6.0)
223-
public_suffix (4.0.6)
229+
public_suffix (4.0.7)
224230
rake (13.0.6)
225-
representable (3.1.1)
231+
representable (3.2.0)
226232
declarative (< 0.1.0)
227233
trailblazer-option (>= 0.1.1, < 0.2.0)
228234
uber (< 0.2.0)
@@ -233,12 +239,12 @@ GEM
233239
ruby2_keywords (0.0.5)
234240
rubyzip (2.3.2)
235241
security (0.1.3)
236-
signet (0.16.0)
242+
signet (0.17.0)
237243
addressable (~> 2.8)
238-
faraday (>= 0.17.3, < 2.0)
244+
faraday (>= 0.17.5, < 3.a)
239245
jwt (>= 1.5, < 3.0)
240246
multi_json (~> 1.10)
241-
simctl (1.6.8)
247+
simctl (1.6.10)
242248
CFPropertyList
243249
naturally
244250
slack-notifier (2.4.0)
@@ -252,23 +258,23 @@ GEM
252258
tty-cursor (~> 0.7)
253259
typhoeus (1.4.0)
254260
ethon (>= 0.9.0)
255-
tzinfo (2.0.4)
261+
tzinfo (2.0.6)
256262
concurrent-ruby (~> 1.0)
257263
uber (0.1.0)
258264
unf (0.1.4)
259265
unf_ext
260-
unf_ext (0.0.8)
266+
unf_ext (0.0.8.2)
261267
unicode-display_width (1.8.0)
262-
webrick (1.7.0)
268+
webrick (1.8.1)
263269
word_wrap (1.0.0)
264-
xcodeproj (1.21.0)
270+
xcodeproj (1.22.0)
265271
CFPropertyList (>= 2.3.3, < 4.0)
266272
atomos (~> 0.1.3)
267273
claide (>= 1.0.2, < 2.0)
268274
colored2 (~> 3.1)
269275
nanaimo (~> 0.3.0)
270276
rexml (~> 3.2.4)
271-
xcov (1.7.5)
277+
xcov (1.8.1)
272278
fastlane (>= 2.141.0, < 3.0.0)
273279
multipart-post
274280
slack-notifier
@@ -280,15 +286,15 @@ GEM
280286
xcpretty-travis-formatter (1.0.1)
281287
xcpretty (~> 0.2, >= 0.0.7)
282288
xcresult (0.2.1)
283-
zeitwerk (2.4.2)
289+
zeitwerk (2.6.7)
284290

285291
PLATFORMS
286292
ruby
287293

288294
DEPENDENCIES
289-
cocoapods (~> 1.11)
295+
cocoapods!
290296
fastlane (~> 2.200)
291297
xcov
292298

293299
BUNDLED WITH
294-
2.1.4
300+
2.3.23

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ If you're a framework author and use Swift API Client as a dependency, update yo
6060

6161
```swift
6262
let package = Package(
63-
// 8.16.0 ..< 9.0.0
63+
// 8.17.0 ..< 9.0.0
6464
dependencies: [
65-
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.16.0")
65+
.package(url: "https://github.com/algolia/algoliasearch-client-swift", from: "8.17.0")
6666
],
6767
// ...
6868
)
@@ -77,7 +77,7 @@ Add `import AlgoliaSearchClient` to your source files.
7777
To install Algolia Swift Client, simply add the following line to your Podfile:
7878

7979
```ruby
80-
pod 'AlgoliaSearchClient', '~> 8.16'
80+
pod 'AlgoliaSearchClient', '~> 8.17'
8181
# pod 'InstantSearchClient', '~> 6.0' // Swift 4.2
8282
# pod 'InstantSearchClient', '~> 5.0' // Swift 4.1
8383
```
@@ -94,7 +94,7 @@ $ pod update
9494

9595
- To install InstantSearch, simply add the following line to your Cartfile:
9696
```ruby
97-
github "algolia/algoliasearch-client-swift" ~> 8.16
97+
github "algolia/algoliasearch-client-swift" ~> 8.17
9898
# github "algolia/algoliasearch-client-swift" ~> 6.0.0 // Swift 4.2
9999
# github "algolia/algoliasearch-client-swift" ~> 5.0.0 // Swift 4.1
100100
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 8, minor: 16, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 8, minor: 17, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)