Skip to content

Commit 0cfb8d4

Browse files
committed
3.25.0
FEAT: use https by default (algolia#670) For very old devices https can be slow we defaulted to sending API requests over http on http sites. This is now not really a performance bottleneck anymore, so https is now default, unless specified differently when initializing.
1 parent 67f9d20 commit 0cfb8d4

13 files changed

+260
-358
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
CHANGELOG
2+
2018-03-07 3.25.0
3+
* FEAT: use https by default (#670)
4+
* for very old devices https can be slow
5+
* we defaulted to sending API requests over http on http sites
6+
* this is now not really a performance bottleneck anymore
7+
* https is now default, unless specified differently when initializing
8+
29
2018-02-28 3.24.12
310
* FIX: Handle Node.js network errors more precisely (#669)
411

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algoliasearch",
3-
"version": "3.24.12",
3+
"version": "3.25.0",
44
"homepage": "https://github.com/algolia/algoliasearch-client-js",
55
"authors": [
66
"Algolia Team <[email protected]>"

0 commit comments

Comments
 (0)