Skip to content

Releases: Humans-of-Julia/TypeDBClient.jl

v0.1.2

30 Mar 21:21
1d58435
Compare
Choose a tag to compare

This release is only for compatibility reasons and doesn't contain any changes in the API

v01.1

21 Nov 20:27
ff10951
Compare
Choose a tag to compare

Removed unused source code files and cleaned up the tests to prevent deleting databases not needed in the tests.

v0.1.0

23 Oct 20:49
5b7d8cf
Compare
Choose a tag to compare

TypeDBClient v0.1.0

First release

Closed issues:

  • Translate the tests for the Concept API (#4)
  • Translate the Concept API classes (#5)
  • Translate the .proto files to make connection work (#6)
  • Collect general useful sources for translating Python classes into Julia (#7)
  • HTTP/2 protocol in Julia (#19)
  • gRPC implementation (#20)
  • protobuf files (#21)
  • BDD implementation for testing (#22)
  • BDD: Implement "background" code (#37)
  • BDD: Implement "context" code (#38)
  • BDD: Implement common parsing functions (#39)
  • BDD: Implement concept steps (#40)
  • BDD: Implement connection steps (#41)
  • BDD: Configure CI to run BDD tests (#43)
  • Script prepare the translation from the java client to Julia (#49)
  • Implement session (#58)
  • Implement transaction (#59)
  • Implement concepts (#60)
  • BDD example implementation (#62)
  • Implement QueryManager (#70)
  • AttributeType constructor should run with Label (#71)

Merged pull requests:

First release of TypeDBClient.jl

20 Oct 20:26
5b7d8cf
Compare
Choose a tag to compare

This is our first release of the client for the TypeDB database. In a journey of nearly 1 year we faced some challenges, managed some system changes on the target database and forced to develop needed packages on whose shoulders we stand today. A huge thank you goes to:
Erik Edin, for your work on the great Behavior.jl
Tom Kwong, for your enlightening and patient work on parts of the client
Scott P. Jones, for your great reviews on the source code and your support with the first gRPC Client
Mark Schulz, for initiating all the things and hold us together at the long journey
Tanmay Mohapatra, for your great work on the final gPRCClient and ProtoBuf.jl