Log (mostly) breaking changes only.
0.5.0 (around b2756c2)
- Drop hackney dependency, use Erlang's
httpc
Hipchat.ApiClient
andHipChat.OauthClient
structs now have:httpc_opts
field instead of:hackney_opts
0.4.0 (around 78c251e)
- JSON serializer config is now retrieved at runtime (not requiring
mix deps.compile hipchat_elixir
) Hipchat.Httpc.Response
structs now have:request
field
0.3.0 (around 241bd9f)
- Relax hackney version requirements (thanks to @rodrigues)
0.2.3 (around 5555d24)
- 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
0.2.0 (around 7795804)
- 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
- First release with some working APIs