|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v3.6.5 (2024-09-19) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +- Fix(MacOS): Enhance platform check for stackql installation |
| 8 | + |
3 | 9 | ## v3.6.4 (2024-07-17)
|
4 | 10 |
|
5 | 11 | ### Updates
|
6 | 12 |
|
7 |
| - * added dataflow dependency arguments |
| 13 | +- added dataflow dependency arguments |
8 | 14 |
|
9 | 15 | ## v3.6.3 (2024-06-22)
|
10 | 16 |
|
11 | 17 | ### Updates
|
12 | 18 |
|
13 |
| - * build updates |
| 19 | +- build updates |
14 | 20 |
|
15 | 21 | ## v3.6.2 (2024-05-06)
|
16 | 22 |
|
17 | 23 | ### Updates
|
18 | 24 |
|
19 |
| - * added `rowsaffected` to dict response for `executeStmt` |
| 25 | +- added `rowsaffected` to dict response for `executeStmt` |
20 | 26 |
|
21 | 27 | ## v3.6.1 (2024-04-18)
|
22 | 28 |
|
23 | 29 | ### Updates
|
24 | 30 |
|
25 |
| - * modified dict response for `executeStmt` |
26 |
| - * modified error response for `execute`, should never return `None` |
| 31 | +- modified dict response for `executeStmt` |
| 32 | +- modified error response for `execute`, should never return `None` |
27 | 33 |
|
28 | 34 | ## v3.5.4 (2024-04-11)
|
29 | 35 |
|
30 | 36 | ### Updates
|
31 | 37 |
|
32 |
| - * added `suppress_errors` argument to the `execute` function |
| 38 | +- added `suppress_errors` argument to the `execute` function |
33 | 39 |
|
34 | 40 | ## v3.5.3 (2024-04-08)
|
35 | 41 |
|
36 | 42 | ### Updates
|
37 | 43 |
|
38 |
| - * added `backend_storage_mode` and `backend_file_storage_location` constructor args for specifying a file based backend (not applicable in `server_mode`) |
| 44 | +- added `backend_storage_mode` and `backend_file_storage_location` constructor args for specifying a file based backend (not applicable in `server_mode`) |
39 | 45 |
|
40 | 46 | ## v3.5.2 (2024-03-21)
|
41 | 47 |
|
42 | 48 | ### Updates
|
43 | 49 |
|
44 |
| - * added `custom_registry` constructor arg for specifying a non-default registry |
| 50 | +- added `custom_registry` constructor arg for specifying a non-default registry |
45 | 51 |
|
46 | 52 | ## v3.5.1 (2024-03-15)
|
47 | 53 |
|
48 | 54 | ### Updates
|
49 | 55 |
|
50 |
| - * included `pandas` and `IPython` install requirements |
51 |
| - * optional required import of `psycopg2` only if in `server_mode` |
| 56 | +- included `pandas` and `IPython` install requirements |
| 57 | +- optional required import of `psycopg2` only if in `server_mode` |
52 | 58 |
|
53 | 59 | ## v3.2.5 (2023-12-07)
|
54 | 60 |
|
55 | 61 | ### Updates
|
56 | 62 |
|
57 |
| - * included `app_root` and `execution_concurrency_limit` options in `StackQL` constructor |
| 63 | +- included `app_root` and `execution_concurrency_limit` options in `StackQL` constructor |
58 | 64 |
|
59 | 65 | ## v3.2.4 (2023-10-24)
|
60 | 66 |
|
61 | 67 | ### Updates
|
62 | 68 |
|
63 |
| - * implemented non `server_mode` magic extension |
64 |
| - * updated dataframe output for statements |
65 |
| - * `pandas` type updates |
66 |
| - * updated class parameters |
67 |
| - * added additional tests |
68 |
| - * bin path defaults for codespaces notebooks |
| 69 | +- implemented non `server_mode` magic extension |
| 70 | +- updated dataframe output for statements |
| 71 | +- `pandas` type updates |
| 72 | +- updated class parameters |
| 73 | +- added additional tests |
| 74 | +- bin path defaults for codespaces notebooks |
69 | 75 |
|
70 | 76 | ## v3.0.0 (2023-10-11)
|
71 | 77 |
|
72 | 78 | ### Updates
|
73 | 79 |
|
74 |
| - * added `StackqlMagic` class for `jupyter`, `IPython` integration |
75 |
| - * `server_mode` is now used to connect to a `stackql` server process using `pyscopg2` |
76 |
| - * added additional tests |
| 80 | +- added `StackqlMagic` class for `jupyter`, `IPython` integration |
| 81 | +- `server_mode` is now used to connect to a `stackql` server process using `pyscopg2` |
| 82 | +- added additional tests |
77 | 83 |
|
78 | 84 | ## v2.0.0 (2023-08-15)
|
79 | 85 |
|
80 | 86 | ### Updates
|
81 | 87 |
|
82 |
| - * added `executeQueriesAsync` stackql class method |
| 88 | +- added `executeQueriesAsync` stackql class method |
83 | 89 |
|
84 | 90 | ## v1.5.0 (2023-04-04)
|
85 | 91 |
|
86 | 92 | ### Updates
|
87 | 93 |
|
88 |
| - * added `server_mode` to run a background stackql server process |
| 94 | +- added `server_mode` to run a background stackql server process |
89 | 95 |
|
90 | 96 | ## v1.0.2 (2023-02-23)
|
91 | 97 |
|
92 | 98 | ### Updates
|
93 | 99 |
|
94 |
| - * enabled custom `download_dir` argument |
| 100 | +- enabled custom `download_dir` argument |
95 | 101 |
|
96 | 102 | ## v1.0.1 (2023-02-23)
|
97 | 103 |
|
98 | 104 | ### Minor updates
|
99 | 105 |
|
100 |
| - * updated `setup.py` |
| 106 | +- updated `setup.py` |
101 | 107 |
|
102 | 108 | ## v1.0.0 (2023-02-22)
|
103 | 109 |
|
104 | 110 | ### Refactor
|
105 | 111 |
|
106 |
| - * refactored package |
107 |
| - * added support for `kwargs` for the `StackQL` constructor |
108 |
| - * added `setup.py` |
109 |
| - * added `docs` using `sphinx` |
110 |
| - * added additional tests |
| 112 | +- refactored package |
| 113 | +- added support for `kwargs` for the `StackQL` constructor |
| 114 | +- added `setup.py` |
| 115 | +- added `docs` using `sphinx` |
| 116 | +- added additional tests |
111 | 117 |
|
112 | 118 | ## v0.9.0 (2022-06-06)
|
113 | 119 |
|
114 | 120 | ### Bug Fixes
|
115 | 121 |
|
116 |
| - * added exception handling |
| 122 | +- added exception handling |
117 | 123 |
|
118 | 124 | ## v0.5.0 (2022-06-03)
|
119 | 125 |
|
120 | 126 | ### Bug Fixes
|
121 | 127 |
|
122 |
| - * added local registry support |
123 |
| - * updated docs |
| 128 | +- added local registry support |
| 129 | +- updated docs |
124 | 130 |
|
125 | 131 | ## v0.4.1 (2022-05-31)
|
126 | 132 |
|
127 | 133 | ### Bug Fixes
|
128 | 134 |
|
129 |
| - * added `str` handling |
130 |
| - * updated docs |
| 135 | +- added `str` handling |
| 136 | +- updated docs |
131 | 137 |
|
132 | 138 | ## v0.4.0 (2022-02-08)
|
133 | 139 |
|
134 | 140 | ### Updates
|
135 | 141 |
|
136 |
| - * updated `version` output |
137 |
| - * updated docs |
| 142 | +- updated `version` output |
| 143 | +- updated docs |
138 | 144 |
|
139 | 145 | ## v0.3.0 (2022-02-07)
|
140 | 146 |
|
141 | 147 | ### Initial release as `pystackql`
|
142 | 148 |
|
143 |
| - * added `auth` switch |
144 |
| - * converted `byte` output to `str` |
| 149 | +- added `auth` switch |
| 150 | +- converted `byte` output to `str` |
145 | 151 |
|
146 | 152 | ## v0.2.0 (2021-07-19)
|
147 | 153 |
|
148 | 154 | ### Updates to `pyinfraql`
|
149 | 155 |
|
150 |
| - * added `version` method |
151 |
| - * updates to accept `None` for arguments |
152 |
| - * updated docs |
| 156 | +- added `version` method |
| 157 | +- updates to accept `None` for arguments |
| 158 | +- updated docs |
153 | 159 |
|
154 | 160 | ## v0.1.1 (2021-07-16)
|
155 | 161 |
|
156 | 162 | ### Updates to `pyinfraql`
|
157 | 163 |
|
158 |
| - * added `dbfilepath` argument |
| 164 | +- added `dbfilepath` argument |
159 | 165 |
|
160 | 166 | ## v0.1.0 (2021-02-15)
|
161 | 167 |
|
162 | 168 | ### Initial Release (as `pyinfraql`)
|
163 | 169 |
|
164 |
| - * class constructor for `pyinfraql` |
165 |
| - * support for `google` provider |
166 |
| - * support for integration with `pandas`, `matplotlib` and `jupyter` |
| 170 | +- class constructor for `pyinfraql` |
| 171 | +- support for `google` provider |
| 172 | +- support for integration with `pandas`, `matplotlib` and `jupyter` |
0 commit comments