Skip to content

Commit e2636d3

Browse files
committed
Release 1.6.0
1 parent 3adfd3a commit e2636d3

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.6.0 2025xxxx
1+
1.6.0 20241223
22
BF: Service: Correction of REQUEST_URI for requests without protocol
33
BF: Service: Review and optimization
44
- XML Version and encoding in the XML response

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV PATH="${PATH}:${ANT_HOME}/bin"
2525

2626
FROM build-environment AS build
2727

28-
ARG GIT_REPO_TAG=1.5.1
28+
ARG GIT_REPO_TAG=1.6.0
2929
ARG GIT_REPO_NAME=xml-micro-exchange-php
3030
ARG GIT_REPO_URL=https://github.com/seanox
3131
ARG WORKSPACE=/workspace

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ specific language governing permissions and limitations under the License.
104104

105105

106106
# 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)
108108
```
109109
curl -LO https://github.com/seanox/xml-micro-exchange-php/releases/latest/download/seanox-xmex-latest.zip
110110
```
@@ -161,11 +161,13 @@ https://xmex.seanox.com/snake.html
161161

162162

163163
# 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
169171

170172
[Read more](https://raw.githubusercontent.com/seanox/xml-micro-exchange-php/master/CHANGES)
171173

sources/openAPI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Seanox XMEX - XML-Micro-Exchange
4-
version: 0.0.0
4+
version: 1.6.0
55
description: |
66
XML-Micro-Exchange is a RESTful volatile NoSQL stateless micro datasource
77
for the Internet. It is designed for easy communication and data exchange of

0 commit comments

Comments
 (0)