- Add value and unit properties to ProfileGenericObject to make sure that code like iterators that rely on that do not break (`PR 71 <https://github.com/ndokter/dsmr_parser/pull/71>`_). Remove deprecated asyncio coroutine decorator (`PR 76 <https://github.com/ndokter/dsmr_parser/pull/76>`_).
0.28
- Optional keep alive monitoring for TCP/IP connections (`PR 73 <https://github.com/ndokter/dsmr_parser/pull/73>`_). - Catch parse errors in TelegramParser, ignore lines that can not be parsed (`PR 74 <https://github.com/ndokter/dsmr_parser/pull/74>`_).
0.27
- fix for empty parentheses in ProfileGenericParser (redone) (`PR 69 <https://github.com/ndokter/dsmr_parser/pull/69>`_).
0.26
- reverted fix for empty parentheses in ProfileGenericParser (`PR 68 <https://github.com/ndokter/dsmr_parser/pull/68>`_).
0.25
- fix for empty parentheses in ProfileGenericParser (`PR 57 <https://github.com/ndokter/dsmr_parser/pull/57>`_).