Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@seriyps seriyps released this 26 Apr 15:34
· 4 commits to master since this release
008cc33
  • Compatible with OTP versions from 21 to 25
  • Configuration is expected to be map by default (proplists supported, but not recommended)
  • API to query pool utilization
  • API to get pids of all pools belonging to a group
  • GitHub CI (unit tests, proper tests, cover, hot upgrade tests, dialyzer)
  • Microbenchmarks
  • Optimizations (maps instead of dict, worker starter optimized)
  • Code formatter
  • Uses pg instead of pg2 on OTP-23+
  • Workers are stopped via supervisor:terminate_child/2, not exit/2