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