Skip to content

Commit 167feca

Browse files
committed
docs: add compression drivers to changelog
1 parent 66f3eed commit 167feca

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,90 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295295
- update dependencies
296296
- replace chrono with jiff
297297

298+
## `rsql_driver_zstd` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_zstd-v0.18.0) - 2025-03-25
299+
300+
### Added
301+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
302+
303+
### Fixed
304+
- adjust file paths for windows
305+
306+
## `rsql_driver_xz` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_xz-v0.18.0) - 2025-03-25
307+
308+
### Added
309+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
310+
311+
### Fixed
312+
- adjust file paths for windows
313+
314+
## `rsql_driver_s3` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_s3-v0.18.0) - 2025-03-25
315+
316+
### Fixed
317+
- correct s3 driver usage to work with aws s3 uri format and cli configurations
318+
319+
### Other
320+
- Merge branch 'main' into release-plz-2025-03-12T19-44-32Z
321+
- create standalone rsql_driver::DriverManager and refactor file, http, https and s3 drivers into separate crates
322+
323+
## `rsql_driver_lz4` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_lz4-v0.18.0) - 2025-03-25
324+
325+
### Added
326+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
327+
328+
### Fixed
329+
- adjust file paths for windows
330+
331+
## `rsql_driver_http` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_http-v0.18.0) - 2025-03-25
332+
333+
### Added
334+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
335+
336+
### Other
337+
- create standalone rsql_driver::DriverManager and refactor file, http, https and s3 drivers into separate crates
338+
339+
## `rsql_driver_https` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_https-v0.18.0) - 2025-03-25
340+
341+
### Added
342+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
343+
344+
### Fixed
345+
- correct s3 driver usage to work with aws s3 uri format and cli configurations
346+
347+
### Other
348+
- create standalone rsql_driver::DriverManager and refactor file, http, https and s3 drivers into separate crates
349+
350+
## `rsql_driver_gzip` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_gzip-v0.18.0) - 2025-03-25
351+
352+
### Added
353+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
354+
355+
### Fixed
356+
- adjust file paths for windows
357+
358+
## `rsql_driver_file` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_file-v0.18.0) - 2025-03-25
359+
360+
### Added
361+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
362+
363+
### Other
364+
- create standalone rsql_driver::DriverManager and refactor file, http, https and s3 drivers into separate crates
365+
366+
## `rsql_driver_bzip2` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_bzip2-v0.18.0) - 2025-03-25
367+
368+
### Added
369+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
370+
371+
### Fixed
372+
- adjust file paths for windows
373+
374+
## `rsql_driver_brotli` - [0.18.0](https://github.com/theseus-rs/rsql/releases/tag/rsql_driver_brotli-v0.18.0) - 2025-03-25
375+
376+
### Added
377+
- add brotli, bzip2, gzip, lz4, xz, and zstd drivers
378+
379+
### Fixed
380+
- adjust file paths for windows
381+
298382
## `rsql_cli` - [0.17.2](https://github.com/theseus-rs/rsql/compare/v0.17.1...v0.17.2) - 2025-03-11
299383

300384
### Added

0 commit comments

Comments
 (0)