Skip to content

Commit

Permalink
Set release date, more notes; set next release versions for various c…
Browse files Browse the repository at this point in the history
…omponents in the addons.xml file
  • Loading branch information
jonesde committed Oct 22, 2017
1 parent 1d4f3ca commit 2ae7229
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
22 changes: 15 additions & 7 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@

# Moqui Framework Release Notes

## Release 2.1.0 - Not Yet Released
## Release 2.1.0 - 22 Oct 2017

Moqui Framework 2.1.0 is a minor new feature and bug fix release.

This release has a few bug fixes from the 2.0.0 release and has minor new features like DbResource and WikiPage version management,
a simple tool for ETL, and various XML Screen and Form widget options and usability improvements. This release was originally
planned to be a patch level release primarily for bug fixes but very soon after the 2.0.0 release work start on the Vue based client
rendering (SPA) functionality and various other new features that due to business deals progressed quickly.
Most of the effort in the Moqui Ecosystem since the last release has been on the business artifact and application levels. Most of
the framework changes have been for improved user interfaces but there have also been various lower level refinements and
enhancements.

There are various changes for better server side handling of the new Vue based hybrid static/dynamic XML Screen rendering.
See the moqui-runtime release notes for more details. Some of these changes may be useful for other client rendering purposes.
This release has a few bug fixes from the 2.0.0 release and has new features like DbResource and WikiPage version management,
a simple tool for ETL, DataDocument based dynamic view entities, and various XML Screen and Form widget options and usability
improvements. This release was originally planned to be a patch level release primarily for bug fixes but very soon after the 2.0.0
release work start on the Vue based client rendering (SPA) functionality and various other new features that due to business deals
progressed quickly.

The default moqui-runtime now has support for hybrid static/dynamic XML Screen rendering based on Vue JS. There are various changes
for better server side handling but most changes are in moqui-runtime. See the moqui-runtime release notes for more details.
Some of these changes may be useful for other client rendering purposes, ie for other client side tools and frameworks.

### Non Backward Compatible Changes

Expand Down Expand Up @@ -59,6 +65,8 @@ See the moqui-runtime release notes for more details. Some of these changes may
in its where clause instead of the where clause for the top-level select; any fields selected are selected in the sub-select as
are any fields used for the join ON conditions; the first example of this is the InvoicePaymentApplicationSummary view-entity in
mantle-usl which also uses alias.@function and alias.complex-alias to use concat_ws for combined name aliases
- Sub-select also now supported for view-entity members of other view entities; this provides much more flexibility for functions
and complex-aliases in the sub-select queries; there are also examples of this in mantle-usl
- Now uses Jackson Databind for JSON serialization and deserialization; date/time values are in millis since epoch

### Bug Fixes
Expand Down
32 changes: 16 additions & 16 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,36 @@
</repository>

<!-- Where to get runtime directory if not present -->
<runtime name="moqui-runtime" group="moqui" version="2.0.0" branch="master"/>
<runtime name="moqui-runtime" group="moqui" version="2.1.0" branch="master"/>

<!-- Example Component -->
<component name="example" group="moqui" version="2.0.0" branch="master"/>
<component name="example" group="moqui" version="2.1.0" branch="master"/>

<!-- Moqui Tool Components -->
<component name="moqui-atomikos" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-camel" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-elasticsearch" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-fop" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-hazelcast" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-kie" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-orientdb" group="moqui" version="1.0.0" branch="master"/>
<component name="moqui-camel" group="moqui" version="1.0.1" branch="master"/>
<component name="moqui-elasticsearch" group="moqui" version="1.1.0" branch="master"/>
<component name="moqui-fop" group="moqui" version="1.1.0" branch="master"/>
<component name="moqui-hazelcast" group="moqui" version="1.0.1" branch="master"/>
<component name="moqui-kie" group="moqui" version="1.0.1" branch="master"/>
<component name="moqui-orientdb" group="moqui" version="1.0.1" branch="master"/>
<component name="moqui-wikitext" group="moqui" version="1.0.0" branch="master"/>

<!-- Mantle Components -->
<component name="mantle-udm" group="moqui" version="1.1.0" branch="master"/>
<component name="mantle-usl" group="moqui" version="1.1.0" branch="master"/>
<component name="mantle-udm" group="moqui" version="2.0.0" branch="master"/>
<component name="mantle-usl" group="moqui" version="2.0.0" branch="master"/>

<component name="mantle-edi" group="moqui" version="1.1.0" branch="master"/>
<component name="AuthorizeDotNet" group="moqui" version="1.1.0" branch="master"/>
<component name="mantle-shippo" group="moqui" version="" branch="master"/><!-- no releases -->
<component name="mantle-edi" group="moqui" version="1.1.1" branch="master"/>
<component name="AuthorizeDotNet" group="moqui" version="1.2.0" branch="master"/>
<component name="mantle-shippo" group="moqui" version="1.0.0" branch="master"/>

<component name="mantle-ubpl" group="moqui" version="" branch="master"/><!-- no releases -->
<component name="mantle-oagis" group="moqui" version="" branch="master"/><!-- no releases -->

<!-- Moqui Applications -->
<component name="SimpleScreens" group="moqui" version="1.1.0" branch="master"/>
<component name="HiveMind" group="moqui" version="1.2.0" branch="master"/>
<component name="PopCommerce" group="moqui" version="1.1.0" branch="master"/>
<component name="SimpleScreens" group="moqui" version="2.0.0" branch="master"/>
<component name="HiveMind" group="moqui" version="1.3.0" branch="master"/>
<component name="PopCommerce" group="moqui" version="2.0.0" branch="master"/>

<!-- Third Party Components -->
<component name="moqui-zh_CN-addon" group="chunlinyao" version="" branch="master"/><!-- no releases -->
Expand Down

0 comments on commit 2ae7229

Please sign in to comment.