Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@cjihrig cjihrig released this 11 Nov 23:54
f61fb39

Notable changes:

  • Support adding services after the server starts. (74e0eae)
  • Server.prototype.unregister() has been added to support removing existing handlers. (7af3322)
  • Server.prototype.removeService() has been added to support removing existing services. (0464028)
  • getDeadline() has been added to all of the handler types to support getting the current deadline. (ccb8273, 1526ee1)
  • Sending metadata larger than Node's default maxSendHeaderBlockLength is now supported. (f785142)

Other changes:

  • The devDependency @hapi/lab has been updated to v24.x.x. (01cc04c)
  • Node v15 has been added to the testing matrix. (1e6e26b)
  • The internal utility hasGrpcStatusCode() has been added to consistently identify objects with gRPC error codes. (0052ae9)