UNPKG

4.82 kBMarkdownView Raw
12018-09-28, Version 9.0.0
2=========================
3
4 * Update to handling remote anchor breaking change (Hooman Moobed)
5
6 * node 8 2nd pass fixes (Hooman Moobed)
7
8 * Updating the major version for prev changes (Hooman Moobed)
9
10 * Adding support for node 8 (Hooman Moobed)
11
12
132018-06-11, Version 7.2.2
14=========================
15
16
17
182018-06-11, Version 7.2.1
19=========================
20
21 * drop node 4 tests (Ivy Ho)
22
23 * drop node 4 (Ivy Ho)
24
25
262017-10-24, Version 7.1.5
27=========================
28
29 * Delete notices.txt (Ivy Ho)
30
31 * Delete non_ibm_license.txt (Ivy Ho)
32
33
342017-10-23, Version 7.1.4
35=========================
36
37 * Simplify License (Ivy Ho)
38
39 * Update license files for 5080 release (Ryan Graham)
40
41
422017-06-27, Version 7.1.3
43=========================
44
45 * update license notices (Ryan Graham)
46
47
482017-06-19, Version 7.1.2
49=========================
50
51 * update license notices (Ryan Graham)
52
53
542017-04-14, Version 7.1.1
55=========================
56
57 * Fix copyright header in files (#107) (Krishna Raman)
58
59
602017-03-09, Version 7.1.0
61=========================
62
63 * Update license files (Krishna Raman)
64
65 * Support 3.x of apim-client. (Rick Curtis)
66
67
682017-01-17, Version 6.0.1
69=========================
70
71 * Update license files (Ying Lu)
72
73
742017-01-12, Version 6.0.0
75=========================
76
77 * Remove deploy step from travis. (Rick Curtis)
78
79 * Remove apim / unused code. (Rick Curtis)
80
81 * Show correct err msg for Bluemix apps (Tetsuo Seto)
82
83
842016-12-11, Version 5.0.1
85=========================
86
87 * Update license files (Krishna Raman)
88
89 * Replace cli option validation. (Rick Curtis)
90
91 * Refactor remote-apps to use apim-client. (Rick Curtis)
92
93 * Remove unused cli option validation. (Rick Curtis)
94
95
962016-11-23, Version 4.1.0
97=========================
98
99 * Update ServerMeta to use apim-client. (Rick Curtis)
100
101 * Bulk update of travis.yml. (Rick Curtis)
102
103 * Update travis and pckg.json to remove 012. (Rick Curtis)
104
105
1062016-10-20, Version 4.0.1
107=========================
108
109 * Update license files (Krishna Raman)
110
111 * Use apim-client (Bosco Li)
112
113
1142016-10-04, Version 3.4.0
115=========================
116
117 * add spaces util (Sai Vennam)
118
119 * Update to use apiconnect-config. (Rick Curtis)
120
121
1222016-08-22, Version 3.3.0
123=========================
124
125 * Make it a valid sentence (Tetsuo Seto)
126
127 * Support accessibility in error messages (Tetsuo Seto)
128
129 * Move placeholder to intl directory (Tetsuo Seto)
130
131 * Use spec reporter for tests. (Ying Lu)
132
133 * use consistent semver for strong-globalize (Sai Vennam)
134
135 * Use real file to keep intl directory (Tetsuo Seto)
136
137 * Add globalization support (Bosco Li)
138
139 * Return toolkit versions from server metadata. (Ying Lu)
140
141
1422016-07-19, Version 3.1.2
143=========================
144
145 * Fix error handling for apim requests (Krishna Raman)
146
147
1482016-07-19, Version 3.1.1
149=========================
150
151 * Fix bug in util ssl options. (Rick Curtis)
152
153
1542016-07-18, Version 3.1.0
155=========================
156
157 * Load trust/client-key store specified in config (Krishna Raman)
158
159 * Add the missing serviceStatus() and unit test. (Ying Lu)
160
161 * Run coverage test on node v6. (Ying Lu)
162
163 * Update package.json engines (Rick Curtis)
164
165 * Fixing the provider org issue (Hooman Moobed)
166
167 * Lookup Bluemix Token Key (Cody Walker)
168
169 * Add backwards compat for login (Matt Hamann)
170
171 * Cache p12.cert rather read for every request. (Rick Curtis)
172
173
1742016-06-21, Version 3.0.0
175=========================
176
177 * Fix remote all resolution to use new api (Krishna Raman)
178
179 * Map netrc login name to username (Krishna Raman)
180
181 * Allow unauthenticated requests (Krishna Raman)
182
183 * Make APIs bluemix SSO auth compatible (Krishna Raman)
184
185 * Make APIs bluemix SSO auth compatible (major bump) (Krishna Raman)
186
187 * Use auth agent and bearer token auth (Krishna Raman)
188
189 * Making the version a string (Hooman Moobed)
190
191 * Fix defect #1077 (Yue Chen)
192
193 * throw errors instead of using process.exit, to ensure logger handling (Sai Vennam)
194
195 * Get request options without user/pass (Krishna Raman)
196
197 * Fix liberty start/stop support (Krishna Raman)
198
199 * Move tap dev dependency (Krishna Raman)
200
201
2022016-05-23, Version 2.0.0
203=========================
204
205 * Upgrade dependencies (Krishna Raman)
206
207 * Fix check for all-orgs/all-catalogs (Krishna Raman)
208
209 * Restructured error block to echo statusCode (Krishna Raman)
210
211 * Error message cleanup (Tetsuo Seto)
212
213 * Extract liberty management code (Krishna Raman)
214
215 * Generate full ID for catalogs and apps. (Ying Lu)
216
217 * Move provider-app bluemix logic to utils (Krishna Raman)
218
219
2202016-04-07, Version 1.0.2
221=========================
222
223 * fix defect 741 (Yue Chen)
224
225 * Fixed error message, which gave incorrect information. (Yue Chen)
226
227 * fix defect 624 (Yue Chen)
228
229 * Fix lint error (Krishna Raman)
230
231 * Move to eslint 2.x (Krishna Raman)
232
233
2342016-03-21, Version 1.0.1
235=========================
236
237 * First release!