Release notes 2021
- Email V2: we’ve added a new parameter to the component: FORCE TLS V1.2. It allows users to set the use of the protocol TLS V1.2 as mandatory for connections with email servers. Important: we recommend the use of this parameter with Microsoft Exchange email servers. Click here to read the full article on the component.
We’ve also fixed a few bugs:
- Scheduler Trigger: we’ve fixed an error that, on rare occasions, prevented the execution of consecutive scheduled tasks.
We’ve developed a new access control model. It’s practical and robust. The access management now allows grouping and reusing the profiles with similar accesses for a better experience when accessing the realm.\
Example of the new access grant:

The new access control model includes the concepts of Groups, Roles and Users that are related to one another just like on the model below:

Now, updates in a user’s access will be in real time. There’s no need to logout for the update.
To learn more about the new access control, read the following articles:
Just so no users lose their permissions, we planned a transition period in which both access models will coexist. All users must be migrated to the new access until March 31, 2022.
To learn more about the transition process, read the full article here.
Thinking about improving our users’ experience and giving them more clarity and accuracy on the use of a few terms, we’ve updated the Consumers screen under the Settings menu. Its new name is API Keys. The functionalities have not changed and the settings flow is still the same as well.
We’ve made some improvements on the audit experience. Now, the audit logs contain new information:
Service - identification of the Digibee Integration Platform’s features that have been audited. E.G.: Pipelines, Globals, Accounts.
Action - the action taken that created the register. E.G.: created, updated, deleted, viewed.
Reference - it’s the friendly name of the audited object.
IMPORTANT: During this delivery phase, the only objects with the reference are: Pipeline, Account and Globals.
Status: shows if the action has been successful or if it contains any error.
This delivery is part of a larger improvement process that will include the possibility of navigating up until the audited object.
- XML Schema Validator: the client is now able to validate a XML file against XSD files. Click here to read the full article.
We’ve also fixed a few bugs:
- Component CSV to Excee’ve fixed the error that prevented the ability of reading files with charsets different from UTF-8.
- Pipelines Metrics: we’ve fixed the error that prevented the correct exhibition of information when filtered with the 15 minutes period option.
- Email Trigger V2: we’ve fixed the error that prevented new emails from being read, moved and deleted correctly after they had been processed.
We have developed a new experience for your pipelines’ deployment.
The new deployment screen offers more autonomy and ease, bringing more data to help the decision making process at the moment of the pipelines’ deployment, such as the indication of who has deployed them.
Click here to read the full article about the new interface.
IMPORTANT: During the period of the Beta program, the functionality will be offered parallel to the current one - this way you will see two buttons on the screen.

We added a new functionality to the history of pipelines’ versions. Now it’s possible to see any minor version of a pipeline, its components and the settings of each of them.
Click here to read the full article about the pipeline history .
We added an improvement to the Projects management.
When a pipeline is moved to a new project, it’s necessary to deploy it again because the execution environment of pipelines (Test and Prod) are unchangeable.
This way, there will be an alert on the deployments in need of this action.

IMPORTANT: this functionality doesn’t support multi-instance deployments yet.
Aiming to improve security when accessing the Platform, your login’s password will expire every 15 days.
From now on it will be necessary to create a new password every 15 days and login again to reestablish your session.
In case there is any need to change the password’s expiration period, get in touch with our support team through the chat. Only the realm’s administrator can make the request.\
We updated the documentation of the article on Accounts and we added the expiration period of the tokens given by the following providers:
Microsoft - 3 months
Google - 6 months
Mercado Livre - 6 months
In order to always offer you support, we built an alternative messaging feature. Now, it’s possible to send questions and requests to our support team even if our online chat is unavailable. The answers will be sent by email.
Due to updates in the OAuth server from Mercado Livre, we have modified the OAuth provider from Mercado Livre so that it authenticates through the endpoint of accounts from Brazil (www.mercadolivre.com.br/authorization).
IMPORTANT: the current tokens registered in Accounts won’t be affected. New tokens will be obtained through the new endpoint.
The new component enables you to generate OpenID-type tokens for IAP (Identity Aware Proxy) proxies authentication. Click here to read the full article.
The new SQS component enables you to send messages to FIFO-type queues in AWS SQS service. Click here to read the full article.
The function allows a cardinality of n:1 to be applied to any informed structure, where regardless of the number of elements in the input, the output will always be 1 element. Click here to read the full article on JSON Functions.
The function allows an output to be standardized by a multiple cardinality. That means, when an input of an array has n elements, its output will be an array of n elements, and when an input has a sole object, its output will be an array of this same object. Click here to read the full article on JSON Functions.
We’ve also fixed a few bugs:
- LDAP Component: We fixed a bug that blocked pipelines from executing when using the LDAP component.
- Chat: We removed the requirement of the USER:READ permission for a user to access the chat.
- Pipeline history: We fixed the bug that resulted in a white screen when all versions of a pipeline were archived, and when one of the versions was restored.
- NFS: The component manipulates files. It lists files, and enables downloading, uploading, and deleting. Click here to read the full article.
IMPORTANT: due to the characteristics of the NFS protocol, only Dedicated SaaS platforms are supported.
We’ve also fixed a bug:
- Environment selector in Monitor: we fixed a bug that did not save the last environment selected after switching screens.
- PUSH: now it’s possible to use the PUSH(array, element) function to insert new elements at the end of an array in order to implement a stack structure. Click here to read the article about PUSH and the other JSON functions. \
- POP: now it’s possible to use the POP(array) function to remove the last element of an array in order to implement a stack structure. Click here to read the article about POP and the other JSON functions.\
- Trigger HTTP/REST: now the Triggers REST, HTTP, and HTTP File add the invoked path as part of the request information from a pipeline. You can read the articles about each trigger in the following links: REST Trigger HTTP Trigger HTTP File Trigger
digibeectl is an application that not only exposes commands for your pipelines management, but also enables interactions with its respective deployments at each stage in the Digibee Integration Platform. Click here to know more about digibeectl.
IMPORTANT: You can request access to the restricted beta program of digibeectl through our chat or with the Customer Success team. If you want to know more about the Beta program click here.
digibeectl is an application that not only exposes commands for your pipelines management, but also enables interactions with its respective deployments at each stage in the Digibee Integration Platform. Click here to know more about digibeectl.
IMPORTANT: You can request access to the restricted beta program of digibeectl through our chat or with the Customer Success team. If you want to know more about the Beta program click here.
- Trigger HTTP/REST: now the Triggers REST, HTTP, and HTTP File add the invoked path as part of the request information from a pipeline. You can read the articles about each trigger in the following links: REST Trigger HTTP Trigger HTTP File Trigger
- PUSH: now it’s possible to use the PUSH(array, element) function to insert new elements at the end of an array in order to implement a stack structure. Click here to read the article about PUSH and the other JSON functions.
- POP: now it’s possible to use the POP(array) function to remove the last element of an array in order to implement a stack structure. Click here to read the article about POP and the other JSON functions.
We’ve made an improvement to the delay in displaying pipeline logs. This improvement is part of a bigger plan to enhance the performance of log collection.
We’ve also fixed a few bugs:
- Empty pipelines list: we’ve fixed an error in the create pipeline button that had no action associated.
- Empty implementation list: we've fixed the update button label under Run.
We recently communicated the automatic switch to our new layout. When making your login, you’ll be forwarded to the Platform with an aesthetic consistent with the integration building cycle, based on Build, Run and Monitor.
But don’t worry…
- this change won’t affect your experience at all
- we’ll keep receiving your comments about the new layout through the feedback channel

- Projects: we’ve corrected an issue that wouldn’t allow pipelines to be moved to projects with special characters in their titles. Besides, existing pipelines in the projects wouldn’t be displayed in the Run screen.
- Monitor and Build: we’ve made adjustments to improve the upload of pipeline listings and dashboard in the Monitor and Build screens.
- Audit: we’ve fixed the bug that wouldn’t allow the access menu to be viewed in the new Platform layout.
- Digibee Storage: we’ve fixed the problem that would generate an incorrect link for download when uploading a file to a directory starting with the “ / “ character.
The component that was already available in our palette, and that used to be named JWT, now is called Digibee JWT. It’s been specifically designed for authentications that use the Digibee gateway and its functions haven’t changed.\
The new JWT component is now available, generating and decoding JWT tokens for external use. With that, you can manipulate JSW or JWE tokens according to your cryptography, signature and dynamic payload needs.
Note: to better understand the difference between the 2 components, click on the titles below and access the updated documentation of each one:
Now it’s possible to use the function REMOVEAT (array, index) to remove specific elements of an array in a JSON. Click here to access the article about REMOVEAT and other JSON functions.
We’ve added a new pipeline validations that allows you to check if the configured trigger needs a dedicated configuration for the realm environment.
We’re automatically enabling our new layout. From now on, when making your login, you’ll be forwarded to the Platform with an aesthetic consistent with the integration building cycle, based on Build, Run and Monitor.\
But don’t worry…
- this change won’t affect your experience at all
- you have until August 30th 2021 to use the former layout - all you have to do is click on your profile icon to select it

- we’ll keep receiving your comments about the new layout through the feedback channel.

- Digibee Storage: we’ve fixed the problem that would generate an incorrect link for download when uploading a file to a directory starting with the “ / “ character.
We’ve added a new functionality to the component, which allows a determined request answer to be recorded in the pipeline local file. Click here to read the complete article about SOAP V2.
Now it’s possible to inform the topic partition to which you'd like to send a message to Kafka. To read the updated article about the component, click here.
CLOB-type data can now be sent through a file. You can read the updated article about the component by clicking here.
Now it’s possible to inform the topic partitions to consume the Kafka messages. To read the updated article about the trigger, click here.
The ESCAPE and UNESCAPE functions now allow the escape type in JSON, CSV, html and xml patterns to be informed. To read about these and other string functions, click here.
We’ve added a new parameter to the SIZE function. With it, it’s possible to determine if an exception must be thrown (true) or not (false) when something goes wrong in the verification of an object size, array or JSON. You can read the article about SIZE and other utilities functions by clicking here.\
By standard, all the current Projects are visible to every user. But now, on top of creating and editing Projects, you can also grant visibility permissions by user. With such improvement, your Projects can be visualized by specific users.
We’ve also fixed a few bugs:
- Major pipeline versions by Project (Beta): we’ve adjusted an error that would allow the display of all the pipeline versions even when a specific major version was moved to another Project.
- Deployment: we’ve corrected an issue that wouldn’t allow new deployments to be created when all the existing deployments in a realm were removed.
We’ve updated the reading about a component so you can have a better experience with your integrations.
You can access the following reviewed articles:
We’ve had improvements in the DB V2 component to enable custom data types (STRUCT) receival via procedures in Oracle databases. Click here to access the updated article about DB V2.
Now you can configure connection properties (eg.: timeout) in the Mongo DB component. Click here to read the article.\
We’ve also fixed a few bugs:
It became possible to specify the charset of the file to be read by the CSV to JSON V2 component.
- reduction in the time to save pipelines;
- pipelines with many versions no longer present error when saved;
- improvement in the responsiveness of pipelines and deployments listing;
- correction in the pipeline re-execution screen, which wouldn’t let the request to be sent;
- improvement in the display of information about adjustments in the Capsules deployment;
- the list of names of pipelines moved between projects is now fully displayed.
Thinking about making your routine with the Digibee Integration Platform easier, we’re releasing ready-to-use Capsules.
Take a look at the Collections with news:
The SAP Collection Capsules have all been designed to abstract calls to SAP, encapsulating the capacity of calling remote functions (RFC) to the SAP system and delivering flexibility and easiness to integrate other systems with SAP.
- SAP RFC - Connector (JSON Input): generic Capsule, used for any operation with the SAP remote functions. It’s possible to read table data and registers in a more complete way, update or insert new registers (suppliers, clients, addresses, etc.).
- SAP RFC - Read Nota Fiscal: obtains invoice information through the BAPI_J_1B_NF_GETDETAIL function.
- SAP RFC - Connectivity test: Capsule for connectivity tests with SAP.
- SAP RFC - Read Table: check SAP table data through the RFC READ_TABLE function.
We’ve updated our Term of Use, which will be activated on July 8th 2021 at 11 AM (New York time, GMT-04). To guarantee your individual Platform use, login, carefully read the content and select the option “I agree with the Term described above”.
We’ve updated the reading about some components so you can have a better experience with your integrations.
You can access the following new articles:
We’ve made improvements in the interface of pipelines association to a consumer, assuring better performance in the pipelines list loading.
Due to security matters, your Platform session will expire every 60 days, whether there’s activity or not.
We’re constantly working to improve your experience in the Platform. This is what we’ve delivered:
- we’ve added information about the configurations used in the pipelines trigger;
- we’ve inserted the occurrence date of the last pipeline error.


- Collections: we’ve eliminated an error that would allow Collections, Groups and Capsules to be displayed even after being archived. Now these items are displayed only when active.Release Notes 06-22-2021We’d like to share some improvements and news:\USABILITY IMPROVEMENTSWe’re constantly working to improve your experience in the Platform. This is what we’ve delivered:
- we’ve added a new component of loading preview.

Now the components DB V2 and Stream DB V3 can make inquiries that handle the CLOB type as a file. Click on the components title to access the updated documentation.
Now it’s possible to inform a truststore that has a reliable certificate chain and/or a keystore that has the certificate chain and the private key from the client side to publish in the Kafka topics. To access the updated article about the component, click here.
Now it’s possible to inform a trustore that has a reliable certificate chain and/or a keystore that has the certificate chain and the private key from the client side to consume in the Kafka topics. To access the updated article about the trigger, click here.
We’ve updated the reading about some components so you can have a better experience with your integrations.
You can access the following new articles: