Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.61 KB

Change Log

Log (mostly) breaking changes only.

0.5.0 (around b2756c2)

  • Drop hackney dependency, use Erlang's httpc
  • Hipchat.ApiClient and HipChat.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

0.2.0 (around 7795804)

  • Change in module naming style
    • Now Hipchat.<version>.<basename>, instead of Hipchat.<version>.Api.<basename>
  • Change in client struct
    • Now Hipchat.ApiClient or Hipchat.OauthClient, instead of Hipchat.<version>.Client
  • Change in directory structures
  • Add OAuth Sessions API

0.1.0

  • First release with some working APIs