All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.5.0 Changes
- โฌ๏ธ Drop hackney dependency, use Erlang's
httpc
Hipchat.ApiClient
andHipChat.OauthClient
structs now have:httpc_opts
field instead of:hackney_opts
- โฌ๏ธ Drop hackney dependency, use Erlang's
-
v0.4.0 Changes
- JSON serializer config is now retrieved at runtime (not requiring
mix deps.compile hipchat_elixir
) Hipchat.Httpc.Response
structs now have:request
field
- JSON serializer config is now retrieved at runtime (not requiring
-
v0.3.0 Changes
- ๐ Relax hackney version requirements (thanks to @rodrigues)
-
v0.2.3 Changes
- โ Add JSON serializer support
- Set
:serializer
option in your config for:hipchat_elixir
. - E.g.
config :hipchat_elixir, [serializer: Poison]
- Currently only works with
Poison
- Set
- โ Add JSON serializer support
-
v0.2.0 Changes
- ๐
Change in module naming style
- Now
Hipchat.<version>.<basename>
, instead ofHipchat.<version>.Api.<basename>
- Now
- ๐ Change in client struct
- Now
Hipchat.ApiClient
orHipchat.OauthClient
, instead ofHipchat.<version>.Client
- Now
- ๐ Change in directory structures
- โ Add OAuth Sessions API
- ๐
Change in module naming style
-
v0.1.0 Changes
- ๐ First release with some working APIs