-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
2.1.0 (2023-12-07) | ||
================== | ||
|
||
Breaking Changes | ||
---------------- | ||
|
||
- Drop ``HWM.qualified_name`` attribute, it is not used anymore. (:github:pull:`57`) | ||
- Rename attribute ``ColumnHWM.column`` to ``ColumnHWM.source``. This is not required anymore, and should contain table/collection/topic name instead of column. | ||
|
||
Use attribute ``ColumnHWM.expression`` to store column name. (:github:pull:`59`) | ||
- Make attribute ``FileHWM.directory`` optional. | ||
All paths in ``FileListHWM.value`` are now absolute instead of relative. (:github:pull:`60`) | ||
- Disallow comparison ``hwm < raw_value`` and ``hwm > raw_value`` where ``raw_value`` is a primitive type value, like int. | ||
This now raises ``TypeError``. (:github:pull:`61`) | ||
- Disallow passing extra fields to HWM class constructors instead of silently ignore them. (:github:pull:`61`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
DRAFT | ||
NEXT_RELEASE | ||
2.1.0 | ||
2.0.8 | ||
2.0.7 | ||
2.0.6 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.