Announcement for the Wakanda Community version
Hello,
My name is Ricardo Mello and I have been with the community for the last +5 years in different roles. I am writing you today in the name of our team. We would like to thank you for your effort and contributions to our community BUT unfortunately, the Wakanda team will no longer be supporting the Wakanda Community version - starting at the next release (v2.7).
Our main focus will be the Wakanda Enterprise Version and its paid customers. If you are a Wakanda Enterprise user, the v2.7 will be available for you before the end of February.
Unfortunately, as you have witnessed along the years, we have failed to create an open source ecosystem, despite the effort done by the community. That is our reality and we have decided to focus only on the Enterprise version to better serve our clients.
We will keep the community repository on GitHub and we will work with the community if any changes/commits/pushes are proposed.
If you would like to move an application from the Community version to the Enterprise version, please contact me at ricardo.mello@wakanda.io and I will help you on the process of migration, licensing and support.
Thank you again for supporting us,
PS> You will also receive an official email about this announcement in the upcoming days.
v2.7 announced today by email.
https://wakanda.github.io/changelog.html
Feature: Config and method to set request timeout for 4D Mobile Queries.
Feature: OnSendRequest event to customize Rest Requests on the fly.
Fix: Timestamp compatibility issue with 4D V17
Fix: Single Quote issue in Rest Queries
Fix: Disabled community mode, License is now required to start the server.
var date = new Date();
date.setDate(date.getDate() - 30);
response.body = ds.TroubleTicket.query('TicketCloseDate > :1', date);
return response;