Skip to content

Tags: numberly/gorush

Tags

v1.14.0

Toggle v1.14.0's commit message
chore: remove i386 support

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(windows): Disable CGO_ENABLED (appleboy#534)

fixed appleboy#508 in windows build

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
appleboy#446 fix context (appleboy#484)

v1.11.2

Toggle v1.11.2's commit message
Update README.md (appleboy#427)

Corrected phrase.

v1.11.1

Toggle v1.11.1's commit message
specific arch platform

Signed-off-by: Bo-Yi Wu <[email protected]>

1.11.0

Toggle 1.11.0's commit message
gorush: do less copying in queueNotification (appleboy#370)

The PushNotification object is quite big (772 bytes on AMD64),
so avoid doing too many copying without a need.

Collect pointers and do copying only when sending into a channel.

Found using https://go-critic.github.io/overview#rangeValCopy-ref

Linter output:
```
$GOPATH/src/github.com/appleboy/gorush/gorush/worker.go:38:2: rangeValCopy: each iteration copies 772 bytes (consider pointers or indexing)
$GOPATH/src/github.com/appleboy/gorush/gorush/worker.go:53:2: rangeValCopy: each iteration copies 772 bytes (consider pointers or indexing)
```

1.10.0

Toggle 1.10.0's commit message
update release process in drone.

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.9.0

Toggle v1.9.0's commit message
feat: check unused package (appleboy#232)

* feat: check unused package

update edganiukov/fcm to appleboy/go-fcm

* update readme

Signed-off-by: Bo-Yi Wu <[email protected]>

* update comment

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.8.2

Toggle v1.8.2's commit message

Unverified

This user has not yet uploaded their public signing key.
add gopath

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.8.1

Toggle v1.8.1's commit message
fix: missing github api key