Skip to content

Latest commit

 

History

History
124 lines (92 loc) · 2.39 KB

File metadata and controls

124 lines (92 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.9.7.8] - 2021-09-27

Changed

  • Fix : added safeChar method to fix URL encoding

[0.0.9.7.7] - 2021-09-20

Changed

  • Fix : removed the localhost to 127.0.0.1 translation

[0.0.9.7.6] - 2021-09-01

Changed

  • Fix : SSL issue with Rest++ for self-signed certs
  • Fix : Updates for pyTigerDriver bounding
  • Feature : added the checks to debug
  • Fix : added USE GRAPH cookie

[0.0.9.7.0] - 2021-07-07

Changed

  • runInstalledQuery(usePost=True) will post params as body

[0.0.9.6.9] - 2021-06-03

Changed

  • Made SSL Port configurable to grab SSL cert from different port in case of firewall on 443

[0.0.9.6.3] - 2020-12-14

Fix :

  • Fix : (more) runInstalledQuery() params

[0.0.9.6.2] - 2020-10-08

Fix :

  • Fix : (more) runInstalledQuery() params processing bugs

[0.0.9.6] - 2020-10-08

Fix :

  • Fix : (more) runInstalledQuery() params processing bugs

[0.0.9.5] - 2020-10-07

Fix :

  • Fix : runInstalledQuery() params processing

[0.0.9.4] - 2020-10-03

Changed

  • Add Path finding endpoint
  • Add Full schema retrieval

Fix :

  • Fix GSQL client
  • Fix parseQueryOutput
  • Code cleanup

[0.0.9.3] - 2020-09-30

Changed

  • Remove urllib as dependency

Fix :

[0.0.9.2] - 2020-09-30

Changed

  • Fix space in query param issue #22

Fix :

[0.0.9.1] - 2020-09-03

Changed

  • SSL Cert support on REST requests

Fix :

[0.0.9.0] - 2020-08-22

Changed

Fix :

  • Fix getVertexDataframeById()
  • Fix GSQL versioning issue

[0.0.8.4] - 2020-08-19

Changed

Fix :

  • Fix GSQL Bug

[0.0.8.4] - 2020-08-19

Changed

Fix :

  • Fix GSQL getVer() bug

[0.0.8.3] - 2020-08-08

Changed

Fix :

  • Fix initialization of gsql bug

[0.0.8.2] - 2020-08-08

Changed

Fix :

  • Fix initialization of gsql bug

[0.0.8.1] - 2020-08-08

Changed

Fix :

  • Fix bug in gsqlInit()

[0.0.8.0] - 2020-08-07

Changed

  • Add getVertexSet()

Fix :

[0.0.7.0] - 2020-07-26

Changed

  • Move GSQL functionality to main package

Fix :

[0.0.6.9] - 2020-07-23

Changed

  • Main functionality exists and is in relatively stable

Fix :

  • Minor bug fixes