Skip to content

Release 2.4.0

Choose a tag to compare

@deankarn deankarn released this 02 Oct 17:51
· 49 commits to master since this release

What's new?

  • Changed to reuse context.Context objects for efficiency, effectively the same except not created each request.
  • change some core logic to use maps instead of switch statements, not so much for performance, but much better code readability and maintainability.