Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Jul 25, 2016
1 parent bacf8cc commit a3f5b99
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearch-Client-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.3'
s.version = '3.4'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
2 changes: 1 addition & 1 deletion AlgoliaSearch-Offline-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Offline-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '3.3'
s.version = '3.4'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Change Log
==========

## 3.4 (2016-07-25)

- New `Client.isAlive()` method (`/1/isalive` endpoint)
- Completion handler is now mandatory for multiple queries. **Warning: breaking change**
- (#88) Fix passing of `strategy` parameter in multiple queries (should be POST instead of GET)
- (#103) Fix URL encoding of path components (e.g. spaces in index names)
- Add test case for TCP connection dropping


## 3.3 (2016-06-29)

- (#77) Support a list of languages as a value for the `removeStopWords` query parameter. **Warning:** The type of the
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3</string>
<string>3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a3f5b99

Please sign in to comment.