Difference between revisions of "Version 10.0 Installable (Feb 2014)"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 9: | Line 9: | ||
</blockquote> | </blockquote> | ||
== | ==After an Upgrade== | ||
<blockquote> | <blockquote> | ||
====Update Dependent Utilities==== | ====Update Dependent Utilities==== | ||
:After an [[Installing and Upgrading the Application Server#Upgrades|Upgrade]], it is strongly recommended that you | :After an [[Installing and Upgrading the Application Server#Upgrades|Upgrade]], it is strongly recommended that you update the following utilities to these minimum levels: | ||
::* JDK 7.0, release _06 or higher | ::* JDK 7.0, release _06 or higher | ||
::* MySQL 5.5 | ::* MySQL 5.5 | ||
:(The system can be upgraded immediately, and it will run with the previously recommended versions, but it has been fully tested with these versions, for both functionality and optimum performance.) | :(The system can be upgraded immediately, and it will run with the previously recommended versions, but it has been fully tested with these versions, for both functionality and optimum performance.) | ||
====Configure MySQL for | ====Configure MySQL for Quartz Cluster==== | ||
:If you are running a Quartz Cluster, you need to configure MySQL to set the transaction level to read-committed and the replication mode to row level. | :If you are running a Quartz Cluster, you need to configure MySQL to set the transaction level to read-committed and the replication mode to row level. | ||
: ''Learn more:'' [[Configuring_the_Quartz_Scheduler#Setting_up_a_Quartz_Cluster|Setting up a Quartz Cluster]] | : ''Learn more:'' [[Configuring_the_Quartz_Scheduler#Setting_up_a_Quartz_Cluster|Setting up a Quartz Cluster]] | ||
Line 26: | Line 26: | ||
==Notable Changes== | ==Notable Changes== | ||
=== | |||
===Functional Changes=== | |||
<blockquote> | <blockquote> | ||
====Support for Report Subqueries==== | ====Support for Report Subqueries==== | ||
:A new tenant-management capability has been added, to allow for [[Subquery Filters]] in Views and Reports. | :A new tenant-management capability has been added, to allow for [[Subquery Filters]] in Views and Reports. | ||
:This functionality is resource-intensive, and should not be granted indiscriminately. | :This functionality is resource-intensive, and should not be granted indiscriminately. | ||
====Packaging Restrictions Removed==== | |||
:Items in a subscribed package, as well as the package itself, can now be republished. Restrictions on that process have been removed, in order to simplify development efforts. | |||
:In addition, any tenant with the capability to create a package can include system objects, so [[Tenant Capabilities]] no longer includes the ''Package System-Generated Objects'' option. | |||
===="Development Tenancy" Capability Replaced by Sandboxes==== | |||
The [[Service Provider Settings]] no longer contain a ''Development Tenancy'' option. Instead, [[Sandboxes]] should be used for development, now that packaging restrictions have been removed. | |||
</blockquote> | </blockquote> | ||
==API Changes== | ===API Changes=== | ||
<blockquote> | <blockquote> | ||
====Tenant Capability Changes==== | ====Tenant Capability Changes==== | ||
:A new tag has been added: <tt><subquery_filter></tt>, with values <tt>true</tt> or <tt>false</tt>. | :A new tag has been added: <tt><subquery_filter></tt>, with values <tt>true</tt> or <tt>false</tt>. | ||
:''Learn more:'' [[REST API:tenantCapabilities Resource]] | :''Learn more:'' [[REST API:tenantCapabilities Resource]] | ||
{{:Version 9.0 API Changes}} | {{:Version 9.0 API Changes}} | ||
</blockquote> | </blockquote> |
Revision as of 23:00, 28 November 2012
See also:
- Platform Release Notes for current version
- All Platform Release Notes for prior versions
- All Installable Version Release Notes for current and prior versions
Preparing for a First Installation
For First-Time Installation of the Application Server, ensure that dependent utilities are at the minimum levels specified in the Software Requirements.
After an Upgrade
Update Dependent Utilities
- After an Upgrade, it is strongly recommended that you update the following utilities to these minimum levels:
- JDK 7.0, release _06 or higher
- MySQL 5.5
- (The system can be upgraded immediately, and it will run with the previously recommended versions, but it has been fully tested with these versions, for both functionality and optimum performance.)
Configure MySQL for Quartz Cluster
- If you are running a Quartz Cluster, you need to configure MySQL to set the transaction level to read-committed and the replication mode to row level.
- Learn more: Setting up a Quartz Cluster
Republish Packages
Notable Changes
Functional Changes
Support for Report Subqueries
- A new tenant-management capability has been added, to allow for Subquery Filters in Views and Reports.
- This functionality is resource-intensive, and should not be granted indiscriminately.
Packaging Restrictions Removed
- Items in a subscribed package, as well as the package itself, can now be republished. Restrictions on that process have been removed, in order to simplify development efforts.
- In addition, any tenant with the capability to create a package can include system objects, so Tenant Capabilities no longer includes the Package System-Generated Objects option.
"Development Tenancy" Capability Replaced by Sandboxes
The Service Provider Settings no longer contain a Development Tenancy option. Instead, Sandboxes should be used for development, now that packaging restrictions have been removed.
API Changes
Tenant Capability Changes
- A new tag has been added: <subquery_filter>, with values true or false.
- Learn more: REST API:tenantCapabilities Resource