We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82683 commit 58dd295Copy full SHA for 58dd295
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
- "stable"
6
- "4.1"
7
- "4.0"
8
+ - "5.5"
9
cache: false
10
11
before_script:
README.md
@@ -174,6 +174,10 @@ It's ok you can do whatever you need. I add log options for some technical infor
174
175
##Changelog
176
177
+###1.0.0
178
+
179
+Fix test for call changes and remove unuse upsert parameter (critical change API for upsert)
180
181
###0.4.1
182
183
Add clear schema cache on change schema id
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tarantool-driver",
3
- "version": "0.4.1",
+ "version": "1.0.0",
4
"description": "Tarantool driver for 1.6",
"main": "index.js",
"scripts": {
0 commit comments