Skip to content

Commit

Permalink
add 1.6.0 section to the CHANGELOG.md file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed Oct 7, 2015
1 parent 7dfbc5d commit 32cb6d0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# MongooseIM 1.6.0

This comment has been minimized.

Copy link
@Nyco

Nyco Oct 7, 2015

Contributor

Forgot these?

  • DB cleanup after node death
  • Memory footprint optimisations
  • Supported XEPs are now documented
  • Dialyzer fixes & additions
  • Experimental Docker image
    ?

This comment has been minimized.

Copy link
@michalwski

michalwski Oct 7, 2015

Author Contributor

That's why I asked the team to review the changelog :)
Feel free to edit the file and push your changes to my branch :)


2016-10-09

This release includes:

- Riak backends for following modules:
- authentication [#378](https://github.com/esl/MongooseIM/pull/378)
- VCard
- Private XML Storage [#445](https://github.com/esl/MongooseIM/pull/445)
- MAM (but only one-to-one archive)
- Improved and extended metrics
- metrics based on hooks [#354](https://github.com/esl/MongooseIM/pull/354)
- exometer instead of folsom [#365](https://github.com/esl/MongooseIM/pull/365)
- automatic metrics for specified function in backend modules [#412]((https://github.com/esl/MongooseIM/pull/412)

This comment has been minimized.

Copy link
@Nyco

Nyco Oct 7, 2015

Contributor
    • automatic metrics for specified function in backend modules [#412]((#412)

=> remove one opening parenthesis: "[#412]((https://github..."

- optionally start exometer graphite reporter via app.config file [#481](https://github.com/esl/MongooseIM/pull/481)
- authentication related metrics [#488](https://github.com/esl/MongooseIM/pull/488)
- MongooseIM node uptime metric [#525](https://github.com/esl/MongooseIM/pull/525)
- Merge of ejabberd_tests repo into MongooseIM [#482](https://github.com/esl/MongooseIM/pull/482),[#509](https://github.com/esl/MongooseIM/pull/509)
- Improved Redis backend for sessions [#422](https://github.com/esl/MongooseIM/pull/422)
- Tons of refactoring:
- authentication mechanism [#426](https://github.com/esl/MongooseIM/pull/426)
- ejabberd_c2s [#364](https://github.com/esl/MongooseIM/pull/364)[#463](https://github.com/esl/MongooseIM/pull/463),[#465](https://github.com/esl/MongooseIM/pull/465),[#495](https://github.com/esl/MongooseIM/pull/495)
- simplified MAM [#438](https://github.com/esl/MongooseIM/pull/438)
- removed dead code
- removed async_writer as it was special case of async_pool_writer
- mod_mam_odbc_server_user and mod_mam_odbc_user have been merged into one module
- mod_offline_stub module to prevent service-unavailabe errors [#429](https://github.com/esl/MongooseIM/pull/429)

This comment has been minimized.

Copy link
@Nyco

Nyco Oct 7, 2015

Contributor

mod_offline_stub module to prevent service-unavailabe errors #429

=> service-unavailable, with an "l"

- Improved log handling [#448](https://github.com/esl/MongooseIM/pull/448)
- XMPP improvements:
- removed obsolete XEP-0091 timestamp [#383](https://github.com/esl/MongooseIM/pull/383)
- ommit some features when STARTTLS is required [#498](https://github.com/esl/MongooseIM/pull/498)
- add XEP-0202: Entity Time [#510](https://github.com/esl/MongooseIM/pull/510)
- BOSH - accept a higher hold attribute than one [#511](https://github.com/esl/MongooseIM/pull/511)
- remove obsolete namespace from mediated invitation stanza [#513](https://github.com/esl/MongooseIM/pull/513)
- other improvements
- compatibility with Erlang/OTP 18 [#497](https://github.com/esl/MongooseIM/pull/497)
- [complete list of merged PRs](https://github.com/esl/MongooseIM/pulls?utf8=%E2%9C%93&q=is%3Apr+base%3Amaster+merged%3A%222015-02-04..2015-10-09%22+sort%3Acreated-asc+)
- [complete list of closed issues](https://github.com/esl/MongooseIM/issues?utf8=%E2%9C%93&q=closed%3A%222015-02-04..2015-10-09%22+is%3Aissue+sort%3Acreated-desc+)

# MongooseIM 1.5.1

Expand Down

0 comments on commit 32cb6d0

Please sign in to comment.