UNPKG

3.92 kBMarkdownView Raw
12017-04-14, Version 7.1.1
2=========================
3
4 * Fix copyright header in files (#107) (Krishna Raman)
5
6
72017-03-09, Version 7.1.0
8=========================
9
10 * Update license files (Krishna Raman)
11
12 * Support 3.x of apim-client. (Rick Curtis)
13
14
152017-01-17, Version 6.0.1
16=========================
17
18 * Update license files (Ying Lu)
19
20
212017-01-12, Version 6.0.0
22=========================
23
24 * Remove deploy step from travis. (Rick Curtis)
25
26 * Remove apim / unused code. (Rick Curtis)
27
28 * Show correct err msg for Bluemix apps (Tetsuo Seto)
29
30
312016-12-11, Version 5.0.1
32=========================
33
34 * Update license files (Krishna Raman)
35
36 * Replace cli option validation. (Rick Curtis)
37
38 * Refactor remote-apps to use apim-client. (Rick Curtis)
39
40 * Remove unused cli option validation. (Rick Curtis)
41
42
432016-11-23, Version 4.1.0
44=========================
45
46 * Update ServerMeta to use apim-client. (Rick Curtis)
47
48 * Bulk update of travis.yml. (Rick Curtis)
49
50 * Update travis and pckg.json to remove 012. (Rick Curtis)
51
52
532016-10-20, Version 4.0.1
54=========================
55
56 * Update license files (Krishna Raman)
57
58 * Use apim-client (Bosco Li)
59
60
612016-10-04, Version 3.4.0
62=========================
63
64 * add spaces util (Sai Vennam)
65
66 * Update to use apiconnect-config. (Rick Curtis)
67
68
692016-08-22, Version 3.3.0
70=========================
71
72 * Make it a valid sentence (Tetsuo Seto)
73
74 * Support accessibility in error messages (Tetsuo Seto)
75
76 * Move placeholder to intl directory (Tetsuo Seto)
77
78 * Use spec reporter for tests. (Ying Lu)
79
80 * use consistent semver for strong-globalize (Sai Vennam)
81
82 * Use real file to keep intl directory (Tetsuo Seto)
83
84 * Add globalization support (Bosco Li)
85
86 * Return toolkit versions from server metadata. (Ying Lu)
87
88
892016-07-19, Version 3.1.2
90=========================
91
92 * Fix error handling for apim requests (Krishna Raman)
93
94
952016-07-19, Version 3.1.1
96=========================
97
98 * Fix bug in util ssl options. (Rick Curtis)
99
100
1012016-07-18, Version 3.1.0
102=========================
103
104 * Load trust/client-key store specified in config (Krishna Raman)
105
106 * Add the missing serviceStatus() and unit test. (Ying Lu)
107
108 * Run coverage test on node v6. (Ying Lu)
109
110 * Update package.json engines (Rick Curtis)
111
112 * Fixing the provider org issue (Hooman Moobed)
113
114 * Lookup Bluemix Token Key (Cody Walker)
115
116 * Add backwards compat for login (Matt Hamann)
117
118 * Cache p12.cert rather read for every request. (Rick Curtis)
119
120
1212016-06-21, Version 3.0.0
122=========================
123
124 * Fix remote all resolution to use new api (Krishna Raman)
125
126 * Map netrc login name to username (Krishna Raman)
127
128 * Allow unauthenticated requests (Krishna Raman)
129
130 * Make APIs bluemix SSO auth compatible (Krishna Raman)
131
132 * Make APIs bluemix SSO auth compatible (major bump) (Krishna Raman)
133
134 * Use auth agent and bearer token auth (Krishna Raman)
135
136 * Making the version a string (Hooman Moobed)
137
138 * Fix defect #1077 (Yue Chen)
139
140 * throw errors instead of using process.exit, to ensure logger handling (Sai Vennam)
141
142 * Get request options without user/pass (Krishna Raman)
143
144 * Fix liberty start/stop support (Krishna Raman)
145
146 * Move tap dev dependency (Krishna Raman)
147
148
1492016-05-23, Version 2.0.0
150=========================
151
152 * Upgrade dependencies (Krishna Raman)
153
154 * Fix check for all-orgs/all-catalogs (Krishna Raman)
155
156 * Restructured error block to echo statusCode (Krishna Raman)
157
158 * Error message cleanup (Tetsuo Seto)
159
160 * Extract liberty management code (Krishna Raman)
161
162 * Generate full ID for catalogs and apps. (Ying Lu)
163
164 * Move provider-app bluemix logic to utils (Krishna Raman)
165
166
1672016-04-07, Version 1.0.2
168=========================
169
170 * fix defect 741 (Yue Chen)
171
172 * Fixed error message, which gave incorrect information. (Yue Chen)
173
174 * fix defect 624 (Yue Chen)
175
176 * Fix lint error (Krishna Raman)
177
178 * Move to eslint 2.x (Krishna Raman)
179
180
1812016-03-21, Version 1.0.1
182=========================
183
184 * First release!