Difference between revisions of "Version 10.9 Installable (Oct 2017)"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 11: | Line 11: | ||
The installable version of the {{EnterpriseBrand}} allows you to create and manage a private cloud behind your firewall. {{EnterpriseBrand}} also helps you to set up a public cloud with a shared application and global data. Β | The installable version of the {{EnterpriseBrand}} allows you to create and manage a private cloud behind your firewall. {{EnterpriseBrand}} also helps you to set up a public cloud with a shared application and global data. Β | ||
===10.9 | ===10.9 Features and Fixes=== | ||
For | For information on fixes, see [[Version 10.9 Platform]]. The following new features are introduced for this release: | ||
==== Certificates in your trustStore ==== | |||
:You must have these certificates in your trustStore if you are interacting with the AgileApps Cloud platform through any third party REST services. | |||
:''For more information, see'' [[Certificates in your trustStore]]. | |||
=== | ==== Enable HTML Sanitization ==== Β | ||
: | :When this option is selected, it prevents XSS attacks by allowing you to use only the HTML tags and attributes listed in the table. When this option is not selected, all the HTML tags and attributes are allowed and XSS attacks are not prevented. | ||
: | :''For more information, see'' [[Widget Types]]. | ||
For more information, see [[ | |||
== | ==== Installing AgileApps Live for Windows ==== | ||
: AgileApps Live is now available for Windows. To install AgileApps Live on Windows operating system, see [[Installing AgileApps Live for Windows]] | |||
==== Create record with specific ID ==== | |||
:You can define your own record ID while creating a record through REST. For more information, see [http://agileappscloud.info/aadev/REST_API:record_Resource#Create_record_with_specific_ID Create record with specific ID]. | |||
== | ==== Update a record using filter ==== | ||
:You can update a record using filter criteria. For more information, see [http://agileappscloud.info/aadev/REST_API:record_Resource#Update_a_record_using_filter Update a record using filter]. | |||
: | |||
: | |||
: | |||
=== | ==== SQL Parameterized query ==== Β | ||
:To execute the SQL query, you have to provide the parameters in the prepared statement. This parameterized query avoids SQL injection issues. AgileApps Cloud supports parameterized SQL query as well as the plain SQL query. For more information, see [[SQL Parameterized query]] | |||
==== | ==== Capability to trigger business rules when user changes teams ==== | ||
: | :webMethods AgileApps Cloud now supports business rule events whenever a user changes memberships to various teams that he or she could be part of. For more information, see [[Event Rules]]. | ||
==== | ==== Support on Windows 2016 and Suse Linux 12 ==== | ||
: | :webMethods AgileApps installation is now supported on Windows Server 2016 and SLES12 operating systems, thus improving both the developer and production environments. For more information, see [[Software Requirements]]. | ||
==== | ==== Refresh of applications in Marketplace ==== | ||
:webMethods AgileApps Cloud has now refreshed all the existing application templates in the Marketplace and introduced new applications for customers to install in their tenants and customize it as per their requirements. All these applications now come with some sample data, a template external site, and customizable object models. These applications are contributed by the user community and hence not supported by Software AG. There is a new application sample called ComplaintDesk which has speech recognition capability added to the external site. For more information, see [[Community Marketplace]]. | |||
==== Improvements in Job scheduling ==== | |||
: | :webMethods AgileApps Cloud now improves the way jobs are scheduled and prioritized for execution on the platform. These architectural changes result in reducing the number of job failures and also consume lesser memory and CPU resources. For more information, see [[Job Scheduler]]. | ||
==== Improvements in UI performance ==== | |||
:webMethods AgileApps Cloud has considerably improved the performance of the end-user user interface thus improving the experience for the user. Β | |||
: | |||
===Software support=== | |||
* | :* MySQL 5.7 | ||
* | :* JDK 8 | ||
For more information, see [[Software Requirements]] and [[Hardware Requirements]] | |||
==New Installation== | |||
For new installation, see [[Quick Install Guide]] and [[Platform Installation Guide]]. Β | |||
{{ | {{Note|The installation and operation of the {{EnterpriseBrand}} requires Java 8. But, the custom code in Java Class continues to be validated against Java 6 syntax as the instrumentation engine responsible for monitoring resource utilization works only on Java 6 byte codes.}} | ||
Β | |||
==Upgrading an existing installation== | |||
For information on upgrading to version 10.9, see [[Upgrading to Version 10.9]]. | |||
<noinclude> | <noinclude> | ||
[[Category:ISV Release Notes]] | [[Category:ISV Release Notes]] | ||
</noinclude> | </noinclude> |
Revision as of 08:23, 13 February 2018
Release Notes for the installable version of the AgileApps Cloud platform.
See also:
About the Installable Version
The installable version of the AgileApps Cloud platform allows you to create and manage a private cloud behind your firewall. AgileApps Cloud platform also helps you to set up a public cloud with a shared application and global data.
10.9 Features and Fixes
For information on fixes, see Version 10.9 Platform. The following new features are introduced for this release:
Certificates in your trustStore
- You must have these certificates in your trustStore if you are interacting with the AgileApps Cloud platform through any third party REST services.
- For more information, see Certificates in your trustStore.
Enable HTML Sanitization
- When this option is selected, it prevents XSS attacks by allowing you to use only the HTML tags and attributes listed in the table. When this option is not selected, all the HTML tags and attributes are allowed and XSS attacks are not prevented.
- For more information, see Widget Types.
Installing AgileApps Live for Windows
- AgileApps Live is now available for Windows. To install AgileApps Live on Windows operating system, see Installing AgileApps Live for Windows
Create record with specific ID
- You can define your own record ID while creating a record through REST. For more information, see Create record with specific ID.
Update a record using filter
- You can update a record using filter criteria. For more information, see Update a record using filter.
SQL Parameterized query
- To execute the SQL query, you have to provide the parameters in the prepared statement. This parameterized query avoids SQL injection issues. AgileApps Cloud supports parameterized SQL query as well as the plain SQL query. For more information, see SQL Parameterized query
Capability to trigger business rules when user changes teams
- webMethods AgileApps Cloud now supports business rule events whenever a user changes memberships to various teams that he or she could be part of. For more information, see Event Rules.
Support on Windows 2016 and Suse Linux 12
- webMethods AgileApps installation is now supported on Windows Server 2016 and SLES12 operating systems, thus improving both the developer and production environments. For more information, see Software Requirements.
Refresh of applications in Marketplace
- webMethods AgileApps Cloud has now refreshed all the existing application templates in the Marketplace and introduced new applications for customers to install in their tenants and customize it as per their requirements. All these applications now come with some sample data, a template external site, and customizable object models. These applications are contributed by the user community and hence not supported by Software AG. There is a new application sample called ComplaintDesk which has speech recognition capability added to the external site. For more information, see Community Marketplace.
Improvements in Job scheduling
- webMethods AgileApps Cloud now improves the way jobs are scheduled and prioritized for execution on the platform. These architectural changes result in reducing the number of job failures and also consume lesser memory and CPU resources. For more information, see Job Scheduler.
Improvements in UI performance
- webMethods AgileApps Cloud has considerably improved the performance of the end-user user interface thus improving the experience for the user.
Software support
- MySQL 5.7
- JDK 8
For more information, see Software Requirements and Hardware Requirements
New Installation
For new installation, see Quick Install Guide and Platform Installation Guide.
Upgrading an existing installation
For information on upgrading to version 10.9, see Upgrading to Version 10.9.