Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use uri to make token storage key unique (codedge-llc#239)
* fix: move token generation to agent (#1) * fix: add uri to token storage key to prevent clashes (codedge-llc#2) * Catch up with upstream (codedge-llc#3) * fix: allow httpoison 2.0 (codedge-llc#236) * fix: allow httpoison 2.0 * ci: fix workflows * ci: revert to ubuntu-latest * ci: use setup-beam@v1 * chore: update CHANGELOG * docs: update README links * fix: move token generation into Pigeon.APNS.Token (codedge-llc#227) This means the token is only generated once and used across all workers * chore: update CHANGELOG --------- Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Andrew Timberlake <[email protected]> * chore: run mix format on our changes (codedge-llc#4) * fix: allow httpoison 2.0 (codedge-llc#236) * fix: allow httpoison 2.0 * ci: fix workflows * ci: revert to ubuntu-latest * ci: use setup-beam@v1 * chore: update CHANGELOG * docs: update README links * fix: move token generation into Pigeon.APNS.Token (codedge-llc#227) This means the token is only generated once and used across all workers * chore: update CHANGELOG --------- Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Andrew Timberlake <[email protected]> * chore: undo random formatting changes that aren't necessary --------- Co-authored-by: Drew Ballance <[email protected]> Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Henry Popp <[email protected]> Co-authored-by: Andrew Timberlake <[email protected]>
- Loading branch information