forked from wso2/product-apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes.html
442 lines (413 loc) · 23.3 KB
/
release-notes.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
<title>WSO2 API Manager v2.0.0 - 28nd July 2016</title>
</head>
<body>
<div id="main-content">
<h1>The WSO2 API Manager 2.0.0 Released!</h1>
<p>
The WSO2 API Manager team is pleased to announce the release of version 2.0.0 of
the Open Source API Manager.
</p>
<p>
WSO2 API Manager is a platform for creating, managing, consuming and monitoring
APIs. It employs proven SOA best practices to solve a wide range of API
management challenges such as API provisioning, API governance, API security
and API monitoring. It combines some of the most powerful and mature components
of the WSO2's state-of-the-art Carbon platform to deliver a smooth and end-to-end
API management experience while catering to both API publisher and API consumer
requirements.
</p>
<p>
WSO2 API Manager is comprised of several modules.
</p>
<ul>
<li><b>API Provider:</b> Define new APIs and manage them</li>
<li><b>API Store:</b> Browse published APIs and subscribe to them</li>
<li><b>API Gateway:</b> The underlying API runtime based on WSO2 ESB</li>
<li><b>API Key Manager:</b> Performs Key Generation and Key Validation functionalities</li>
<li><b>API Traffic Manager:</b> Performs Rate Limiting of API Requests</li>
</ul>
<p>
WSO2 API Manager is developed on top of the revolutionary
<a href="http://wso2.org/projects/carbon">WSO2 Carbon platform</a>
(Middleware a' la carte),
an OSGi based framework that provides seamless modularity to your SOA via
componentization. This release also contains many new features and a range of
optional components (add-ons) that can be installed to customize the behavior
of the API Manager. Further, any existing features of the product which are not
required in your environment can be easily removed using the underlying
provisioning framework of Carbon. In brief, WSO2 API Manager can be fully
customized and tailored to meet your exact API management needs.
</p>
<p>
For more information on WSO2 API Manager please visit <a href="http://wso2.com/products/api-manager">
http://wso2.com/products/api-manager</a>. Also take a look at the online product
<a href="https://docs.wso2.com/display/AM200/WSO2+API+Manager+Documentation">documentation</a>.
</p>
<h2>How to Run</h2>
<ol>
<li>Extract the downloaded zip</li>
<li>Go to the bin directory in the extracted folder</li>
<li>Run the wso2server.sh or wso2server.bat as appropriate</li>
<li>Launch a web browser and navigate to <a href="https://localhost:9443/publisher">https://localhost:9443/publisher</a>
to access the API provider webapp
</li>
<li>Navigate to <a href="https://localhost:9443/store">https://localhost:9443/store</a> to access the API store</li>
<li>Navigate to <a href="https://localhost:9443/admin">https://localhost:9443/admin</a> to access Admin Portal</li>
<li>Use "admin", "admin" as the username and password to login as an admin</li>
</ol>
<h2>New Features in 2.0.0</h2>
<ul>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-3314'>APIMANAGER-3314</a>] - Alert configurations in AM using CEP
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4605'>APIMANAGER-4605</a>] - Notify subscribers of new API Versions
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4606'>APIMANAGER-4606</a>] - API Manager latency Breakdown Graph On API
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4629'>APIMANAGER-4629</a>] - Use the WSO2 Bootstrap theme for the Publisher and Store
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4660'>APIMANAGER-4660</a>] - Advanced Throttling Implementation based on CEP
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5112'>APIMANAGER-5112</a>] - New REST API for Admin-Dashboard Related functionality including new Throttling Implementation
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5113'>APIMANAGER-5113</a>] - New operations for Publisher CXF REST API related to thumbnails and sequences
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5260'>APIMANAGER-5260</a>] - Real Time Analytics (Alerts) on API Manager
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5261'>APIMANAGER-5261</a>] - Geo Location Indicator of API caller
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5262'>APIMANAGER-5262</a>] - User Agent based Analytics on API Manager
</li>
</ul>
<h2>Improvements in 2.0.0</h2>
<ul>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-643'>APIMANAGER-643</a>] - Versions tab of the publisher API view need to provide means of creating a new version then and there.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-859'>APIMANAGER-859</a>] - Implement Rate Limiting Policies
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-931'>APIMANAGER-931</a>] - Improve fileUpload UI for API Documentations
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-948'>APIMANAGER-948</a>] - For IP based throttling we should first look at x- forward for header and use it as client IP
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-3846'>APIMANAGER-3846</a>] - Improvement in endpoint listing
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-3965'>APIMANAGER-3965</a>] - Per API CORS Configuration
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4383'>APIMANAGER-4383</a>] - Change the error message into a meaningful one that get after exceeding the hard throttling limit in APIM logs.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4413'>APIMANAGER-4413</a>] - Include different error codes when throttling out in different throttling levels
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4475'>APIMANAGER-4475</a>] - API authentication error response should bear the message type provided the Accept header of the request
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4476'>APIMANAGER-4476</a>] - Need an automation test for testing the Default Endpoint feature
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4488'>APIMANAGER-4488</a>] - Performance issue when updating an application
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4492'>APIMANAGER-4492</a>] - More log information about APISecurityException
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4527'>APIMANAGER-4527</a>] - Upgrade Swagger Editor and UI
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4531'>APIMANAGER-4531</a>] - Prevent the Signature Verification Error log for tenants
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4555'>APIMANAGER-4555</a>] - WSO2 Product APIM builds unstable
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4592'>APIMANAGER-4592</a>] - Make KeyValidation Client pool configurable
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4595'>APIMANAGER-4595</a>] - Message type of "invalid token" error message should change based on the Content-Type Header
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4600'>APIMANAGER-4600</a>] - Provide a configuration to allow for disabling the Forum in the API Store UI
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4612'>APIMANAGER-4612</a>] - Make APIPublisher and Store apps section 508 Compliance
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4619'>APIMANAGER-4619</a>] - Administrators should have the ability to moderate inappropriate comments in APIS in Store
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4644'>APIMANAGER-4644</a>] - Performance optimization - Close database resources before generating JWT
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4659'>APIMANAGER-4659</a>] - Adding new Statistics graphs for the APIM publisher
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4680'>APIMANAGER-4680</a>] - [admin-dashboard]Edit and Delete options are not visible as links in admin-dashboard
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4689'>APIMANAGER-4689</a>] - No error message when import an invalid API Definition
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4708'>APIMANAGER-4708</a>] - Update the info message for a successful subscription
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4719'>APIMANAGER-4719</a>] - Error message doesn't convey it's purpose in API Versioning
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4736'>APIMANAGER-4736</a>] - Include Add API Resource Level Policy and Edit API Resource Level Policy as heading when adding and editing an API resource level tier
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4740'>APIMANAGER-4740</a>] - Remove Exception thrown when subscribing to blocked subscription
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4755'>APIMANAGER-4755</a>] - Add lifecycle state transition visaulization view
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4760'>APIMANAGER-4760</a>] - Improve a tooltip or a help when blocking an API entity in dashboard, to mention the context.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4762'>APIMANAGER-4762</a>] - Inverter option (switching off the policy) in "Blocking entities" in admin dashboard does not have any label to identify
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4775'>APIMANAGER-4775</a>] - Adding Custom CK/CS providing feature of Key Generation to the APIM documentation
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4793'>APIMANAGER-4793</a>] - users when rejecting a task should be able to add comments
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4797'>APIMANAGER-4797</a>] - the status of an application is shown as ACTIVE with 1 subscription even after a subscription was rejected
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4798'>APIMANAGER-4798</a>] - No horizontal scrolling for Design API page
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4802'>APIMANAGER-4802</a>] - Support for WSDLs with WSDL/XSD imports with relative paths when creating an API using the WSDL
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4808'>APIMANAGER-4808</a>] - Give a proper message when you try to save a API resource level tier without a tier name
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4822'>APIMANAGER-4822</a>] - Subscription policy selection not clear
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4823'>APIMANAGER-4823</a>] - No indication of API saving
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4848'>APIMANAGER-4848</a>] - system should support sending specific alerts to specific emails
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4852'>APIMANAGER-4852</a>] - system should allow to delete alerts that are shown on admin dashboard
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4854'>APIMANAGER-4854</a>] - Add wsdl support for WSO2 API Manager rest APIs.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4867'>APIMANAGER-4867</a>] - need more detailed information for health of an API
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4870'>APIMANAGER-4870</a>] - Tier limit hitting alert behavior is not clear
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4890'>APIMANAGER-4890</a>] - Supporting concatenate search in API Store and Publisher
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4907'>APIMANAGER-4907</a>] - User should be logged out when the password has been changed in Store
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4914'>APIMANAGER-4914</a>] - Include a tip when adding blocking entity for tenant API context.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-4948'>APIMANAGER-4948</a>] - Hide Advance Level Throttling Header Configurations when the parameters are disabled.
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5019'>APIMANAGER-5019</a>] - Add audit logs for the important activities
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5025'>APIMANAGER-5025</a>] - better to support the blocking of a IP address range
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5057'>APIMANAGER-5057</a>] - Unable to configure endpoint secure scheme while adding API through the REST API
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5084'>APIMANAGER-5084</a>] - APIM 1.10 Publisher: forward slash in API version will break the platform
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5101'>APIMANAGER-5101</a>] - Nice to have a frame which supports zoom in zoom out for graphs
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5103'>APIMANAGER-5103</a>] - X axis range should be consistent according to the selected time picker
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5218'>APIMANAGER-5218</a>] - Add test case to validate JWT signature
</li>
<li>[<a href='https://wso2.org/jira/browse/APIMANAGER-5236'>APIMANAGER-5236</a>] - Ability to create an API on behalf of other user using REST API Publisher
</li>
</ul>
<h2>Resolved Issues</h2>
<ul>
<li>
<a href="https://wso2.org/jira/issues/?filter=13132">WSO2 API Manager 2.0.0 resolved issues</a>
</li>
</ul>
<h2>Key Features of WSO2 API Manager</h2>
<p>
Following is a categorization of the core features supported by WSO2 API Manager
based on the target user group.
</p>
<ul>
<li>Create a Store of all Available APIs:
<ul>
<li>Graphical experience similar to Android Marketplace or Apple App Store.</li>
<li>Browse APIs by provider, tags or name.</li>
<li>Self-registration to developer community to subscribe to APIs.</li>
<li>Subscribe to APIs and manage subscriptions on per-application basis.</li>
<li>Subscriptions can be at different service tiers based on expected usage levels.</li>
<li>Role based access to API Store; manage public and private APIs.</li>
<li>Manage subscriptions at a per-developer level.</li>
<li>Browse API documentation, download helpers for easy consumption.</li>
<li>Comment on and rate APIs.</li>
<li>Forum for discussing API usage issues (Available soon in future version).</li>
<li>Try APIs directly on the store front.</li>
<li>Internationalization (i18n) support.</li>
</ul>
</li>
<li>Publishing and Governing API Use:
<ul>
<li>Publish APIs to external consumers and partners, as well as internal users.</li>
<li>Supports publishing multiple protocols including SOAP, REST, JSON and XML style services as APIs.</li>
<li>Manage API versions and deployment status by version.</li>
<li>Govern the API lifecycle (publish, deprecate, retire).</li>
<li>Attach documentation (files, external URLs) to APIs.</li>
<li>Apply Security policies to APIs (authentication, authorization).</li>
<li>Associate API available to system defined service tiers.</li>
<li>Provision and Manage API keys.</li>
<li>Track consumers per API.</li>
<li>One-click deployment to API Gateway for immediate publishing.</li>
</ul>
</li>
<li>Route API Traffic:
<ul>
<li>Supports API authentication with OAuth2.</li>
<li>Extremely high performance pass-through message routing with sub-millisecond latency.</li>
<li>Enforce rate limiting and throttling policies for APIs by consumer.</li>
<li>Horizontally scalable with easy deployment into cluster using proven routing infrastructure.</li>
<li>Scales to millions of developers/users.</li>
<li>Capture all statistics and push to pluggable analytics system.</li>
<li>Configure API routing policies with capabilities of WSO2 Enterprise Service Bus.</li>
<li>Powered by WSO2 Enterprise Service Bus.</li>
</ul>
</li>
<li>Manage Developer Community:
<ul>
<li>Self-sign up for API consumption.</li>
<li>Manage user account including password reset.</li>
<li>Developer interaction with APIs via comments and ratings.</li>
<li>Support for developer communication via forums (Available soon in future version).</li>
<li>Powered by WSO2 Identity Server.</li>
</ul>
</li>
<li>Govern Complete API Lifecycle:
<ul>
<li>Manage API lifecycle from cradle to grave: create, publish, block, deprecate and retire.</li>
<li>Publish both production and sandbox keys for APIs to enable easy developer testing.</li>
<li>Publish APIs to partner networks such as ProgrammableWeb (Available soon in future version).</li>
<li>Powered by WSO2 Governance Registry.</li>
</ul>
</li>
<li>Monitor API Usage and Performance:
<ul>
<li>All API usage published to pluggable analytics framework.</li>
<li>Out of the box support for WSO2 Business Activity Monitor and Google Analytics.</li>
<li>View metrics by user, API and more.</li>
<li>Customized reporting via plugging reporting engines.</li>
<li>Monitor SLA compliance.</li>
<li>Powered by WSO2 Business Activity Monitor.</li>
</ul>
</li>
<li>Pluggable, Extensible and Themeable:
<ul>
<li>All components are highly customizable thru styling, theming and open source code.</li>
<li>Storefront implemented with Jaggery (jaggeryjs.org) for easy customization.</li>
<li>Pluggable to third party analytics systems and billing systems (Available soon in future version).</li>
<li>Pluggable to existing user stores including via JDBC and LDAP.</li>
<li>Components usable separately - storefront can be used to front APIs gatewayed via third party gateways such as Intel Expressway Service Gateway.</li>
<li>Support for Single Sign On (SSO) using SAML 2.0 for easy integration with existing web apps</li>
</ul>
</li>
<li>Easily Deployable in Enterprise Setting:
<ul>
<li>Role based access control for managing users and their authorization levels.</li>
<li>Store front can be deployed in DMZ for external access with Publisher inside the firewall for private control.</li>
<li>Different user stores for developer focused store-front and internal operations in publisher.</li>
<li>Integrates with enterprise identity systems including LDAP and Microsoft Active Directory.</li>
<li>Gateway can be deployed in DMZ with controlled access to WSO2 Identity Server (for authentication/authorization) and governance database behind firewall.</li>
</ul>
</li>
<li>Support for creating multi-tenanted APIs
<ul>
<li>Run a single instance and provide API Management to multiple customers</li>
<li>Share APIs between different departments in a large enterprise</li>
</ul>
</li>
<li>Publishing and Governing API Use
<ul>
<li>Document an API using Swagger</li>
<li>Restrict API Access tokens to domains/IPs</li>
<li>Ability to block a subscription and restricting a complete application</li>
<li>Ability to revoke access tokens</li>
<li>Separate validity period configuration for Application Access Token</li>
<li>OAuth2 Authorization Code Grant Type Support</li>
<li>Configuring execution point of mediation extensions</li>
</ul>
</li>
<li>Monitor API Usage and Performance
<ul>
<li>Improved dashboard for monitoring usage statistics (Filtering data for a date range, More visually appealing widgets)</li>
</ul>
</li>
</ul>
<h2>Known Issues</h2>
<p>
All the open issues pertaining to WSO2 API Manager are reported at the following
location:
</p>
<ul>
<li>
<a href="https://wso2.org/jira/issues/?filter=13133">
Known Issues
</a>
</li>
</ul>
<h2>How You Can Contribute</h2>
<h3>
Mailing Lists
</h3>
<p>
Join our mailing list and correspond with the developers directly.
</p>
<ul>
<li>
Developer List :
<a href="mailto:[email protected]">[email protected]</a>
|
<a href="mailto:[email protected]?subject=subscribe">Subscribe</a>
|
<a href="http://wso2.org/mailarchive/dev/">Mail Archive</a>
</li>
<li>
User List :
<a href="mailto:[email protected]">[email protected]</a>
|
<a href="mailto:[email protected]?subject=subscribe">Subscribe</a>
|
<a href="http://wso2.org/mailarchive/user/">Mail Archive</a>
</li>
</ul>
<h3>
Reporting Issues
</h3>
<p>
We encourage you to report issues, documentation faults and feature requests
regarding
WSO2 API Manager through the public <a href="https://wso2.org/jira/browse/APIMANAGER">API Manager
JIRA</a>. You
can use the
<a href="http://www.wso2.org/jira/browse/CARBON">Carbon JIRA</a>
to report any
issues related to the Carbon base framework or associated Carbon components.
</p>
<h2>Support</h2>
<p>
We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Our unique approach
ensures that all support leverages our open development methodology and is
provided by the very same engineers who build the technology.
</p>
<p>
For more details and to take advantage of this unique opportunity please
visit <a href="http://wso2.com/support">http://wso2.com/support</a>.
</p>
<p>
To learn more about WSO2 API Manager and WSO2 support offerings please visit
<a href="http://wso2.com/products/api-manager/">http://wso2.com/products/api-manager</a>.
</p>
<p>
<i>-- The WSO2 API Manager Team --</i>
</p>
</div>
</body>
</html>