File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AlgoliaSearch-Client-Swift'
3
3
s . module_name = 'AlgoliaSearch'
4
- s . version = '3.3 '
4
+ s . version = '3.4 '
5
5
s . license = 'MIT'
6
6
s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
7
7
s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AlgoliaSearch-Offline-Swift'
3
3
s . module_name = 'AlgoliaSearch'
4
- s . version = '3.3 '
4
+ s . version = '3.4 '
5
5
s . license = 'MIT'
6
6
s . summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
7
7
s . homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## 3.4 (2016-07-25)
5
+
6
+ - New ` Client.isAlive() ` method (` /1/isalive ` endpoint)
7
+ - Completion handler is now mandatory for multiple queries. ** Warning: breaking change**
8
+ - (#88 ) Fix passing of ` strategy ` parameter in multiple queries (should be POST instead of GET)
9
+ - (#103 ) Fix URL encoding of path components (e.g. spaces in index names)
10
+ - Add test case for TCP connection dropping
11
+
12
+
4
13
## 3.3 (2016-06-29)
5
14
6
15
- (#77 ) Support a list of languages as a value for the ` removeStopWords ` query parameter. ** Warning:** The type of the
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.3 </string >
18
+ <string >3.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments