Skip to content

Commit

Permalink
2.0 Rework for new Chime SDK arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Mar 20, 2024
1 parent a8d711c commit c06f42b
Show file tree
Hide file tree
Showing 36 changed files with 879 additions and 1,394 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ erl_crash.dump
*.beam
/config/*.secret.exs
.elixir_ls/
*~
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.0 (2024-03-20)
* BREAKING: Chime services are now broken up into the individual services rather than being
(mostly) grouped together in ExAws.Chime. Note that this is largely just a reorganisation of the
functions and types from 1.0.1. There are a lot of unimplemented new functions in the new
services. PRs to implement them are welcome :)

The new services now call the new Chime SDK endpoints (requires ExAws 2.5.2 or newer).

1.0.1
* Fix some typespecs in the new media pipeline work

Expand Down
Loading

0 comments on commit c06f42b

Please sign in to comment.