Skip to content

Commit a3f5b99

Browse files
author
Clément Le Provost
committed
Version 3.4
1 parent bacf8cc commit a3f5b99

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

AlgoliaSearch-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Client-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '3.3'
4+
s.version = '3.4'
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'

AlgoliaSearch-Offline-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlgoliaSearch-Offline-Swift'
33
s.module_name = 'AlgoliaSearch'
4-
s.version = '3.3'
4+
s.version = '3.4'
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

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+
413
## 3.3 (2016-06-29)
514

615
- (#77) Support a list of languages as a value for the `removeStopWords` query parameter. **Warning:** The type of the

Source/Info.plist

Lines changed: 1 addition & 1 deletion
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>3.3</string>
18+
<string>3.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)