forked from Vizzuality/node-varnish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
35 lines (26 loc) · 793 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Versions 0.4.0
2014-MM-DD
- Switch to 3-clause BSD license (#10)
Versions 0.3.0
2014-02-28
- Consistently emit Error instances on 'error' (#9)
- Log varnish connection errors
- Allow passing queue and reconnection parameters via VarnishQueue ctor
Versions 0.2.0
2014-02-12
- Added support for authentication
- Fix EventEmitter inheritance
- Logging is now optional: client.debug = true;
- "ready_callback" now gets 2 params: err and clientInstance
- Allow preventing queue from containing duplicates
Versions 0.1.1
2012-07-10
- Fix global variable leaks (#1)
- Testsuite enhancements
- Tests ported to mocha (#6)
- Run on "make check" (#4)
- Improve runtime predictability (#5)
- Add "make all" and "make clean" fules
Versions 0.1.0
2011-12-12
- Initial release