Skip to content

Commit 443dc43

Browse files
Merge pull request #274 from theseus-rs/release-plz-2025-02-22T19-06-04Z
rsql-v0.17.0
2 parents d78aaca + 88113e5 commit 443dc43

File tree

33 files changed

+341
-122
lines changed

33 files changed

+341
-122
lines changed

CHANGELOG.md

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,225 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## `rsql_cli` - [0.17.0](https://github.com/theseus-rs/rsql/compare/v0.16.0...v0.17.0) - 2025-02-27
11+
12+
### Added
13+
- add CLI options for configuring result output
14+
- add Value::Decimal
15+
16+
### Fixed
17+
- correct integration test failures on linux
18+
- add postgres driver uuid support
19+
- correct postgres driver decimal support
20+
21+
### Other
22+
- add driver documentation
23+
- [**breaking**] refactor drivers connect interface
24+
- [**breaking**] remove Value::Json and replace it with Value::Map/Value::Array
25+
26+
## `rsql_core` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_core-v0.16.0...rsql_core-v0.17.0) - 2025-02-27
27+
28+
### Added
29+
- add CLI options for configuring result output
30+
31+
### Other
32+
- add driver documentation
33+
- [**breaking**] refactor drivers connect interface
34+
35+
## `rsql_formatters` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_formatters-v0.16.0...rsql_formatters-v0.17.0) - 2025-02-27
36+
37+
### Other
38+
- add driver documentation
39+
40+
## `rsql_drivers` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_drivers-v0.16.0...rsql_drivers-v0.17.0) - 2025-02-27
41+
42+
### Other
43+
- add driver documentation
44+
- [**breaking**] refactor drivers connect interface
45+
46+
## `rsql_driver_yaml` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_yaml-v0.16.0...rsql_driver_yaml-v0.17.0) - 2025-02-27
47+
48+
### Other
49+
- add driver documentation
50+
- [**breaking**] refactor drivers connect interface
51+
52+
## `rsql_driver_xml` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_xml-v0.16.0...rsql_driver_xml-v0.17.0) - 2025-02-27
53+
54+
### Other
55+
- add driver documentation
56+
- [**breaking**] refactor drivers connect interface
57+
58+
## `rsql_driver_tsv` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_tsv-v0.16.0...rsql_driver_tsv-v0.17.0) - 2025-02-27
59+
60+
### Other
61+
- add driver documentation
62+
- [**breaking**] refactor drivers connect interface
63+
64+
## `rsql_driver_sqlserver` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_sqlserver-v0.16.0...rsql_driver_sqlserver-v0.17.0) - 2025-02-27
65+
66+
### Added
67+
- add Value::Decimal
68+
69+
### Other
70+
- [**breaking**] refactor drivers connect interface
71+
72+
## `rsql_driver_snowflake` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_snowflake-v0.16.0...rsql_driver_snowflake-v0.17.0) - 2025-02-27
73+
74+
### Other
75+
- [**breaking**] refactor drivers connect interface
76+
77+
## `rsql_driver_rusqlite` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_rusqlite-v0.16.0...rsql_driver_rusqlite-v0.17.0) - 2025-02-27
78+
79+
### Other
80+
- [**breaking**] refactor drivers connect interface
81+
82+
## `rsql_driver_sqlite` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_sqlite-v0.16.0...rsql_driver_sqlite-v0.17.0) - 2025-02-27
83+
84+
### Other
85+
- [**breaking**] refactor drivers connect interface
86+
87+
## `rsql_driver_redshift` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_redshift-v0.16.0...rsql_driver_redshift-v0.17.0) - 2025-02-27
88+
89+
### Fixed
90+
- correct integration test failures on linux
91+
92+
### Other
93+
- [**breaking**] refactor drivers connect interface
94+
95+
## `rsql_driver_postgres` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_postgres-v0.16.0...rsql_driver_postgres-v0.17.0) - 2025-02-27
96+
97+
### Added
98+
- add Value::Decimal
99+
100+
### Fixed
101+
- add postgres driver uuid support
102+
- correct postgres driver decimal support
103+
104+
### Other
105+
- [**breaking**] remove Value::Json and replace it with Value::Map/Value::Array
106+
- [**breaking**] refactor drivers connect interface
107+
108+
## `rsql_driver_parquet` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_parquet-v0.16.0...rsql_driver_parquet-v0.17.0) - 2025-02-27
109+
110+
### Other
111+
- add driver documentation
112+
- [**breaking**] refactor drivers connect interface
113+
114+
## `rsql_driver_ods` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_ods-v0.16.0...rsql_driver_ods-v0.17.0) - 2025-02-27
115+
116+
### Other
117+
- add driver documentation
118+
- [**breaking**] refactor drivers connect interface
119+
120+
## `rsql_driver_mariadb` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_mariadb-v0.16.0...rsql_driver_mariadb-v0.17.0) - 2025-02-27
121+
122+
### Fixed
123+
- correct integration test failures on linux
124+
125+
### Other
126+
- [**breaking**] refactor drivers connect interface
127+
128+
## `rsql_driver_mysql` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_mysql-v0.16.0...rsql_driver_mysql-v0.17.0) - 2025-02-27
129+
130+
### Added
131+
- add Value::Decimal
132+
133+
### Fixed
134+
- correct integration test failures on linux
135+
136+
### Other
137+
- [**breaking**] remove Value::Json and replace it with Value::Map/Value::Array
138+
- [**breaking**] refactor drivers connect interface
139+
140+
## `rsql_driver_libsql` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_libsql-v0.16.0...rsql_driver_libsql-v0.17.0) - 2025-02-27
141+
142+
### Other
143+
- [**breaking**] refactor drivers connect interface
144+
145+
## `rsql_driver_jsonl` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_jsonl-v0.16.0...rsql_driver_jsonl-v0.17.0) - 2025-02-27
146+
147+
### Other
148+
- add driver documentation
149+
- [**breaking**] refactor drivers connect interface
150+
151+
## `rsql_driver_json` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_json-v0.16.0...rsql_driver_json-v0.17.0) - 2025-02-27
152+
153+
### Other
154+
- add driver documentation
155+
- [**breaking**] refactor drivers connect interface
156+
157+
## `rsql_driver_excel` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_excel-v0.16.0...rsql_driver_excel-v0.17.0) - 2025-02-27
158+
159+
### Other
160+
- add driver documentation
161+
- [**breaking**] refactor drivers connect interface
162+
163+
## `rsql_driver_duckdb` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_duckdb-v0.16.0...rsql_driver_duckdb-v0.17.0) - 2025-02-27
164+
165+
### Other
166+
- [**breaking**] refactor drivers connect interface
167+
168+
## `rsql_driver_csv` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_csv-v0.16.0...rsql_driver_csv-v0.17.0) - 2025-02-27
169+
170+
### Other
171+
- add driver documentation
172+
- [**breaking**] refactor drivers connect interface
173+
174+
## `rsql_driver_delimited` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_delimited-v0.16.0...rsql_driver_delimited-v0.17.0) - 2025-02-27
175+
176+
### Other
177+
- add driver documentation
178+
- [**breaking**] refactor drivers connect interface
179+
180+
## `rsql_driver_cockroachdb` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_cockroachdb-v0.16.0...rsql_driver_cockroachdb-v0.17.0) - 2025-02-27
181+
182+
### Other
183+
- [**breaking**] refactor drivers connect interface
184+
185+
## `rsql_driver_postgresql` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_postgresql-v0.16.0...rsql_driver_postgresql-v0.17.0) - 2025-02-27
186+
187+
### Added
188+
- add Value::Decimal
189+
190+
### Fixed
191+
- add postgres driver uuid support
192+
193+
### Other
194+
- [**breaking**] remove Value::Json and replace it with Value::Map/Value::Array
195+
- [**breaking**] refactor drivers connect interface
196+
197+
## `rsql_driver_avro` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_avro-v0.16.0...rsql_driver_avro-v0.17.0) - 2025-02-27
198+
199+
### Other
200+
- add driver documentation
201+
- [**breaking**] refactor drivers connect interface
202+
203+
## `rsql_driver_test_utils` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_test_utils-v0.16.0...rsql_driver_test_utils-v0.17.0) - 2025-02-27
204+
205+
### Other
206+
- add driver documentation
207+
208+
## `rsql_driver_arrow` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_arrow-v0.16.0...rsql_driver_arrow-v0.17.0) - 2025-02-27
209+
210+
### Other
211+
- add driver documentation
212+
- [**breaking**] refactor drivers connect interface
213+
214+
## `rsql_driver_polars` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver_polars-v0.16.0...rsql_driver_polars-v0.17.0) - 2025-02-27
215+
216+
### Other
217+
- add driver documentation
218+
219+
## `rsql_driver` - [0.17.0](https://github.com/theseus-rs/rsql/compare/rsql_driver-v0.16.0...rsql_driver-v0.17.0) - 2025-02-27
220+
221+
### Added
222+
- add Value::Decimal
223+
224+
### Other
225+
- add driver documentation
226+
- [**breaking**] remove Value::Json and replace it with Value::Map/Value::Array
227+
- [**breaking**] refactor drivers connect interface
228+
10229
## `rsql` - [0.16.0](https://github.com/theseus-rs/rsql/compare/v0.15.4...v0.16.0) - 2025-02-20
11230

12231
### Added

0 commit comments

Comments
 (0)