Skip to content

Commit 03d4221

Browse files
committed
Upgrade lints + bump version.
1 parent 3352978 commit 03d4221

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.4.1
4+
5+
- Do not allow exceptions escape when closing broken connection. [#384](https://github.com/isoos/postgresql-dart/pull/384) by [pulyaevskiy](https://github.com/pulyaevskiy).
6+
37
## 3.4.0
48

59
- `Connection.info` (through `ConnectionInfo` class) exposes read-only connection-level information,

lib/messages.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
library messages;
2-
31
export 'src/buffer.dart' show PgByteDataWriter;
42
export 'src/messages/client_messages.dart';
53
export 'src/messages/logical_replication_messages.dart'

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgres
22
description: PostgreSQL database driver. Supports statement reuse and binary protocol and connection pooling.
3-
version: 3.4.0
3+
version: 3.4.1
44
homepage: https://github.com/isoos/postgresql-dart
55
topics:
66
- sql
@@ -23,7 +23,7 @@ dependencies:
2323
pool: ^1.5.1
2424

2525
dev_dependencies:
26-
lints: ^4.0.0
26+
lints: ^5.0.0
2727
test: ^1.3.0
2828
coverage: any
2929
logging: ^1.2.0

0 commit comments

Comments
 (0)