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.
- Fix : added safeChar method to fix URL encoding
- Fix : removed the localhost to 127.0.0.1 translation
- 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
- runInstalledQuery(usePost=True) will post params as body
- Made SSL Port configurable to grab SSL cert from different port in case of firewall on 443
- Fix : (more) runInstalledQuery() params
- Fix : (more) runInstalledQuery() params processing bugs
- Fix : (more) runInstalledQuery() params processing bugs
- Fix : runInstalledQuery() params processing
- Add Path finding endpoint
- Add Full schema retrieval
- Fix GSQL client
- Fix parseQueryOutput
- Code cleanup
- Remove urllib as dependency
- Fix space in query param issue #22
- SSL Cert support on REST requests
- Fix getVertexDataframeById()
- Fix GSQL versioning issue
- Fix GSQL Bug
- Fix GSQL getVer() bug
- Fix initialization of gsql bug
- Fix initialization of gsql bug
- Fix bug in gsqlInit()
- Add getVertexSet()
- Move GSQL functionality to main package
- Main functionality exists and is in relatively stable
- Minor bug fixes