We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89973bc commit 5cc8c1cCopy full SHA for 5cc8c1c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.3.2
2
+- Fix an issue with payloads containing utf8 special characters (@PommeVerte)
3
+
4
## 2.3.1
5
- Fix a missing feature from previous release
6
package.json
@@ -1,6 +1,6 @@
{
"name": "gremlin",
- "version": "2.3.1",
+ "version": "2.3.2",
"description": "JavaScript client for TinkerPop3 Gremlin Server",
"main": "lib/index.js",
"scripts": {
0 commit comments