forked from wso2/product-microgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes.html
126 lines (124 loc) · 5.27 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
<title>WSO2 API Manager Microgateway Toolkit v2.5.0 - 4th July 2018</title>
</head>
<body>
<h1>WSO2 API Manager Microgateway Toolkit 2.5.0 Released!</h1>
<p>
The WSO2 API Manager team is pleased to announce the release of version 2.5.0 of
the Open Source API Manager Microgateway Toolkit v2.5.0.
</p>
<h2>Introduction</h2>
<p>
The Microgateway Toolkit provides the capability to create specialized gateway distribution (microgateway
distributions) where only a single API or a group of APIs are included. Once a microgateway distribution
is started, it will start serving those specific API(s) right away.
</p>
<p>
In summary, a microgateway is a specialized form of the WSO2 API Gateway by having below main
characteristics:
</p>
<ul>
<li>Its ability to execute in isolation without mandatory connections to other components
(Key Manager, Traffic Manager, etc).
</li>
<li>Ability to host a subset of APIs of choice (defined on the API
Publisher) instead of all.
</li>
<li>Immutability - if you update an API you need to re-create the
container/instance, no hot deployment.<br>microgateway offers you a proxy that is capable of performing security
validations (OAuth, Basic Auth, Signed JWT), in-memory (local) rate limiting and operational analytics.
</li>
</ul>
<h2>
Design Goals
</h2>
<p>
Following are some of its main expectations of microgateway
</p>
<p></p>
<ul>
<li>Ability to host just one or a selected set (subset) of APIs only. <br></li>
<li>Ability to execute in complete isolation once setup, without having the need to
contact the Management or Security components. <br>
</li>
<li>Easy integration with CI/CD processes. <br></li>
<li>Seamless integration with deployment automation tools and techniques</li>
</ul>
<h2>
Setting up Microgateway Toolkit
</h2>
<p>
This product will include a CLI, the B7a platform distribution and a few B7a extensions (Endpoints and Filters). The
Toolkit will have two main responsibilities.
</p>
<ul>
<li>Setting up a microgateway project.</li>
<li>Running the microgateway project.</li>
</ul>
<p>
These two steps will be treated as two phases. One will first complete the "setup" phase and move on to the "build"
phase. The reason for treating them as phases is to make it possible for developers to take control of the runtime
if and when required. For example, what gets run as default on a microgateway is a simple API proxy. If a developer
needs to perform some sort of an integration or change the source files for some other reason, he could
engage with the project after the setup phase and do the required modifications before the distribution is
built.
</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/AM2xx/Configuring+the+API+Microgateway">documentation</a>.
</p>
<h2>
Bug Fixes And Improvements
</h2>
<ul>
<li>GitHub (<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2.5.0" target="_blank" >Product-Microgateway</a>)</li>
</ul>
<h2>
Known Issues
</h2>
<p>
All the open issues pertaining to WSO2 API Manager Microgateway Toolkit are reported at the following location:
</p>
<ul>
<li>GitHub (<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aopen+is%3Aissue" target="_blank"">Product-Microgateway</a>)
</li>
</ul>
<h2>
How You Can Contribute
</h2>
<h2>
Mailing Lists
</h2>
<p>
Join our mailing list and correspond with the developers directly.
</p>
<ul>
<li>
<p>Developer List: <a
href="mailto:[email protected]" target="_blank">[email protected]</a> |
Subscribe | Mail Archive
</p>
</li>
<li>
<p>User List: <a
href="mailto:[email protected]" target="_blank">[email protected]</a> |
Subscribe | Mail Archive
</p>
</li>
</ul>
<h2>
Reporting Issues
</h2>
<p>
We encourage you to report issues, documentation faults, and feature requests regarding WSO2 API Manager Micro
Gateway through the public <a href="https://github.com/wso2/product-microgateway/issues" target="_blank">API Manager Micro Gateway Git Repo</a>.
</p>
<h2>-- The WSO2 API Manager Team --</h2>
</body>
</html>