Changelog
ADDED
- Core NATS:
- KeyValue:
Config()method forKeyValueStatus(#2014)
FIXED
- Core NATS:
- Only remove requested status listener (#1991)
- JetStream:
- Cleanup JS Publisher Status Channel (#1993)
- Legacy JetStream:
- Fix nil pointer dereference in
ConsumerInfo. Thanks @olde-ducke for the contribution (#1987)
- Fix nil pointer dereference in
- Object store:
- Use default timeout on object
Putwhen context has no deadline (#2013)
- Use default timeout on object
IMPROVED
- Various docs and test improvements across the codebase. Thanks @jjpinto for the contribution! (#1995, #1996, #1997, #1998, #1999, #2000, #2001, #2002, #2003, #2004, #2005, #2007, #2008, #2009, #2010, #2011, #2012, #2016, #2017, #2018, #2019, #2020)
- Add JetStream migration guide (#2023)