Skip to content

v0.13.8 - Bug fixes!

Compare
Choose a tag to compare
@jchambers jchambers released this 24 Mar 20:59

This releases fixes a handful of bugs:

  • We fixed an issue where notifications that were still buffered when a connection closed could wind up in "limbo," possibly leading to memory leaks. This would primarily affect users with some combination of high throughput or a bad network connection to the APNs server (which is frequently true in China).
  • We fixed an issue where user-supplied tags weren't being added to some metrics in our Micrometer metrics listener.
  • We rectified a misunderstanding about how Micrometer applies tags and updated docs and constructors to address the situation.
  • We fixed an issue where we were identifying critical alerts with a boolean value, when it actually should have been a number.

For a complete list of changes, please see the v0.13.8 milestone.