Skip to main content

Posts

Showing posts from October, 2016

Teiid 9.1.1 Released

Teiid 9.1.1 has been posted .  It addresses 7 issues: [ TEIID-3755 ] - Allow embedded to set the default authentication type [ TEIID-4499 ] - OData Kerberos cannot access VDB [ TEIID-4535 ] - Issues with EventDistributor [ TEIID-4541 ] - trustAllLocal works even for remote connections [ TEIID-4546 ] - On setting jboss-teiid cluster : throwing java.lang.IllegalArgumentException. [ TEIID-4547 ] - getQueryPlan fails in adminapi [ TEIID-4530 ] - Add semicolons to generated ddl The most significant of which is a security issue -  TEIID-4541 .  If you are allowing remote JDBC connections, not using data roles, and have left trustAllLocal at the default setting, then remote connections that specify PassthroughAuthentication=true are also being allowed.  Please upgrade or alter your settings to prevent this. The pace of fix releases for 9.0.x will now be much slower and end with the release of 9.2 Final.  The first alpha rele

Teiid 9.0.5 Released

Teiid 9.0.5 has been posted .  It addresses 25 issues .  The most significant of which is a security issue -  TEIID-4541 .  If you are allowing remote JDBC connections, not using data roles, and have left trustAllLocal at the default setting, then remote connections that specify PassthroughAuthentication=true are also being allowed. A fix release for 9.1 including TEIID-4541 will be available for 9.1 by Monday.  The first alpha release of 9.2 should be available by the end of next. Thanks, Steve

Teiid 8.13.7 Released

8.13.7 is the last official release on the 8.13.x line and addresses 8 issues: [ TEIID-4325 ] - ASSERTION FAILED: expected reference to be not null [ TEIID-4354 ] - patch to CXF no longer needed with new version of the CXF in 9.0 series. [ TEIID-4360 ] - default token type needs to be "bearer" for OAuth2 access code negotiation [ TEIID-4405 ] - delete using in statement does not remove records from temporary table [ TEIID-4407 ] - Salesforce delete/update without a predicate does nothing [ TEIID-4448 ] - Multi-way join predicate inappropriately removed [ TEIID-4463 ] - No results with cross source outer join and offset only [ TEIID-4471 ] - Assertion error with temp table delete Please upgrade to 9.x when possible, and please consult the release notes and the  documentation  to minimize potential issues. Up next we have 9.0.5 due out by the middle of next week with a 9.2 Alpha1 the following week.

Teiid 9.1 Released

Teiid 9.1 is now available -  http://teiid.jboss.org/downloads/ .  We took an extra month in development as it turned out to be another large release with almost close to 200 issues.  Teiid 9.1 is based upon WildFly  10.0.0.Final .  The downloads page contains a consolidated download with  WildFly 10.0.0.Final + Teiid 9.1.0 + Teiid Web-Console 2.7.0.  You may also choose to use Docker image on  Docker Hub .  The latest documents can be found on Teiid's GitBook site. The major highlights of the release include TEIID-2715 OData Metadata support for providing the metadata extension properties for OData. TEIID-4243 BatchUpdateException support in JDBC to indicate what part of batch succeeds when a failure occurs. TEIID-4191 NO QUOTE option for TEXTAGG. TEIID-4200 Moved to WildFly 10 as host environment TEIID-4332 Improved NDV calculations for costing. TEIID-4378 TEIID-4376 Clob enhancements to support concat and use in EXECUTE IMMEDIATE. T

Teiid 9.1 CR1 Posted

Teiid 9.1 CR1 has been posted .  Notable features since Beta2: TEIID-3630 Merge/Upsert pushdown is now supported. There have been nearly 180 total issues addressed.  There is still time to address a few more important ones - so please let us know if you find anything otherwise the fix will be delayed until 9.1.1. We will closely follow the final release with 9.0.5 and the last installment on 8.13.x - 8.13.7. Thanks again for all the community support, Steve