@@ -16,68 +16,7 @@ Please check out most recent [API](https://hastingsyoung.gitbooks.io/gocollabora
16
16
- [ Examples] ( https://github.com/HastingsYoung/GoCollaborateExamples )
17
17
- [ Document] ( https://hastingsyoung.gitbooks.io/gocollaborateapi/content/ )
18
18
- [ GoCollaborate UI] ( https://github.com/HastingsYoung/Material-Dashboard-UI/tree/gocollaborate-ui )
19
- ## Updates
20
- ** (Please note that no downward compability will be guaranteed before the formal release 1.0.0 )**
21
- ### 0.2.x
22
- #### 0.2.8
23
- - Update entry API -> [ ] task.Countable -> task.Collection
24
- - Provide built-in functions for task.Collection
25
- - Update examples
26
- - Update entry API -> function return type changed to bool
27
- - Add pagination to UI
28
- #### 0.2.7
29
- - Add seeds to Gossip protocol
30
- - Support reading streams of CSV file from various soruces
31
- - Update examples and test scripts
32
- #### 0.2.6
33
- - Update service register heartbeats
34
- - Add GC for expired services
35
- - Add TaskHelper utility
36
- - Create API test packs
37
- #### 0.2.5
38
- - Add analytics support
39
- - Optimize UI
40
- #### 0.2.4
41
- - Optimize performance
42
- - Optimize UI
43
- #### 0.2.3
44
- - Rewrite the project structrue
45
- - Support full gossipping
46
- - Support rate limiting
47
- - Add utils to taskHelper
48
- #### 0.2.2
49
- - Integrate with GoCollaborate UI (http://localhost:8080 )
50
- - Refine web routes structrue
51
- #### 0.2.1
52
- - Refactor Task API
53
- - Refine communication structs
54
- - Support generic executors
55
- - Rewrite examples
56
- #### 0.2.0
57
- - Implement Gossip Protocol
58
- - Rename struct and functions
59
- - Refine code structure
60
- ### 0.1.x
61
- #### 0.1.9
62
- - Refactor package dependencies
63
- - Add Job, Stage literals
64
- - Support bulk-execution of tasks
65
- - Update example documents
66
- #### 0.1.8
67
- - Refactor API entry in Coordinator mode
68
- - Add documents for Coordinator mode
69
- - Add command line argument ` numwks ` to specify number of workers per master program
70
- #### 0.1.7
71
- - Support chainning of mappers
72
- - Support mapper & reducer pipelines
73
- - Refactor example project structrue
74
- #### 0.1.6
75
- - Support task-specific mapper and reducer
76
- - Update example documents
77
- - Repair bugs in coordinator mode
78
- #### 0.1.5
79
- - Refine logging format
80
- - Support automatic garbage collection for hash functions
19
+ - [ Change Logs] ( https://github.com/HastingsYoung/GoCollaborate/blob/master/CHANGELOG.md )
81
20
## Quick Start
82
21
### Installation
83
22
``` sh
0 commit comments