You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 3.5.4
4
+
5
+
**Warning**: This version fixes the inconsistency of `3.5.3` by:
6
+
-`UniqueViolationException` and `ForeignKeyViolationException` extends `ServerException` instead of `PgException`, and
7
+
- they no longer have public constructor (please open an issue if this is something you'd rely on).
8
+
- The exception from cancelling the statement is also extends `ServerException` instead of `PgException`.
9
+
3
10
## 3.5.3
4
11
5
12
- New typed exceptions: `UniqueViolationException`, `ForeignKeyViolationException`. [#416](https://github.com/isoos/postgresql-dart/pull/416) by [hurrba](https://github.com/hurrba)
0 commit comments