Skip to content

libpressio version 0.56.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 20 Jan 14:20
· 7 commits to master since this release

libpressio version 0.56.0

Breaking Change

  • metrics now provide a default implementation of
    {begin,end}{de,}compress_many which defaults to calling
    {begin,end}
    {de,}compress. This eases some of the implementation of
    metrics that support being called from _many contexts
  • the default implementation of compress_many now calls compress_impl
    instead of compress.