Continued minor bugfixes. This version also includes automatic initialization of the relevant crypto files if not present. This simplifies use of the package, as well as simplifying the tools for provisioning.
0.9.9.1
Not secure
Resolve bug where load_value was not returning defaults even for non-existent sections. Add support for per-topic-partition commits in confluent_kafka_wrapper.
0.9.9
Not secure
This release continues code cleanup and fixing issues. Proper atomicity of file operations and reduced artificial delay times in callbacks are notable improvements.
0.9.8.6
Not secure
Another bug fix: ensure chain messages only replace current chain if they validate properly, instead of unconditionally. This was a bug due to differences in exception handling between different parts of the code, so the opportunity was taken to also unify exception handling to help prevent similar bugs in the future.
0.9.8.4
Not secure
Two more less critical bugs resolved: make sure no more than one key request per root topic is in flight at once (to avoid ephemeral key clobbering), and that properly signed, but malformed, key management messages do not crash the management thread.
0.9.8.3
Not secure
Fix one more high priority bug: incorrect determination of nodeID in the case of a fully standalone configuration file.