vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Make options optional #593

Closed izmalk closed 4 months ago

izmalk commented 4 months ago

Usage and product changes

Sessions and Transactions now do not require passing an instance of options.

Implementation

Using a new set of options by default if no options are provided when creating a session or a transaction.

vaticle-bot commented 4 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture

krishnangovindraj commented 4 months ago

Moved to #594 for quicker CI