diff --git a/pom.xml b/pom.xml
index dc841309..3f7f473c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
2.0.12
- 2.1.3
+ 2.1.4
2.3.0
eiffel-remrem-publish
diff --git a/wiki/markdown/usage/service.md b/wiki/markdown/usage/service.md
index a3c26ec7..7514479a 100644
--- a/wiki/markdown/usage/service.md
+++ b/wiki/markdown/usage/service.md
@@ -214,7 +214,9 @@ GET
### `/producer/msg`
This endpoint is used to publish already generated Eiffel event to message bus.
-Note: This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
+Note:
+1. This endpoint will not validate the message. It will check only if the message contains eventId and eventType.
+2. Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /producer/msg endpoint.
##### HTTP Method
POST
@@ -250,6 +252,8 @@ It provides single endpoint for both REMReM Generate and REMReM Publish.
The service works on the relative link `/generateAndPublish` if run as standalone
application or `/publish/generateAndPublish` if run as Tomcat app.
+NOTE: Here, introduction of new REMReM property 'maxSizeOfInputArray' for the size of number of events in the array passed to /generateAndPublish endpoint.
+
##### HTTP Method
POST