From 4683e05051accefb7584fa6eb683c991c0ebcbd1 Mon Sep 17 00:00:00 2001 From: El Werbitzky Date: Tue, 4 Apr 2017 17:18:10 +0200 Subject: [PATCH] relax httpoison deps, version 0.4.0 --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 4 ++-- mix.lock | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7095fce..820af87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.4.0 + +### Improvements + + - Allow options in Search API calls + - don't strip return atoms + - add update api support + +### Breaking Changes + + - don't strip return atoms + ## 0.3.0 ### Improvements diff --git a/mix.exs b/mix.exs index 1ec176b..c9be4af 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Elastix.Mixfile do use Mix.Project - @version "0.3.2" + @version "0.4.0" def project do [app: :elastix, @@ -36,7 +36,7 @@ defmodule Elastix.Mixfile do {:credo, "~> 0.6", only: [:dev, :test]}, {:mix_test_watch, "~> 0.3", only: [:test, :dev]}, {:poison, "~> 3.1"}, - {:httpoison, "~> 0.11"}] + {:httpoison, ">= 0.7.0"}] end defp package do diff --git a/mix.lock b/mix.lock index 0f737a5..71dbf0f 100644 --- a/mix.lock +++ b/mix.lock @@ -5,7 +5,7 @@ "ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}, "fs": {:hex, :fs, "2.12.0", "ad631efacc9a5683c8eaa1b274e24fa64a1b8eb30747e9595b93bec7e492e25e", [:rebar3], []}, "hackney": {:hex, :hackney, "1.6.5", "8c025ee397ac94a184b0743c73b33b96465e85f90a02e210e86df6cbafaa5065", [:rebar3], [{:certifi, "0.7.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, optional: false]}]}, - "httpoison": {:hex, :httpoison, "0.11.0", "b9240a9c44fc46fcd8618d17898859ba09a3c1b47210b74316c0ffef10735e76", [:mix], [{:hackney, "~> 1.6.3", [hex: :hackney, optional: false]}]}, + "httpoison": {:hex, :httpoison, "0.8.3", "b675a3fdc839a0b8d7a285c6b3747d6d596ae70b6ccb762233a990d7289ccae4", [:mix], [{:hackney, "~> 1.6.0", [hex: :hackney, optional: false]}]}, "httpotion": {:hex, :httpotion, "2.1.0"}, "ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "d2e369ff42666c3574b8b7ec26f69027895c4d94", [tag: "v4.1.1"]}, "idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},