Skip to content

Commit

Permalink
[DOP-11304] Fix missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 7, 2023
1 parent 1d4f115 commit 21f3f9d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
15 changes: 15 additions & 0 deletions docs/changelog/2.1.0.rst
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`)
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

DRAFT
NEXT_RELEASE
2.1.0
2.0.8
2.0.7
2.0.6
Expand Down
1 change: 0 additions & 1 deletion docs/changelog/next_release/57.breaking.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/next_release/59.breaking.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/next_release/60.breaking.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/next_release/61.breaking.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/next_release/61.breaking.2.rst

This file was deleted.

0 comments on commit 21f3f9d

Please sign in to comment.