Skip to content

Tags: memgraph/mgclient

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Transport ZonedDateTimes (#76)

Encode and decode ZonedDateTime types, both those with numeric based offsets (such as 60 minutes), and named timezones (such as [America/New_York].)

Technically, a struct has been changed that would be breaking, but as this couldn't be used in transport we know that no clients were actually using it.

This also updates the version to 1.5.0.

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.4.5 (#74)

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep the next release (#69)

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add make and encoder functions for Point2&3D (#65)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add column names to the Cpp client (#55)

v1.4.1

Toggle v1.4.1's commit message
Change version number to 1.4.1

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change version number to 1.4.0 in CMake (#42)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for temporal types in the communication layer of mgclient (

…#33)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use weak attribute only on Apple (#27)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.2.0 (#20)

* Added Windows support.
* Added Apple support.
* Added compile-time warnings setup.
* Added `DiscardAll` and `FetchAll` in C++.
* Fixed type checking in C++ `ConstValue::ValueMap` method.
* Fixed pull error handling in the C++ `Client::Execute` method.
* Fixed various compile-time warnings.
* Fixed `mg_session_params_get_client_name` by renaming it to `mg_session_params_get_user_agent` (the one implemented in `src/mgclient.c`).
* Add advanced C++ example.