All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.5.0 Changes

    • โฌ‡๏ธ Drop hackney dependency, use Erlang's httpc
    • Hipchat.ApiClient and HipChat.OauthClient structs now have :httpc_opts field instead of :hackney_opts
  • 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
  • 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
  • v0.2.0 Changes

    • ๐Ÿ’… 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
  • v0.1.0 Changes

    • ๐Ÿš€ First release with some working APIs