Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

v0.5.1

Compare
Choose a tag to compare
@cubicdaiya cubicdaiya released this 24 Jun 04:22
· 325 commits to master since this release
  • APNs: set MaxIdleConnsPerHost as same as core.worker_num.
    • As worker_num is typically larger than MaxIdleConnsPerHost, the performance should be improved.
  • APNs: bumped buford version to v0.7.0.
  • APNs: fixed invalid Expiration value pass-through.
  • POST /push: added Content-Length check for the request.
  • build: removed GO15VENDOREXPERIMENT=1.
    • As gaurun requires Go1.6.2 or later, it is no longer required.