Skip to content

Commit 7861f90

Browse files
author
Clément Le Provost
committed
Version 4.5
1 parent b25f438 commit 7861f90

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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 = '4.4'
4+
s.version = '4.5'
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 = '4.4'
4+
s.version = '4.5'
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
==========
33

4+
## 4.5 (2016-12-07)
5+
6+
**Note:** *This new version brings a major improvement in the request retry logic (fallback mechanism used when one or more API hosts are down or unreachable). For that reason, an upgrade to this or a later version is strongly recommended for all users of this API Client.*
7+
8+
### New features
9+
10+
- (#158) Support the `responseFields` query parameter
11+
12+
### Bug fixes
13+
14+
- (#157) New retry logic: stateful host statuses. This should help largely minimize the impact of DNS resolution failures or other long-lasting network problems. Note that the timeout for statuses can be controlled via the `AbstractClient.hostStatusTimeout` property.
15+
16+
### Other changes
17+
18+
- Support more than one polygon in the `insidePolygon` query parameter. **Warning:** This breaks backward-compatibility for this specific parameter.
19+
20+
421
## 4.4 (2016-11-18)
522

623
### New features

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>4.4</string>
18+
<string>4.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)