forked from wso2/product-apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes.html
129 lines (119 loc) · 5.59 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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (c), 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 v3.0.0 - 25th October 2019</title>
</head>
<body>
<div id="main-content">
<h1>WSO2 API Manager 3.0.0 Released!</h1>
<p>
The WSO2 API Manager team is pleased to announce the release of version 3.0.0 of
the Open Source API Manager.
</p>
<p>
The WSO2 API Manager is a fully open source full lifecycle API Management product that can be deployed on-prem, <br/>
available on SaaS, deployed on a private cloud or deployed in a hybrid model. It is comprised of the following <br/>
components that provides all of its functionality.
</p>
<ul>
<li><b>API Designer and Publisher:</b> Allows API creators to design, implement and document APIs and <br/>
allows API product managers to manage the lifecycle of APIs and create API products by using one or more APIs.</li><br/>
<li><b>Developer Portal:</b> A portal for onboarding application creators. It allows application creators to discover, <br/>
subscribe, test and consume APIs through their applications.</li><br/>
<li><b>API Gateway:</b> Allows access to APIs/services by routing application traffic to the relevant endpoints. <br/>
The API Gateway is the component that enforces security, rate-limiting and transformations on API requests while <br/>
feeding valuable information of these requests to API Analytics.</li><br/>
<li><b>Key Manager:</b> The security token service of the API Manager which is responsible for handling everything <br/>
related to authentication and authorization of API requests. It supports a wide variety of security protocols such <br/>
as OAuth2.0/OIDC, Basic Auth, API Key, SAML based single-sign-on.</li><br/>
<li><b>Traffic Manager:</b> Controls the traffic flow of the API gateway. This is used to apply request quotas on APIs <br/>
for monetization, access control or security related matters. In addition to configuring the available policies, users <br/>
can deploy their own policies on the traffic manager which will control the rate of traffic on the API gateways.</li><br/>
<li><b>API Analytics:</b> Monitors all traffic that’s routed through the API gateways to analyse usage patterns, <br/>
SLA violations, consumer behaviours, to provide business insights and so on.</li>
</ul>
<p>
For more information on WSO2 API Manager please visit <a href="https://wso2.com/api-management/">
https://wso2.com/api-management/</a>. Also take a look at the online product
<a href="https://apim.docs.wso2.com/">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/devportal">https://localhost:9443/devportal</a> to access the Developer Portal</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>Bug Fixes And Improvements in 3.0.0</h2>
<ul>
<li>GitHub (<a href="https://github.com/wso2/product-apim/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A%3E2018-09-16">product-apim</a>)
</li>
</ul>
<h2>Known Issues</h2>
<ul>
<li>GitHub (<a href="https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3Aissue+label%3A3.0.0">product-apim</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://github.com/wso2/product-apim/issues">API Manager Git Repo</a>.
</p>
<p>
<i>-- The WSO2 API Manager Team --</i>
</p>
</div>
</body>
</html>