Skip to content

Commit

Permalink
Merge pull request #261 from bettio/prepare-0.11.0-rc.0
Browse files Browse the repository at this point in the history
Prepare 0.11.0 rc.0
  • Loading branch information
rbino authored Feb 26, 2020
2 parents 54df666 + 442e92a commit 54d1e95
Show file tree
Hide file tree
Showing 33 changed files with 101 additions and 98 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.8.1-otp-21
erlang 21.3.8.11
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.0-beta.3] - Unreleased
## [0.11.0-rc.0] - 2020-02-26
- [realm_management] Correctly handle parametric endpoints regardless of the ordering, so that overlapping endpoints are always refused.
- [pairing_api] Add health endpoint.
- [realm_management_api] Add health endpoint.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Make sure to use the latest stable release if you want a flawless experience.

You should be up and running in a matter of minutes. If you want a more thorough explanation and
find out how to access your new Astarte cluster and what you can do with it, [follow our "Astarte in
5 minutes" tutorial](http://docs.astarte-platform.org/snapshot/010-astarte_in_5_minutes.html) to get
5 minutes" tutorial](https://docs.astarte-platform.org/0.11/010-astarte_in_5_minutes.html) to get
some fake or real devices to stream and process data while your tea gets ready.

## Sweet! Let's move it to production!
Expand All @@ -50,10 +50,10 @@ tricky, and requires some knowledge about the platform to make sure it won't bre

So, if you're serious about getting Astarte in your production environment, you might want to learn
more about it first. Start by [having a look at its
architecture](http://docs.astarte-platform.org/snapshot/001-intro_architecture.html) and [finding
out how it works](http://docs.astarte-platform.org/snapshot/001-intro_user.html). Once you feel
architecture](https://docs.astarte-platform.org/0.11/001-intro_architecture.html) and [finding
out how it works](https://docs.astarte-platform.org/0.11/001-intro_user.html). Once you feel
confident, head over to the [Administration
Manual](http://docs.astarte-platform.org/snapshot/001-intro_administrator.html).
Manual](https://docs.astarte-platform.org/0.11/001-intro_administrator.html).

## Where do I find binaries?

Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_appengine_api/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@ defmodule Astarte.AppEngine.API.Mixfile do
def project do
[
app: :astarte_appengine_api,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_appengine_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "0123566c763712672c367ee8927b54f7ebf4128e", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "593c3f7c7e47eeed559dff9dbb374ab912d16a3b", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "26d46ac560174b8dd113e3566a2dedf072232d5d", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "ea0f233fabea3773821532f5cd2e6b7ade4564cd", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "13662786f3b15aa50ebf9a6e59f25c16fd8fe665", [branch: "release-0.11"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm", "fab09b20e3f5db886725544cbcf875b8e73ec93363954eb8a1a9ed834aa8c1f9"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ info:
an impact on devices and their data. Most Astarte applications would want to
use this API to interact with devices, stream and receive data, and oversee
their fleet.
version: 0.11.0-beta.3
version: 0.11.0-rc.0
title: Astarte App Engine API
contact:
email: [email protected]
externalDocs:
description: User documentation
url: 'https://docs.astarte-platform.org/snapshot/050-query_device.html'
url: 'https://docs.astarte-platform.org/0.11/050-query_device.html'
tags:
- name: device
description: >-
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_data_updater_plant/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.DataUpdaterPlant.Mixfile do
def project do
[
app: :astarte_data_updater_plant,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
elixir: "~> 1.8",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_data_updater_plant/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "0123566c763712672c367ee8927b54f7ebf4128e", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "593c3f7c7e47eeed559dff9dbb374ab912d16a3b", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "26d46ac560174b8dd113e3566a2dedf072232d5d", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "ea0f233fabea3773821532f5cd2e6b7ade4564cd", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "13662786f3b15aa50ebf9a6e59f25c16fd8fe665", [branch: "release-0.11"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_housekeeping/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.Housekeeping.Mixfile do
def project do
[
app: :astarte_housekeeping,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_housekeeping/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "0123566c763712672c367ee8927b54f7ebf4128e", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "593c3f7c7e47eeed559dff9dbb374ab912d16a3b", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "26d46ac560174b8dd113e3566a2dedf072232d5d", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "ea0f233fabea3773821532f5cd2e6b7ade4564cd", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "13662786f3b15aa50ebf9a6e59f25c16fd8fe665", [branch: "release-0.11"]},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_housekeeping_api/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.Housekeeping.API.Mixfile do
def project do
[
app: :astarte_housekeeping_api,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down
2 changes: 1 addition & 1 deletion apps/astarte_housekeeping_api/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "593c3f7c7e47eeed559dff9dbb374ab912d16a3b", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "13662786f3b15aa50ebf9a6e59f25c16fd8fe665", [branch: "release-0.11"]},
"base64url": {:hex, :base64url, "0.0.1", "36a90125f5948e3afd7be97662a1504b934dd5dac78451ca6e9abf85a10286be", [:rebar], [], "hexpm", "fab09b20e3f5db886725544cbcf875b8e73ec93363954eb8a1a9ed834aa8c1f9"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
configuration. This API is usually accessible only to system administrators,
and is not meant for the average user of Astarte, which should refer to
Realm Management API instead.
version: 0.11.0-beta.3
version: 0.11.0-rc.0
title: Astarte Housekeeping API
contact:
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_pairing/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.Pairing.Mixfile do
def project do
[
app: :astarte_pairing,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
6 changes: 3 additions & 3 deletions apps/astarte_pairing/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"accept": {:hex, :accept, "0.3.5", "b33b127abca7cc948bbe6caa4c263369abf1347cfa9d8e699c6d214660f10cd1", [:rebar3], [], "hexpm", "11b18c220bcc2eab63b5470c038ef10eb6783bcb1fcdb11aa4137defa5ac1bb8"},
"amqp": {:hex, :amqp, "1.2.1", "eab7b4e2ce86bc84e3c2f8553e85baffd2874ae9fbab7b5c1856a731ac023f53", [:mix], [{:amqp_client, "~> 3.7.11", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.9", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.6.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.11", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7", [hex: :ranch, repo: "hexpm", optional: false]}, {:recon, "~> 2.3", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "803aab6417cb142c2c24c2a1ad2433adb745a05a8cd9a19173e26933f3c1e961"},
"amqp_client": {:hex, :amqp_client, "3.7.15", "99c46aad3406199f9aec95356f43fa73f28af2fc9da1de5b601367231e37992c", [:make, :rebar3], [{:rabbit_common, "3.7.15", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "2dd7644cc59451f22e20cd75919e3941acb014acb4c30d9765f93ff969276750"},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "0123566c763712672c367ee8927b54f7ebf4128e", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "92e439797bd8e22595dd81d19f8a58f47a656310", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "593c3f7c7e47eeed559dff9dbb374ab912d16a3b", [branch: "release-0.11"]},
"astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "26d46ac560174b8dd113e3566a2dedf072232d5d", [branch: "release-0.11"]},
"astarte_data_access": {:git, "https://github.com/astarte-platform/astarte_data_access.git", "ea0f233fabea3773821532f5cd2e6b7ade4564cd", [branch: "release-0.11"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "13662786f3b15aa50ebf9a6e59f25c16fd8fe665", [branch: "release-0.11"]},
"bcrypt_elixir": {:hex, :bcrypt_elixir, "1.1.1", "6b5560e47a02196ce5f0ab3f1d8265db79a23868c137e973b27afef928ed8006", [:make, :mix], [{:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "10f658be786bd2daaadcd45cc5b598da01d5bbc313da4d0e3efb2d6a511d896d"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
"cfxxl": {:hex, :cfxxl, "0.3.0", "7d69bf5533ce0949b0c08ab29766375c704ac42ea4a5c26af93eeff76ff70122", [:mix], [{:httpoison, "~> 0.13", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm", "c12099e5bea3a53cf6f13f6cd44396ef6e24ef29aa25042065b54ff3f47d5751"},
Expand Down
4 changes: 2 additions & 2 deletions apps/astarte_pairing_api/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2017 Ispirata Srl
# Copyright 2017-2020 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.Pairing.API.Mixfile do
def project do
[
app: :astarte_pairing_api,
version: "0.11.0-beta.3",
version: "0.11.0-rc.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down
Loading

0 comments on commit 54d1e95

Please sign in to comment.