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
- Disable fetch_types for Subscribe options 72e0cdb
49
68
- Update TypeScript types with v3 changes (#293) db05836
50
69
51
-
## [3.0.0] - 24 Mar 2022
70
+
## v3.0.0 - 24 Mar 2022
52
71
This is a complete rewrite to better support all the features that I was trying to get into v2. There are a few breaking changes from v2 beta, which some (myself included) was using in production, so I'm skipping a stable v2 release and going straight to v3.
53
72
54
73
Here are some of the new things available, but check the updated docs.
@@ -82,15 +101,15 @@ Here are some of the new things available, but check the updated docs.
82
101
- Default to 10 connections instead of number of CPUs
83
102
- Numbers that cannot be safely cast to JS Number are returned as string. This happens for eg, `select count(*)` because `count()` returns a 64 bit integer (int8), so if you know your `count()` won't be too big for a js number just cast in your query to int4 like `select count(*)::int`
84
103
85
-
## [1.0.2] - 21 Jan 2020
104
+
## v1.0.2 - 21 Jan 2020
86
105
87
106
- Fix standard postgres user env var (#20) cce5ad7
88
107
- Ensure url or options is not falsy bc549b0
89
108
- Add support for dynamic password b2ab9fb
90
109
- Fix hiding pass from options 3f76b98
91
110
92
111
93
-
## [1.0.1] - 3 Jan 2020
112
+
## v1.0.1 - 3 Jan 2020
94
113
95
114
- Fix #3 url without db and trailing slash 45d4233
96
115
- Fix stream promise - resolve with correct result 730df2c
@@ -99,6 +118,6 @@ Here are some of the new things available, but check the updated docs.
99
118
- Fix params usage for file() call without options e4f12a4
0 commit comments