Releases: fernandobatels/rsfbclient
Releases · fernandobatels/rsfbclient
Create database API and fixes
What's Changed
- Avoid running security audit on forked repos by @juarezr in #106
- CONTRIBUTING.md added by @fernandobatels in #107
- Clippy fixes by @jairinhohw in #110
- Unnecessary command removed from build.rs by @fernandobatels in #114
- create_database() support by @fernandobatels in #115
Full Changelog: v0.16.0...v0.17.0
Diesel support and no more date_time feature
What's Changed
- Split diesel changes by @dancingbug in #100
- Diesel support base by @fernandobatels in #101
- Diesel by @fernandobatels in #86
- Remove the
date_time
feature flag by @jairinhohw in #104
Full Changelog: v0.15.0...v0.16.0
R2D2 adapter into its own crate
What's Changed
- Upgrades the library "rand" version by @silvioprog in #96
- Publish method "open" from "Connection" by @silvioprog in #98
- Move the "pool" feature into external crate by @silvioprog in #99
Full Changelog: v0.14.0...v0.15.0
SimpleConnection and SystemInfos
What's Changed
- SimpleConnection created by @fernandobatels in #93
- Utils API by @fernandobatels in #94
Full Changelog: v0.13.0...v0.14.0
String connection and backend improviments
What's Changed
- Restructuring backend configuration abstractions by @dancingbug in #75
- Using borrowed handles in the
FirebirdClient
Trait by @jairinhohw in #84 - Removed some
unwrap
uses by @jairinhohw in #89 - ManuallyDrop droped by @fernandobatels in #92
- Connection string support by @fernandobatels in #91
Full Changelog: v0.12.0...v0.13.0
Named params, stmt without cursor and many fixes
What's Changed
- Named columns refactor by @jairinhohw in #73
- Simple fix for the named parameters by @jairinhohw in #79
- Refactored
rsfbclient-rust
code to avoid panics by @jairinhohw in #80 - doc and identifier modifications by @dancingbug in #81
- Named params support started by @fernandobatels in #67
- Support for stmt execution without cursor by @fernandobatels in #77
- add opt-out and opt-in options to ci using labels by @dancingbug in #82
Full Changelog: v0.11.0...v0.12.0
Lifetime and API enhancements
What's Changed
- Refactorations by @jairinhohw in #50
- Move <R: FromRow> parameter into methods of trait Queryable by @dancingbug in #53
- add tests for struct Transaction by @dancingbug in #55
- Modify Transaction::commit to use isc_commit_transaction by @dancingbug in #58
- Simplify
Queryable
trait by @jairinhohw in #54
Full Changelog: v0.10.0...v0.11.0
Charset support
What's Changed
- Update README.md fix firebirdsql and rustlang links by @mariuz in #49
- Charset support added by @fernandobatels in #47
Full Changelog: v0.9.0...v0.10.0
ARM Support and readme update
What's Changed
- Working on the Raspberry Pi 3 by @jairinhohw in #43
- Readme enhancements by @fernandobatels in #46
Full Changelog: v0.8.0...v0.9.0
Wire protocol, named columns and bugfixes
What's Changed
- Pure rust implementation of the wire protocol by @jairinhohw in #22
- Named columns by @fernandobatels in #37
- Update README.md by @mariuz in #38
- Bugfixes by @jairinhohw in #39
Full Changelog: v0.7.0...v0.8.0