This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Acdc release

Acdc release

This section includes key information regarding new features included in Aura Platform for Acdc and main changes in comparison with previous releases

What’s new in Acdc (8.8.0)?

Discover here the new features and modifications at a glance. You can find the technical details in the release changelog and the Release Notes.

Novelties Description
Implementation of Auraline communication protocol ✔️ Aura integrates a new communication protocol: Auraline. This is a proprietary protocol, developed and exclusively owned by Aura Platform Team for facilitating communication between channels and Aura.
✔️ Auraline is based on Microsoft Direct Line and can be considered as a local implementation of the Microsoft protocol, eliminating dependencies on Microsoft Azure Bot Service.
Completed and improved Aura components documentation ✔️ aura-file-manager documentation is adapted to Aura’s distributed architecture
✔️ Different plugins are added to aura-mocks-server documentation
✔️ The document that describes aura-logging is completed for a better understanding of this utility
Improved Aura Platform documentation ✔️ The website’s content architecture now includes tags and categories that facilitate a precise and coherent classification of documents
✔️ You can review and access Aura latest novelties directly from the homepage
✔️ The formats and styles across the entire website are progressively adapted to the rules established in the readme.md file
✔️ Documents are continuously updated, reviewed and corrected in order to achieve, release after release, a better quality in Aura Platform documentation

1 - Acdc release changelog

Acdc release changelog

Discover the record of all notable changes made in Aura for this release, organized by component.

1.1 - Aura system components version

Aura system components versions

Updated versions of Aura system components for the current Aura Platform release

Components versions

All components in the table below run over AKS cluster version 1.27.

Name Namespace Image deployed
alertmanager aura-system devopstf.azurecr.io/tools/alertmanager:v0.26.0
elastic-operator aura-system docker.elastic.co/eck/eck-operator:2.7.0
elasticsearch-es-aura aura-system devopstf.azurecr.io/tools/elasticsearch:8.7.1
elasticsearch-exporter aura-system devopstf.azurecr.io/tools/elasticsearch_exporter:v1.5.0
fluent-bit-aggregator aura-system devopstf.azurecr.io/tools/fluent-bit:2.2.0
grafana aura-system devopstf.azurecr.io/tools/grafana:8.5.21
kibana-kb aura-system docker.elastic.co/kibana/kibana:8.7.1
prometheus aura-system devopstf.azurecr.io/tools/prom/prometheus:v2.48.0
mongodb-atlas-operator aura-system devopstf.azurecr.io/tools/mongodb-atlas-kubernetes-operator:1.9.0
redis-exporter aura-system devopstf.azurecr.io/tools/redis-exporter:1.6.1
redis aura-system devopstf.azurecr.io/tools/redis:6.0.19
thanos-store-gateway aura-system devopstf.azurecr.io/tools/thanos:v0.32.5
atlas-logger aura-system devopstf.azurecr.io/tools/atlas-logger:2.0.0
azure-logger aura-system devopstf.azurecr.io/tools/azure-logger:1.4.0
pushgateway aura-system devopstf.azurecr.io/tools/pushgateway:v1.4.1
thanos-querier aura-system devopstf.azurecr.io/tools/thanos:v0.32.5

Additional information

Information regarding Aura system components end-of-life (EOL) and next updates is included in the document Scheduled updates in Aura components. Find it in the Aura releases section of your corresponding release.

1.2 - Aura bridge changelog

Aura bridge changelog

Changelog of Aura bridge component for Acdc Aura Platform release

Added

2023-12-11 - New aura-bridge plugin: directline-auraline-processor

  • New aura-bridge plugin: directline-auraline-processor, that receives requests from aura-groot and sends them to Auraline callback.
  • Affected documents:

2023-12-13 - New aura-bridge environment variables

2023-11-17 - New aura-bridge API: auraline-conversation API

  • New aura-bridge API: auraline-conversation API that supports Auraline conversation tokens.
  • Affected documents:

2023-11-17 - New aura-bridge API: auraline-message API

  • New aura-bridge API: auraline-message API in charge of managing Auraline messages.
  • Affected documents:

2023-10-26 - New aura-bridge plugin: auraline-incoming-processor

  • New aura-bridge plugin: auraline-incoming-processor, that receives requests and transforms them to Auraline format to send them to aura-groot.
  • Affected documents:

2023-10-26 - New aura-bridge plugin: directline-service-plugin

  • New aura-bridge plugin: directline-service-plugin, that contains the services and utilities related to message creation for Microsoft Direct Line v3 and includes the Direct Line client to send messages to aura-root.
  • Affected documents:

Changed

2023-11-23 - Modifications in auraline-channel-callback API

1.3 - Aura channels changelog

Aura channels changelog

Changelog of Aura channels for Acdc Aura Platform release

Added

2024-05-23 - Updated properties in Aura Channel Model

  • Due to the addition of Auraline, some fields in Aura channel model changed its location and values. Now, type field is part of the root channel object (ChannelConfigurationPartial) instead of the WhatsApp object(WhatsAppModel), and Auraline has been added to the enum (BridgeType).
  • Affected documents:

2024-01-12 - Updated payload property in Aura response model v3

2024-01-11 - Template for channels registration

  • Design of a template for OBs willing to register a channel in Aura that includes all the parameters needed for a complete definition of the channel.
  • Affected documents:

2023-12-13 - Guidelines for a channel to connect to Auraline

  • New document that includes the guidelines for the connection of a channel to Auraline communication protocol.
  • Affected documents:

2023-12-11 - New properties in Aura channel model

2023-12-04 - Auraline communication protocol documentation

1.4 - Aura File Manager changelog

Aura File Manager changelog

Changelog of Aura File Manager for ACDC Aura Platform release

Changed

2024-01-09 - Updated diagrams in Aura File Manager documentation

1.5 - Aura Mocks Server changelog

Aura Mocks Server changelog

Changelog of Aura Mocks server for ACDC Aura Platform release

Added

2024-01-09 - Documented aura-mocks-server plugins

  • The aura-mocks-server documentation has been updated to include comprehensive information regarding the different plugins that provide functionalities to this component. In ACDC release, key plugins are added to the documentation, providing users with a detailed understanding of their capabilities and contributions to the aura-mocks-server.
  • In forthcoming releases, the rest of the plugins will be progressively included.
  • Affected documents:

1.6 - Aura Utilities changelog

Aura Utilities changelog

Changelog of Aura Utilities for ACDC Aura Platform release

Changed

2024-01-09 - Updated aura-logging utility documentation

  • The documentation of aura-logging utility has been completed:
    • Reviewed specific fields in HTTP requests that only apply to responses.
    • Added an example of HTTP request.
    • Included the option to add an object as a string key to get information about the case.
  • Affected documents:

1.7 - Aura documentation changelog

Aura documentation changelog

Changelog of Aura Documentation for Acdc Aura Platform release

The current section:

✅ Includes changes that exclusively affect to the improvement of Aura documentation (generation of new documents, writing style, structure, format, fixing typos, etc.)

⛔ Does not include technical corrections in documents or modifications derived from changes over a specific Aura component. These ones will be included in their corresponding section within the release changelog.

Added

2023-12-13 - New section “Manage channels”

  • A new section named “Manage channels” is included in “Work over Aura” to integrate all the channel-related practical documents in a single repository: how to activate different channels; update a channel configuration; connect a channel to Auraline; install Aura Webclient and the new document for connecting a channel to Auraline.
  • Affected documents:

2024-01-17 - Documents fixes and corrections

  • Throughout the website, different links, styles and typos have been corrected, for a continuous improvement of Aura Platform documentation. Moreover, the README.md document, that contains detailed instructions for documentation makers and collaborators, has been completed.

2024-01-12 - Homepage shows Aura main novelties

  • Key novelties from recent Aura releases are now included in Aura Techcnical Documentation homepage together with a shortcut leading directly to the corresponding documentation.
  • Affected document:

2024-01-08 - Tags and categories in HUGO

  • Aura Technical Documentation website’s content architecture has been enriched through the use of taxonomies, specifically tags and categories within the documents.
  • For this purpose, two categorizations are used:
    • Tags cloud referred to the main component and concept described in a document
    • Categories cloud referred to the scope of the document, encompassing the process or type of content described in a document
  • The readme.mddocument has been updated to incorporate a section dedicated to tags and categories. This section encompasses a brief definition of tags and categories along with their respective clouds of feasible values. Additionally, guidelines for integrating tags and categories into new documents have been included.
  • Affected documents:
  • Readme.md - Section “Tags y categorías”

Changed

2023-12-20 - Documents fixes and corrections

Throughout the website, different links, styles and typos have been corrected, for a continuous improvement of Aura Platform documentation.

2 - Acdc Release Notes

Acdc Release Notes

3 - Scheduled updates in Aura components

Scheduled updates in Aura components

List of basic dependencies used by Aura components with their EOL information and the maximum frequency of update proposed by Aura Global team to avoid security issues. It also contains the next scheduled update, if it is already known.

Future updates

Aura Component Dependency Current Version EOL Max frequency Next update EOL Info
Aura System aks/kubernetes 1.27 07/24 - LTS 07/25 Twice a year 2024Q3 https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-versions
Aura System elasticsearch 8.7.1 10/08/24 Once a year 2024Q3 https://www.elastic.co/es/support/eol
Aura System grafana 8.5.21 N/A Once a year 2024Q4 https://community.grafana.com/t/support-policy-for-previous-releases/53350
Aura System kibana 8.7.1 10/08/24 Once a year 2024Q3 https://www.elastic.co/es/support/eol
Aura System prometheus 2.48.0 N/A Once a year 2024Q4 https://prometheus.io/docs/introduction/release-cycle/
Aura Bot mongodb 7.0 08/26 Once a year 2024Q4 https://www.mongodb.com/support-policy/lifecycles
Aura System, Aura Bot node docker image node:18.18.2-alpine3.17 11/24 Once a year 2024Q2 https://endoflife.date/alpine
Aura System, Aura Context redis 6.X (azure) 08/24 Once a year 2024Q1 https://endoflife.date/redis
Aura Bot nodejs 18.18.2 04/24 Once a year1 2024Q2 https://endoflife.date/nodejs
Aura Bot typescript 5.0.0 12/24 Once a year 2024Q2
Aura Bot botbuilder 4.19.6 N/A Once a year 2024Q2
Aura Bot joi 17.6.0 N/A Once a year 2024Q2
Aura Bot superagent 8.0.5 N/A Once a year 2024Q2
QA Tool python 3.8/3.9 14/10/24 (3.8) Once a year 2024Q3 https://endoflife.date/python
Aura Cognitive python 3.9/3.11 05/10/25(3.9) 24/10/27(3.11) Every 2 years 2024Q2 https://endoflife.date/python
Aura Cognitive python packages dependencies N/A N/A Every 2 years 2025Q2 (python - 1 year)
Aura Cognitive ubuntu 22.04 LTS 01/04/27 Every 5 years 2026Q4 https://ubuntu.com/about/release-cycle
Aura Cognitive local tool containers N/A N/A Every 2 years 2024Q1
Aura Cognitive Abacus react 17.0.2 🔴 29/03/22 Every 3 years 2024Q4 https://endoflife.date/react
Aura Cognitive Abacus typescript 4.1 N/A Every 3 years 2024Q4

  1. Nodejs will be updated to a major version on a yearly basis, but within the same major version, it will be updated every time a security update is released. ↩︎