Announcing DreamFactory 4.11.0!
We are excited to release DreamFactory 4.11.0! Along with bug fixes, we have added a few new features and performance improvements to DreamFactory, notably:
- We have added native support for MongoDb Databases that utilize shards / replica sets, mainly for MongoDB Atlas databases. Now you can use the
+srv
prefix in your dsn connection string instead of having to write out each and every shard within your database. - We have added a count_only parameter to the system endpoints if you only want to return the total number of e.g. users
- The logstash UI service endpoints should now load in a lot quicker than before, particularly if you have Azure Blob or AWS S3 services.
Bug Fixes
- Fixed an issue where S3 and Azure folders were returning as "not found" despite files existing within them on the Files tab.
- Fixed an issue where S3 get requests to the root were timing out for very large buckets
- Resolved our installer thinking that mysql already existed on the server for Debian 9
- Resolved Snowflake driver not installing correctly on Fedora 33 and RHEL 8