2.1.0 (2023-12-07)¶
Breaking Changes¶
Drop
HWM.qualified_nameattribute, it is not used anymore. (#57)Rename attribute
ColumnHWM.columntoColumnHWM.source. This is not required anymore, and should contain table/collection/topic name instead of column. Use attributeColumnHWM.expressionto store column name. (#59)Make attribute
FileHWM.directoryoptional. All paths inFileListHWM.valueare now absolute instead of relative. (#60)Disallow comparison
hwm < raw_valueandhwm > raw_valuewhereraw_valueis a primitive type value, like int. This now raisesTypeError. (#61)Disallow passing extra fields to HWM class constructors instead of silently ignore them. (#61)