Skip to content

Releases: jerily/twebserver

1.47.53

01 Sep 02:18
3d91004
Compare
Choose a tag to compare

Features

  • named routes

1.47.52

31 Aug 08:06
970d9ba
Compare
Choose a tag to compare

Features

  • minor improvements and fixes

1.47.51

18 Aug 13:26
e1c7bcd
Compare
Choose a tag to compare

Features

  • added functionality to abort a middleware enter proc with a response e.g. 429 too many requests
  • moved experimental guard procs in EvalRoute processing with the possibility to abort with a response
  • added github workflows

1.47.49

09 Aug 18:14
Compare
Choose a tag to compare

Features

  • properly free req dict after the changes

1.47.48

09 Aug 09:44
Compare
Choose a tag to compare

Features

  • refactor functions using request dict in the processing/routing phase
  • cleanup some build warnings

1.47.47

08 Aug 09:49
Compare
Choose a tag to compare

Features

  • added -guard_proc_list parameter to add_route cmd
  • refactored the way req_dict_ptr was passed around in router.c and conn.c

1.47.45

05 Aug 22:32
Compare
Choose a tag to compare

Features

  • added -command_name option to create_router cmd

1.47.43

05 Jul 21:31
Compare
Choose a tag to compare

Features

  • fixed tws_AddHeader for the case we have multiple header values

1.47.42

02 Jul 18:17
Compare
Choose a tag to compare

Features

  • return not found when routes do not match request

1.47.41

01 Jul 17:36
Compare
Choose a tag to compare

Features

  • deal with bad response dict