8000 Tags · RobotsAndPencils/buford · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Tags: RobotsAndPencils/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 (#95)

* add: support for grouping notifications with thread-id

* fix: indent

v0.12.0

Toggle v0.12.0's commit message
Merge pull request #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 (#73)

ref #72

v0.10.0

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

with latest x/net/http2.

v0.9.0

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

ref #62

v0.8.0

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

closes #56

v0.7.0

Toggle v0.7.0's commit message
Send multiple notifications concurrently (#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 (#51)

ref #50

v0.5.0

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

…APIs. (#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
0