v1.14
There aren't many big changes in this release. Besides the usual adding of new definitions the EINTR handling is removed. It is now handled in nvme-cli directly because it's necessary to handle signals properly and installing a signal handler in the library is not a good idea.
What's Changed
- build: switch to new python meson backend by @glimchb in #991
- Feat perfc def by @ikegami-t in #994
- Fix Python Uploads by @igaw in #996
- build: fix test pypi cleanup task by @igaw in #997
- build: add the missing python upload change by @igaw in #998
- build: update meson.build version for pypi upload by @igaw in #999
- Update the release script to update linker mapping file by @igaw in #1001
- build: update readthedocs commands by @igaw in #1003
- tree: add routine to fetch subsys serial number by @martin-gpy in #1002
- util: add FDP events feature length by @ikegami-t in #1005
- Mi admin passthru by @ikegami-t in #983
- mi: Add support for multiple csi buffers by @chorkin in #1000
- tests: Add some more sample NBFT tables by @tbzatek in #1008
- types,util: add enums for Boot Partition Write Protection Config feature by @francispravin5 in #1009
- mi: Introduce asynchronous event message handling by @chorkin in #967
- types: add temperature threshold feature TMPTHH field by @ikegami-t in #1007
- Revert "fabrics: retry connect command on EINTR" by @igaw in #1010
- types: Change LM CDQ sz argument from u8 to u32. by @DanceDance in #1006
- makefile fixes by @igaw in #1012
- mi: fix missing braces around initializer warnings by @ikegami-t in #1011
Full Changelog: v1.13...v1.14