Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 00:03
aed8f7a

0.1.0 (2021-06-18)

Features

  • Add faas grpc implementation. (b298649)
  • worker: Add workers as handler concept for membrane. (3ef726b)
  • Add FaaS Http worker. (7415426)
  • Add Http FaaS mode. (2dabfc6)
  • Update membrane to use new worker pools. (52d2e80)
  • worker: Add mimetypes and missing fields to FaaS trigger requests. (b24baae)

Bug Fixes

  • Fix worker listening issues. (3e71f11)
  • Move worker.Listen to better location. (a0bdc1e)
  • Proto serialization for http FaaS requests. (f9ba60a)
  • Working RPC connection. (22e4033)

Documentation

Tests

  • Update gateway and membrane tests to use worker pools. (b8a6b08)

Code Refactoring

  • Move handler interface and rename as Worker. (abb5320)
  • Rework gateway plugins to use WorkerPools. (1df0893)
  • Unify worker pools into a single process pool. (8ec0692)
  • Update to use latest faas contracts. (78d7032)