Skip to content

Commit

Permalink
release hello-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Oct 27, 2016
1 parent 490ba67 commit 5c7ad17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS.md
Expand Up @@ -3,6 +3,22 @@ hello

JSON-RPC API toolkit

Version 3.3.0 - 27 Oct 2016
---------------------------
* stop to handle of a request if client side timeout expired
* use elixir 1.3
* resolve hostnames for IPv4 and IPv6
* metrics are reworked
* fix log messages to hide the greeting word hello
* don't need to wait for a service call response if method is not found
* write message to logs if zmq server can't send message
* added support for server side notifications for zmq transport
* msgpack version fixed for working with rebar2 and mix
* added error reason specific logging to hello_registry
* fixed issue with uninitialized timestamp
* added start_listener/6 to Hello elixir module
* hackney updated to 1.4.4

Version 3.2.0 - 17 Nov 2015
---------------------------
* dnssd is optional now and disabled by default
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Hello.Mixfile do

def project do
[app: :hello,
version: "3.2.0",
version: "3.3.0",
elixir: "~> 1.0",
compilers: [:erlang, :elixir, :app],
erlc_options: [{:parse_transform, :lager_transform}],
Expand Down

0 comments on commit 5c7ad17

Please sign in to comment.