Skip to content

Releases: fahamutech/bfast-functions

v1.10.7

10 Dec 18:54
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v1.10.4-beta.1: Merge pull request #26 from fahamutech/1.10.x

16 Aug 07:42
616a2bb
Compare
Choose a tag to compare

v1.10.3-beta.2: Merge pull request #23 from fahamutech/1.10.x

26 Jul 19:57
53356ad
Compare
Choose a tag to compare

v1.10.3-beta.0: Merge pull request #21 from fahamutech/1.10.x

25 Jul 17:59
1f6a402
Compare
Choose a tag to compare
  1. support middle-ware functions
  2. Improve socket communication

v1.10.1: Merge pull request #17 from fahamutech/1.10.x

06 May 20:03
b1c70f9
Compare
Choose a tag to compare

v1.8.3

15 Feb 17:44
48edef9
Compare
Choose a tag to compare
Update package.json

v1.8.2

28 Jan 16:08
Compare
Choose a tag to compare
v1.8.2 Pre-release
Pre-release
update functions addressing and remove .idea folder from git

v1.8.0: Merge pull request #9 from fahamutech/joshua

09 Nov 11:35
ec32e68
Compare
Choose a tag to compare

change function format. Now you write your function like this.

exports.functionName = {
     onRequest: (request, response)=>{
         // your logic
         response.send("response message")
     }
}

v1.7.2

01 Nov 15:21
Compare
Choose a tag to compare
v1.7.2 Pre-release
Pre-release

allow function callback, express router callback or express app instance to be as a function endpoint

v1.7.0-alpha

17 Oct 14:11
Compare
Choose a tag to compare
v1.7.0-alpha Pre-release
Pre-release
add more test coverage and expose proxy class as entry to faas engine