This repository was archived by the owner on Feb 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.2.4 (2016-06-14 )
3
+ ## 1.2.4 (2016-07-20 )
4
4
5
5
#### API
6
6
7
+ - New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12
8
+ - Update minimum Docker Engine version supported by Swarm to 1.8
9
+ - Additional error handling
7
10
- Code refactoring
8
11
12
+ #### Networking
13
+
14
+ - Fix concurrent map writes race condition
15
+ - Refresh single network when network event is emitted (performance improvement)
16
+ - Avoid network refresh when creating container (performance improvement)
17
+
18
+ #### Volumes
19
+
20
+ - Refresh single volume when volume event is emitted (performance improvement)
21
+ - Avoid volume refresh when creating container (performance improvement)
22
+
23
+ #### Events
24
+
25
+ - Support daemon events for Swarm
26
+
9
27
#### Test
10
28
11
29
- Fix leader election tests
30
+ - Fix rescheduling test
31
+
32
+ #### Mesos
33
+
34
+ - Fix double locking issue
35
+
36
+ #### Misc
37
+
38
+ - Handle systime difference between Swarm and Engines
39
+ - Add healthcheck information to CLI
40
+ - Fix ` engine_reconnect ` issue that led to reconnected engine being treated as new
12
41
13
42
## 1.2.3 (2016-05-25)
14
43
You can’t perform that action at this time.
0 commit comments