Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vec715/buford

Tags

v0.14.0

Toggle v0.14.0's commit message
readme: fix indent

v0.13.0

Toggle v0.13.0's commit message
Support for grouping notifications with thread-id (RobotsAndPencils#95)

* add: support for grouping notifications with thread-id

* fix: indent

v0.12.0

Toggle v0.12.0's commit message
Merge pull request RobotsAndPencils#75 from RobotsAndPencils/wait

calling code needs to ensure all responses are handled (not just received)

v0.11.0

Toggle v0.11.0's commit message
go back to using Client.Do (RobotsAndPencils#73)

ref RobotsAndPencils#72

v0.10.0

Toggle v0.10.0's commit message
parse GOAWAY error responses from Apple (RobotsAndPencils#71)

with latest x/net/http2.

v0.9.0

Toggle v0.9.0's commit message
add collapse id for notification management (RobotsAndPencils#68)

ref RobotsAndPencils#62

v0.8.0

Toggle v0.8.0's commit message
Close responses channel when done (RobotsAndPencils#58)

closes RobotsAndPencils#56

v0.7.0

Toggle v0.7.0's commit message
Send multiple notifications concurrently (RobotsAndPencils#54)

* example of sending notifications concurrently

* push: build a worker pool into Service

* push: remove version of Push that does serialization

and update docs

* push: reorganize

* push: separate queue type for async

and improve handling of command line flags

* test queue push

(not sure how useful this test is)

v0.6.0

Toggle v0.6.0's commit message
don't extract topic automatically (RobotsAndPencils#51)

ref RobotsAndPencils#50

v0.5.0

Toggle v0.5.0's commit message
NewService API, simplify certificate loading and pushpackage signing …

…APIs. (RobotsAndPencils#47)

* NewService API extracts topic from cert
* pushpackage: use TLS cert for signing simplifying API for signing and certificate loading
* push: reorganize code, light refactoring