vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 338 forks source link

Update protocol: driver fields in the connection open request #6958

Closed dmitrii-ubskii closed 3 months ago

dmitrii-ubskii commented 6 months ago

Usage and product changes

Updated to the new version of protocol.

Despite proto3 being able to handle added fields, due to a library packaging issue, older versions of TypeDB cannot handle new fields and may crash if connection is attempted with updated protocol. This issue has been resolved now, but that means that older versions of TypeDB are incompatible with the updated protocol.

vaticle-bot commented 6 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