Skip to content

[1.15] Optimizations and visual fixes

Choose a tag to compare

@hugmouse hugmouse released this 25 Jul 16:50
· 12 commits to master since this release

This release is all about optimizations. And one fix to Blackfriday markdown renderer.

  • Session management optimizations (no redundant session look-ups)
  • Blackfriday renderer now has some basic caching to not re-render markdown on every request (5 minutes cache, 1 minute cleanup)
  • vpub-plus now uses all available connections to the PostgreSQL, but you can specify your own limits using the following ENVs:
    • POSTGRES_MAX_OPEN_CONNECTIONS
    • POSTGRES_MAX_IDLE_CONNECTIONS
    • POSTGRES_MAX_LIFETIME (in minutes)
  • pprof routes are now available on /debug/pprof/* if you compile vpub-plus with -tags debug
  • Added # to the right of the topic date to utilize anchor links
  • Fixed issue with code blocks inside of Blackfriday renderer

Full Changelog: 1.14...1.15