File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- 1.6.0 2025xxxx
1
+ 1.6.0 20241223
2
2
BF: Service: Correction of REQUEST_URI for requests without protocol
3
3
BF: Service: Review and optimization
4
4
- XML Version and encoding in the XML response
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV PATH="${PATH}:${ANT_HOME}/bin"
25
25
26
26
FROM build-environment AS build
27
27
28
- ARG GIT_REPO_TAG=1.5.1
28
+ ARG GIT_REPO_TAG=1.6.0
29
29
ARG GIT_REPO_NAME=xml-micro-exchange-php
30
30
ARG GIT_REPO_URL=https://github.com/seanox
31
31
ARG WORKSPACE=/workspace
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ specific language governing permissions and limitations under the License.
104
104
105
105
106
106
# Downloads
107
- [ Seanox XML-Micro-Exchange 1.5.1 ] ( https://github.com/seanox/xml-micro-exchange-php/releases/download/1.5.1 /seanox-xmex-1.5.1 .zip )
107
+ [ Seanox XML-Micro-Exchange 1.6.0 ] ( https://github.com/seanox/xml-micro-exchange-php/releases/download/1.6.0 /seanox-xmex-1.6.0 .zip )
108
108
```
109
109
curl -LO https://github.com/seanox/xml-micro-exchange-php/releases/latest/download/seanox-xmex-latest.zip
110
110
```
@@ -161,11 +161,13 @@ https://xmex.seanox.com/snake.html
161
161
162
162
163
163
# Changes
164
- ## 1.5.1 20241030
165
- BF: Service: Correction of the configuration for on-premises
166
- BF: Build: Correction of the version number distribution
167
- CR: Build: Added build and publish the Docker images
168
- CR: Content: Added snake.html as example abd little gimmick
164
+ ## 1.6.0 20241223
165
+ BF: Service: Correction of REQUEST_URI for requests without protocol
166
+ BF: Service: Review and optimization
167
+ CR: Content: Added snake.html as example and little gimmick
168
+ CR: Service: Omission of the HTTP method TOUCH
169
+ CR: Service: Change from status code to 304 when creating
170
+ CR: Service: JSON transformation uses the Accept header
169
171
170
172
[ Read more] ( https://raw.githubusercontent.com/seanox/xml-micro-exchange-php/master/CHANGES )
171
173
Original file line number Diff line number Diff line change 1
1
openapi : 3.0.1
2
2
info :
3
3
title : Seanox XMEX - XML-Micro-Exchange
4
- version : 0.0 .0
4
+ version : 1.6 .0
5
5
description : |
6
6
XML-Micro-Exchange is a RESTful volatile NoSQL stateless micro datasource
7
7
for the Internet. It is designed for easy communication and data exchange of
You can’t perform that action at this time.
0 commit comments