We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dfb02 commit 1ce687fCopy full SHA for 1ce687f
.npmignore
@@ -0,0 +1,9 @@
1
+# exclude folders not related with main lib
2
+desktop-app
3
+doc
4
+microk8s
5
+repository
6
+server-app
7
+example
8
+.idea
9
+.travis.yml
changelog.txt
@@ -1,3 +1,13 @@
+1.0.0
+-----
+
+- Https support
+- Updated keep alive agent, now using agentkeepalive
+- Fix throttling issue in https request
+- Fix for parallel processing
+- Fix for missing body in throttling
+- Fix for missing body data in request
10
11
0.0.5
12
-----
13
Adding Travis for continuous integration
0 commit comments