Skip to content

Releases: tigergraph/pyTigerGraph

v1.7.4

16 Oct 14:33
Compare
Choose a tag to compare

[1.7.4] - 2024-10-16

Release of pyTigerGraph version 1.7.4.

Fixed:

  • Fixed error when generating a token via getToken() with a secret key.

v1.7.3

14 Oct 18:09
201bbc2
Compare
Choose a tag to compare

[1.7.3] - 2024-10-14

Release of pyTigerGraph version 1.7.3.

Fixed:

  • Fixed error when generating a token via getToken() on TigerGraph Cloud v3.x instances.

v1.7.2

01 Oct 16:21
Compare
Choose a tag to compare

[1.7.2] - 2024-10-01

Release of pyTigerGraph version 1.7.2.

Added:

  • delVerticesByType() function that allows all vertices of the specified type to be deleted at once.
    Arguements:
    vertexType:
    The name of the vertex type.
    permanent:
    If true, the deleted vertex IDs can never be inserted back, unless the graph is
    dropped or the graph store is cleared.
    ack:
    If the parameter is set to "none", the delete operation doesn’t need to get acknowledgment from any GPE.
    If it is set to "all" (default), the operation needs to get acknowledgment from all GPEs.
    Other values will raise an error.

    Usage:

    conn.delVerticesByType("Person")

v1.7.1

23 Sep 21:36
Compare
Choose a tag to compare

[1.7.1] - 2024-09-23

Release of pyTigerGraph version 1.7.1.

Fixed:

  • Better error messaging when failing to generate tokens
  • Fixed some hard-coded port configurations for v4 databases

v1.7.0

21 Aug 19:01
Compare
Choose a tag to compare

[1.7] - 2024-08-21

Release of pyTigerGraph version 1.7.

Added:

  • Support for refactored REST endpoints found in TigerGraph DB 4.1 and above.
  • Support for vertexMustExist parameter in upsert functions.

v1.6.5

06 Aug 17:08
Compare
Choose a tag to compare

[1.6.5] - 2024-08-06

Release of pyTigerGraph version 1.6.5

Fixed:

  • Fixed a bug in refreshToken() that prevented refresh of tokens on SSL-enabled connections on databases greater than version 3.5.

v1.6.4

01 Aug 14:48
738b7da
Compare
Choose a tag to compare

[1.6.4] - 2024-08-01

Release of pyTigerGraph version 1.6.4

Fixed:

  • Fixed a bug in deleteToken() that prevented deletion of tokens on SSL-enabled connections on databases greater than version 3.5.

v1.6.3

25 Jul 14:06
Compare
Choose a tag to compare

[1.6.3] - 2024-07-25

Release of pyTigerGraph version 1.6.3

Fixed:

  • Fixed a bug in refreshToken() that resulted in generating a new token for database versions > 3.5.

v1.6.2

06 Jun 19:15
Compare
Choose a tag to compare

[1.6.2] - 2024-06--6

Release of pyTigerGraph version 1.6.2

Fixed:

  • Fixed a featurizer error when failing to access the algorithm GitHub.
  • Fixed error parsing logic when running loading jobs through gsql()
  • Fixed an error with the DELETE REST operations (Issue #223)
  • Fixed an error with getQueryDescription()

v1.6

25 Apr 17:52
Compare
Choose a tag to compare

[1.6] - 2024-04-30

Release of pyTigerGraph version 1.6.

Added:

  • Added a new submodule for interacting with TigerGraph CoPilot, a framework for integrating Generative AI with TigerGraph.