Two weeks have passed already. I used to believe I can handle having a day job and get time to explore my other open source interests, which has proved to be hard.

I’m glad I’m working fulltime on open source project though, so I have decided to fully shift my focus on the tyk gateway

This probably marks the end on updates on other projects I have been working on on my free time.I plan to use my free time with my family and just being away from my pc.

There will be a major release 2.9 coming up around october. This release will include some of my major contribution namely tcp proxy and opentracing support. So, I have been very busy with bug fixes against the release branch.

Bug fixes

  • #2572 Fix tcp logs when connection is closed
  • #2570 Fix binding http/https services on custom ports
  • #2553 Fix parsing HMACFieldValues from auth header
  • #2539 Fix RedisCluster.GetMultiKey
  • #2535 Log error when control api router is missing
  • #2525 log stripping version message in debug mode
  • #2515 Validate API specs before loading them

Code Improvements

  • #2542 Use context.Context to manage uptime tests loops
  • #2524 Make LE state backup cancellable goroutine

Features

  • #2533 Add support for whitelisting ports