Skip to content

Commit

Permalink
Start on release announcement for 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Sep 1, 2015
1 parent 620ba30 commit 130b7d3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config/releases.yml
@@ -1,3 +1,5 @@
- version: '2.1.0'
jira_version: 12326612
- version: '2.0.2'
jira_version: 12327547
- version: '2.0.1'
Expand Down
60 changes: 60 additions & 0 deletions news/2015-09-01-announcing-2-1-0.md
@@ -0,0 +1,60 @@
---
title: Immutant 2.1.0 Release
author: The Immutant Team
version: 2.1.0
layout: release
tags: [ releases ]
---

{{Stuff}}

## What is Immutant?

Immutant is an integrated suite of [Clojure](http://clojure.org)
libraries backed by [Undertow] for web, [HornetQ] for messaging,
[Infinispan] for caching, [Quartz] for scheduling, and [Narayana] for
transactions. Applications built with Immutant can optionally be
deployed to a [WildFly] cluster for enhanced features. Its fundamental
goal is to reduce the inherent
[incidental complexity](http://en.wikipedia.org/wiki/Accidental_complexity)
in real world applications.

## What's in this release?

* Messaging + datomic (link to post)
* channel timeouts
* disable concurrent job execution (thank contributor)
* EAP 6!
* HTTP/2
* :singleton changes (breaking)
* bug fixes (streaming, caching)

## Get In Touch

If you have any questions, issues, or other feedback about Immutant,
you can always find us on [#immutant on freenode](/community/) or
[our mailing lists](/community/mailing_lists).

## Issues resolved in 2.1.0

<ul>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-454'>IMMUTANT-454</a>] - Recreating a persistent cache fails with a NullPointerException</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-497'>IMMUTANT-497</a>] - Immutant messaging and datomic can&#39;t be used together outside of WildFly</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-523'>IMMUTANT-523</a>] - support timeouts for asnyc channels</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-567'>IMMUTANT-567</a>] - transactions and messaging bring in two different versions of HornetQ</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-568'>IMMUTANT-568</a>] - Allow disabling concurrent job execution</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-569'>IMMUTANT-569</a>] - Support deploying to EAP 6</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-570'>IMMUTANT-570</a>] - Expose Undertow&#39;s new support for HTTP/2 </li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-571'>IMMUTANT-571</a>] - Reconcile default values of :singleton and :id for jobs</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-572'>IMMUTANT-572</a>] - HTTP streams leak connections when closed from the client</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-573'>IMMUTANT-573</a>] - onClose for HTTP channel doesn&#39;t get called when channel is closed inside undertow</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-574'>IMMUTANT-574</a>] - Support WildFly 10</li>
<li>[<a href='https://issues.jboss.org/browse/IMMUTANT-575'>IMMUTANT-575</a>] - Make public immutant.wildfly fns safe to call out of container</li>
</ul>

[WildFly]: http://wildfly.org/
[Infinispan]: http://infinispan.org
[HornetQ]: http://hornetq.org
[Undertow]: http://undertow.io
[Quartz]: http://quartz-scheduler.org/
[Narayana]: http://www.jboss.org/narayana

0 comments on commit 130b7d3

Please sign in to comment.