@geodedb/client 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,6 +64,9 @@ host:port # Simple format (uses QUIC)
64
64
  | `hello_name` | Client name | geode-nodejs |
65
65
  | `hello_ver` | Client version | 1.0.0 |
66
66
  | `conformance` | GQL conformance level | min |
67
+ | `graph` | Graph to bind the session to | - |
68
+ | `tenant` | Tenant identifier (multi-tenant) | - |
69
+ | `role` | FLE role for field-level access | - |
67
70
  | `tls` | Enable TLS (gRPC only) | true |
68
71
  | `insecure_tls_skip_verify` | Skip TLS verification (dev only) | false |
69
72
  | `ca` | Path to CA certificate | - |
@@ -83,6 +86,8 @@ host:port # Simple format (uses QUIC)
83
86
  | `GEODE_TLS_CA` | Default CA certificate path |
84
87
  | `GEODE_USERNAME` | Default username |
85
88
  | `GEODE_PASSWORD` | Default password |
89
+ | `GEODE_TENANT` | Default tenant identifier |
90
+ | `GEODE_ROLE` | Default FLE role |
86
91
 
87
92
  ### Example Configurations
88
93