This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Tags: US-CBP/GTAS
Tags
1.14 # Release notes GTAS 1.14.0 ## User enhancements * Added architecture to register hits from external sources called "external hits". * Added ability to create a rule on seat type. * Added auditing of user actions on web application. Administrators can now see user activity related to passengers. * Seat is now a top level entity for making rules and queries. * Added saving the seat cabin class to the database as well as the ability to run rules on a seat cabin class. * GTAS can now be configured to put three types of messages on to its queue. All messages conform to the gtas-information-share project. GTAS can consume any message it exports, including messages with rule hits. These are classified as "external hits". * Raw Message: This will create and put a message on the queue that only contains the message type, identifier, and raw message. A use case would be when one install of GTAS wants to share unprocessed messages with another install. * Processed Message: This will create and put a message on the queue that has been populated with all information that has been processed into the system. A use case would be when one install of GTAS wants to check passengers against an external source. * Rule Message: This will create and put a message on the queue that has been populated with all relevant passenger information. A hit is configured to be a member of an organization group. A use case would be when one install of GTAS wants to send hit information to a different install of GTAS. ## Back-end Enhancements * Increased speed of loading significantly by modifying transaction scopes and caching appropriate values. * Moved knowledge base creation to the rule engine. This solves any serialization issues between the web application and rules engine and also results in a large speed increase and reduced CPU pressure as the KB no longer is downloaded and unzipped every time the rule engine runs. * Bug fixes and speed enhancements related to automatic deletion and masking.
PreviousNext