Skip to content

Commit

Permalink
Binary protocol channeling over HTTP (#319)
Browse files Browse the repository at this point in the history
* Implement proto 0.14 (doesn't have the Describe message)

* Implement binary protocol layering over HTTP

Co-authored-by: James Clarke <james@edgedb.com>
  • Loading branch information
1st1 and jaclarke committed Apr 1, 2022
1 parent f044e26 commit 8f2b56a
Show file tree
Hide file tree
Showing 10 changed files with 1,288 additions and 980 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edgedb",
"version": "0.20.3",
"version": "0.20.4",
"description": "The official Node.js client library for EdgeDB",
"homepage": "https://edgedb.com/docs",
"author": "EdgeDB <info@edgedb.com>",
Expand Down Expand Up @@ -28,6 +28,7 @@
"@types/node": "14",
"get-stdin": "^7.0.0",
"jest": "^26.6.3",
"node-fetch": "2.6.7",
"nodemon": "^2.0.13",
"prettier": "^2.3.2",
"proposal-temporal": "^0.7.0",
Expand Down

0 comments on commit 8f2b56a

Please sign in to comment.