This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new eb5e562  Apache.NMS.AMQP 1.8.1 Release
     new f4ccebd  Merge pull request #29 from 
Havret/Apache.NMS.AMQP-1.8.1-release
eb5e562 is described below

commit eb5e5623aa3680c5a890fc736ea03b8c8bcf88d1
Author: Havret <[email protected]>
AuthorDate: Wed Apr 8 22:17:05 2020 +0200

    Apache.NMS.AMQP 1.8.1 Release
---
 .../{index.html => apachenmsamqp-v181.html}        | 46 ++++++++++++++++++----
 .../nms/providers/amqp/downloads/index.html        |  5 +++
 .../providers/amqp/downloads/apachenmsamqp-v181.md | 34 ++++++++++++++++
 .../nms/providers/amqp/downloads/index.md          |  1 +
 4 files changed, 79 insertions(+), 7 deletions(-)

diff --git a/content/components/nms/providers/amqp/downloads/index.html 
b/content/components/nms/providers/amqp/downloads/apachenmsamqp-v181.html
similarity index 79%
copy from content/components/nms/providers/amqp/downloads/index.html
copy to content/components/nms/providers/amqp/downloads/apachenmsamqp-v181.html
index 667f834..eada29e 100644
--- a/content/components/nms/providers/amqp/downloads/index.html
+++ b/content/components/nms/providers/amqp/downloads/apachenmsamqp-v181.html
@@ -86,29 +86,61 @@
 <div class="content">
   <div class="page-title-nms">
     <div class="container">
-      <h1>Apache.NMS.AMQP Downloads</h1>
+      <h1>Apache.NMS.AMQP v1.8.1</h1>
     </div>
   </div>
   <div class="container" >
     <div class="row" style="margin-top: 30px">
       <div class="col-12 nms">
-        <table>
+        <h2 id="download-here">Download Here</h2>
+
+<table>
   <thead>
     <tr>
       <th>Description</th>
-      <th>Release Date</th>
-      <th>NMS API Rev</th>
+      <th>Download Link</th>
+      <th>PGP Signature File</th>
+      <th>Version</th>
     </tr>
   </thead>
   <tbody>
     <tr>
-      <td><a href="apachenmsamqp-v180">Apache.NMS.AMQP v1.8.0</a></td>
-      <td>08/11/2019</td>
-      <td>v1.8.0</td>
+      <td>Apache.NMS.AMQP Source code</td>
+      <td><a 
href="http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-src.zip";>Apache.NMS.AMQP-1.8.1-src.zip</a></td>
+      <td><a 
href="http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-src.zip.asc";>Apache.NMS.AMQP-1.8.1-src.zip.asc</a></td>
+      <td>1.8.1</td>
+    </tr>
+    <tr>
+      <td>Apache.NMS.AMQP Binary Assemblies</td>
+      <td><a 
href="http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-bin.zip";>Apache.NMS.AMQP-1.8.1-bin.zip</a></td>
+      <td><a 
href="http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-bin.zip.asc";>Apache.NMS.AMQP-1.8.1-bin.zip.asc</a></td>
+      <td>1.8.1</td>
+    </tr>
+    <tr>
+      <td>Apache.NMS.AMQP Nuget Package</td>
+      <td><a 
href="http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP.1.8.1.nupkg";>Apache.NMS.AMQP.1.8.1.nupkg</a></td>
+      <td><a 
href="http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP.1.8.1.nupkg.asc";>Apache.NMS.AMQP.1.8.1.nupkg.asc</a></td>
+      <td>1.8.1</td>
     </tr>
   </tbody>
 </table>
 
+<h2 id="git-tag-checkout">Git Tag Checkout</h2>
+
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>git clone 
https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
+git checkout tags/1.8.1
+</code></pre></div></div>
+
+<h2 id="changelog">Changelog</h2>
+
+<ul>
+  <li>AMQNET-627: Transactions implementation adjustments</li>
+  <li>AMQNET-629: Rework Meta classes</li>
+  <li>AMQNET-622: Invoke IConnection event listeners on connection lost and on 
reconnect</li>
+  <li>AMQNET-633: Fix session creation when connection not started</li>
+  <li>AMQNET-634: Use 4 as default msg priority</li>
+  <li>AMQNET-635: Update AMQPNetLite.Core to 2.4.0 version</li>
+</ul>
 
       </div>
     </div>
diff --git a/content/components/nms/providers/amqp/downloads/index.html 
b/content/components/nms/providers/amqp/downloads/index.html
index 667f834..5fabea9 100644
--- a/content/components/nms/providers/amqp/downloads/index.html
+++ b/content/components/nms/providers/amqp/downloads/index.html
@@ -102,6 +102,11 @@
   </thead>
   <tbody>
     <tr>
+      <td><a href="apachenmsamqp-v181">Apache.NMS.AMQP v1.8.1</a></td>
+      <td>04/04/2020</td>
+      <td>v1.8.1</td>
+    </tr>
+    <tr>
       <td><a href="apachenmsamqp-v180">Apache.NMS.AMQP v1.8.0</a></td>
       <td>08/11/2019</td>
       <td>v1.8.0</td>
diff --git a/src/components/nms/providers/amqp/downloads/apachenmsamqp-v181.md 
b/src/components/nms/providers/amqp/downloads/apachenmsamqp-v181.md
new file mode 100644
index 0000000..3cb0952
--- /dev/null
+++ b/src/components/nms/providers/amqp/downloads/apachenmsamqp-v181.md
@@ -0,0 +1,34 @@
+---
+layout: default_md
+title: Apache.NMS.AMQP v1.8.1 
+title-class: page-title-nms
+type: nms
+---
+
+Download Here
+-------------
+
+|Description|Download Link|PGP Signature File|Version|
+|---|---|---|---|
+|Apache.NMS.AMQP Source 
code|[Apache.NMS.AMQP-1.8.1-src.zip](http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-src.zip)|[Apache.NMS.AMQP-1.8.1-src.zip.asc](http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-src.zip.asc)|1.8.1|
+|Apache.NMS.AMQP Binary 
Assemblies|[Apache.NMS.AMQP-1.8.1-bin.zip](http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-bin.zip)|[Apache.NMS.AMQP-1.8.1-bin.zip.asc](http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP-1.8.1-bin.zip.asc)|1.8.1|
+|Apache.NMS.AMQP Nuget 
Package|[Apache.NMS.AMQP.1.8.1.nupkg](http://www.apache.org/dyn/closer.lua/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP.1.8.1.nupkg)|[Apache.NMS.AMQP.1.8.1.nupkg.asc](http://www.apache.org/dist/activemq/apache-nms-amqp/1.8.1/Apache.NMS.AMQP.1.8.1.nupkg.asc)|1.8.1|
+
+
+Git Tag Checkout
+----------------
+
+```
+git clone https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
+git checkout tags/1.8.1
+```
+
+Changelog
+---------
+
+- AMQNET-627: Transactions implementation adjustments
+- AMQNET-629: Rework Meta classes
+- AMQNET-622: Invoke IConnection event listeners on connection lost and on 
reconnect
+- AMQNET-633: Fix session creation when connection not started
+- AMQNET-634: Use 4 as default msg priority
+- AMQNET-635: Update AMQPNetLite.Core to 2.4.0 version
\ No newline at end of file
diff --git a/src/components/nms/providers/amqp/downloads/index.md 
b/src/components/nms/providers/amqp/downloads/index.md
index 8f69c8b..022e826 100644
--- a/src/components/nms/providers/amqp/downloads/index.md
+++ b/src/components/nms/providers/amqp/downloads/index.md
@@ -7,6 +7,7 @@ type: nms
 
 Description|Release Date|NMS API Rev
 ---|---|---
+[Apache.NMS.AMQP v1.8.1](apachenmsamqp-v181)|04/04/2020|v1.8.1
 [Apache.NMS.AMQP v1.8.0](apachenmsamqp-v180)|08/11/2019|v1.8.0
 
 

Reply via email to